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-15T05:36:23.755Z||main|||||INFO|500||The following profiles are active: basic
2022-07-15T05:36:34.835Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-15T05:36:34.836Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-15T05:36:34.945Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-15T05:36:39.467Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-15T05:36:39.864Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-15T05:36:40.395Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-15T05:36:40.419Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-15T05:36:40.525Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-15T05:36:40.794Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-15T05:36:41.467Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-15T05:36:43.241Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-15T05:36:45.738Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-15T05:36:45.801Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-15T05:36:46.494Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-15T05:36:46.707Z||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-15T05:36:47.913Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-15T05:36:49.001Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-15T05:36:49.019Z||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$$d1dad29b.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-15T05:36:49.020Z||main|||||WARN|500||The sdc end point is not alive
2022-07-15T05:36:52.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-15T05:36:54.892Z||main|||||WARN|500||---
2022-07-15T05:36:54.892Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-15T05:36:54.892Z||main|||||WARN|500||---
2022-07-15T05:36:55.388Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-15T05:37:00.356Z||main|||||INFO|500||Started Application in 39.568 seconds (JVM running for 41.989)
2022-07-15T05:37:00.380Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:37:00.381Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:37:00.396Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:37:00.424Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:37:00.467Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b270d00-e4f5-437b-ba69-5bf02d8d2720 url= /sdc/v1/artifactTypes
2022-07-15T05:37:00.468Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:37:01.566Z||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.48.167] 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$$1f1e9c9d.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-15T05:37:01.570Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62c8063b
2022-07-15T05:37:01.571Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:37:01.587Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:37:01.589Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:37:01.592Z||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$$1f1e9c9d.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-15T05:37:50.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:37:50.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:37:50.346Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:37:50.350Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:37:50.355Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5bdfb016-ab6d-4e2d-ab3d-bc39710b1101 url= /sdc/v1/artifactTypes
2022-07-15T05:37:50.356Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:37:51.389Z||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.48.167] 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$$1f1e9c9d.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-15T05:37:51.390Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@52ab866b
2022-07-15T05:37:51.391Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:37:51.392Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:37:51.392Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:37:51.393Z||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$$1f1e9c9d.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-15T05:38:40.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:38:40.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:38:40.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:38:40.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:38:40.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2c0d4be-8ab3-4708-acbd-1184e8857aab url= /sdc/v1/artifactTypes
2022-07-15T05:38:40.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:38:41.373Z||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.48.167] 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$$1f1e9c9d.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-15T05:38:41.374Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@690898ba
2022-07-15T05:38:41.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:38:41.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:38:41.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:38:41.375Z||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$$1f1e9c9d.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-15T05:39:30.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:39:30.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:39:30.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:39:30.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:39:30.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d8098732-9d20-4eae-aefa-248c57456787 url= /sdc/v1/artifactTypes
2022-07-15T05:39:30.352Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:39:31.394Z||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.48.167] 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$$1f1e9c9d.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-15T05:39:31.395Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@dd99fac
2022-07-15T05:39:31.395Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:39:31.396Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:39:31.396Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:39:31.397Z||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$$1f1e9c9d.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-15T05:40:20.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:40:20.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:40:20.345Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:40:20.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:40:20.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 10e3da7d-5468-4769-a3f8-c1a9e856ffea url= /sdc/v1/artifactTypes
2022-07-15T05:40:20.353Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:40:21.373Z||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.48.167] 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$$1f1e9c9d.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-15T05:40:21.374Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cde8984
2022-07-15T05:40:21.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:40:21.375Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:40:21.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:40:21.375Z||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$$1f1e9c9d.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-15T05:41:10.348Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:41:10.369Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:41:10.369Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:41:10.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:41:10.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b8cc1929-3c90-43b7-99e4-96f179cfec39 url= /sdc/v1/artifactTypes
2022-07-15T05:41:10.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:41:11.423Z||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.48.167] 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$$1f1e9c9d.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-15T05:41:11.425Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1abafe71
2022-07-15T05:41:11.425Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:41:11.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:41:11.426Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:41:11.427Z||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$$1f1e9c9d.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-15T05:42:00.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:42:00.345Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:42:00.346Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:42:00.349Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:42:00.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c849ee5-a6f8-4dc4-bebf-7c6555592872 url= /sdc/v1/artifactTypes
2022-07-15T05:42:00.359Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:42:01.406Z||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.48.167] 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$$1f1e9c9d.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-15T05:42:01.408Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69f469c3
2022-07-15T05:42:01.408Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:42:01.409Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:42:01.409Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:42:01.410Z||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$$1f1e9c9d.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-15T05:42:50.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:42:50.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:42:50.345Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:42:50.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:42:50.353Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 002d6765-f407-42b7-9894-8e4226e21222 url= /sdc/v1/artifactTypes
2022-07-15T05:42:50.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:42:51.386Z||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.48.167] 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$$1f1e9c9d.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-15T05:42:51.387Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@288f42c8
2022-07-15T05:42:51.387Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:42:51.388Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:42:51.388Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:42:51.389Z||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$$1f1e9c9d.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-15T05:43:40.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:43:40.345Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:43:40.345Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:43:40.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:43:40.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d14a8cb-613a-439d-ad21-027ccd65b2da url= /sdc/v1/artifactTypes
2022-07-15T05:43:40.352Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:43:41.373Z||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.48.167] 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$$1f1e9c9d.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-15T05:43:41.374Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@dec02fb
2022-07-15T05:43:41.375Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:43:41.375Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:43:41.376Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:43:41.376Z||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$$1f1e9c9d.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-15T05:44:30.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:44:30.371Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:44:30.378Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:44:30.381Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:44:30.386Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8af989f8-a5ec-4b74-959a-7dc9db6f8e1d url= /sdc/v1/artifactTypes
2022-07-15T05:44:30.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:44:31.422Z||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.48.167] 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$$1f1e9c9d.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-15T05:44:31.424Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7407885c
2022-07-15T05:44:31.424Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:44:31.425Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:44:31.425Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:44:31.426Z||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$$1f1e9c9d.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-15T05:45:20.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:45:20.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:45:20.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:45:20.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:45:20.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 45f291d2-39da-459f-84d5-43ec0d3aba7b url= /sdc/v1/artifactTypes
2022-07-15T05:45:20.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:45:21.373Z||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.48.167] 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$$1f1e9c9d.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-15T05:45:21.373Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fa63cde
2022-07-15T05:45:21.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:45:21.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:45:21.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:45:21.375Z||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$$1f1e9c9d.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-15T05:46:10.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:46:10.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:46:10.343Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:46:10.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:46:10.350Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 409ccce0-723f-4074-bf7c-fb114d7add37 url= /sdc/v1/artifactTypes
2022-07-15T05:46:10.350Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:46:11.389Z||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.48.167] 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$$1f1e9c9d.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-15T05:46:11.390Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@a5d01b0
2022-07-15T05:46:11.391Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:46:11.391Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:46:11.391Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:46:11.392Z||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$$1f1e9c9d.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-15T05:47:00.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:47:00.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:47:00.345Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:47:00.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:47:00.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1b56812-1761-4d91-a0ba-d750a6b55a6d url= /sdc/v1/artifactTypes
2022-07-15T05:47:00.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:47:01.375Z||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.48.167] 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$$1f1e9c9d.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-15T05:47:01.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5942dcfd
2022-07-15T05:47:01.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:47:01.376Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:47:01.377Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:47:01.377Z||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$$1f1e9c9d.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-15T05:47:11.529Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-15T05:47:50.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:47:50.345Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:47:50.347Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:47:50.351Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:47:50.358Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= db5be534-e3d6-4733-b8a1-9bbfd2db99ce url= /sdc/v1/artifactTypes
2022-07-15T05:47:50.358Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:47:51.390Z||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.48.167] 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$$1f1e9c9d.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-15T05:47:51.390Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ac4e058
2022-07-15T05:47:51.391Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:47:51.391Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:47:51.392Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:47:51.392Z||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$$1f1e9c9d.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-15T05:48:40.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:48:40.354Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:48:40.355Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:48:40.360Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:48:40.368Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b964f62a-739d-4507-bb2a-0f87ca2d180f url= /sdc/v1/artifactTypes
2022-07-15T05:48:40.368Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:48:41.407Z||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.48.167] 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$$1f1e9c9d.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-15T05:48:41.408Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24177530
2022-07-15T05:48:41.408Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:48:41.408Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:48:41.409Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:48:41.409Z||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$$1f1e9c9d.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-15T05:49:30.344Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:49:30.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:49:30.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:49:30.348Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:49:30.354Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ec711e3-3bb5-4835-8511-ce0b7c6790dd url= /sdc/v1/artifactTypes
2022-07-15T05:49:30.354Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:49:31.397Z||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.48.167] 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$$1f1e9c9d.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-15T05:49:31.398Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55a8b883
2022-07-15T05:49:31.398Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:49:31.399Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:49:31.399Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:49:31.400Z||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$$1f1e9c9d.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-15T05:50:20.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:50:20.344Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:50:20.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:50:20.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:50:20.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 44756727-ceb3-48e0-8a6b-5597388658e7 url= /sdc/v1/artifactTypes
2022-07-15T05:50:20.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:50:21.374Z||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.48.167] 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$$1f1e9c9d.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-07-15T05:50:21.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b4f5c37
2022-07-15T05:50:21.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:50:21.376Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:50:21.377Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:50:21.377Z||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$$1f1e9c9d.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-07-15T05:51:10.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:51:10.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:51:10.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:51:10.346Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:51:10.352Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f6ec5cd7-bb73-4131-bafd-c630317696cb url= /sdc/v1/artifactTypes
2022-07-15T05:51:10.352Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:51:11.390Z||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.48.167] 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$$1f1e9c9d.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-07-15T05:51:11.390Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4bb1a093
2022-07-15T05:51:11.391Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-15T05:51:11.391Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-15T05:51:11.391Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-15T05:51:11.391Z||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$$1f1e9c9d.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-07-15T05:52:00.343Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-15T05:52:00.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-15T05:52:00.344Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-15T05:52:00.347Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-15T05:52:00.351Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dad46f2b-fc2f-484b-9260-0634de732d1a url= /sdc/v1/artifactTypes
2022-07-15T05:52:00.351Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-15T05:52:00.587Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-15T05:52:00.597Z||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-15T05:52:00.622Z||scheduling-1|||||DEBUG|500||create keys
2022-07-15T05:52:00.630Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-15T05:52:00.691Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:52:00.711Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 946e54bc-8d99-4cc2-83bc-b1ae05c26681 url= /sdc/v1/registerForDistribution
2022-07-15T05:52:00.899Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 946e54bc-8d99-4cc2-83bc-b1ae05c26681 url= /sdc/v1/registerForDistribution
2022-07-15T05:52:00.900Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-15T05:52:00.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:52:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:52:00.920Z||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-15T05:52:00.920Z||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-15T05:52:00.920Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:52:00.920Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:52:00.920Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-15T05:52:11.214Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:52:11.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:53:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:53:00.908Z||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-15T05:53:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:53:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:53:00.911Z||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-15T05:53:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:53:10.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:53:10.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:54:00.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:54:00.909Z||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-15T05:54:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:54:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:54:00.912Z||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-15T05:54:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:54:10.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:54:10.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:55:00.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:55:00.911Z||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-15T05:55:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:55:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:55:00.912Z||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-15T05:55:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:55:10.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:55:10.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:56:00.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:56:00.908Z||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-15T05:56:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:56:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:56:00.912Z||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-15T05:56:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:56:10.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:56:10.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:57:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:57:00.908Z||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-15T05:57:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:57:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:57:00.912Z||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-15T05:57:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:57:10.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:57:10.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:58:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:58:00.908Z||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-15T05:58:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:58:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:58:00.912Z||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-15T05:58:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:58:10.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:58:10.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:59:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:59:00.908Z||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-15T05:59:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:59:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T05:59:00.912Z||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-15T05:59:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T05:59:10.460Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T05:59:10.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:00:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:00:00.909Z||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-15T06:00:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:00:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:00:00.911Z||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-15T06:00:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:00:10.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:00:10.458Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:01:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:01:00.908Z||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-15T06:01:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:01:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:01:00.911Z||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-15T06:01:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:01:10.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:01:10.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:02:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:02:00.910Z||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-15T06:02:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:02:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:02:00.911Z||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-15T06:02:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:02:10.488Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:02:10.493Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:03:00.908Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:03:00.909Z||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-15T06:03:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:03:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:03:00.912Z||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-15T06:03:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:03:10.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:03:10.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:04:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:04:00.909Z||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-15T06:04:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:04:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:04:00.911Z||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-15T06:04:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:04:10.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:04:10.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:05:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:05:00.909Z||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-15T06:05:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:05:00.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:05:00.913Z||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-15T06:05:00.914Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:05:10.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:05:10.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:06:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:06:00.908Z||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-15T06:06:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:06:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:06:00.911Z||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-15T06:06:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:06:10.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:06:10.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:07:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:07:00.908Z||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-15T06:07:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:07:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:07:00.912Z||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-15T06:07:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:07:10.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:07:10.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:08:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:08:00.908Z||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-15T06:08:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:08:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:08:00.911Z||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-15T06:08:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:08:10.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:08:10.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:09:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:09:00.909Z||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-15T06:09:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:09:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:09:00.912Z||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-15T06:09:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:09:10.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:09:10.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:10:00.908Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:10:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:10:00.911Z||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-15T06:10:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:10:00.912Z||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-15T06:10:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:10:10.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:10:10.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:11:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:11:00.908Z||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-15T06:11:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:11:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:11:00.912Z||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-15T06:11:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:11:10.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:11:10.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:12:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:12:00.908Z||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-15T06:12:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:12:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:12:00.911Z||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-15T06:12:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:12:10.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:12:10.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:13:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:13:00.908Z||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-15T06:13:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:13:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:13:00.912Z||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-15T06:13:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:13:10.457Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:13:10.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:14:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:14:00.908Z||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-15T06:14:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:14:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:14:00.911Z||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-15T06:14:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:14:10.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:14:10.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:15:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:15:00.908Z||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-15T06:15:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:15:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:15:00.912Z||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-15T06:15:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:15:10.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:15:10.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:16:00.909Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:16:00.910Z||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-15T06:16:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:16:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:16:00.912Z||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-15T06:16:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:16:10.459Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:16:10.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:17:00.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:17:00.909Z||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-15T06:17:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:17:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:17:00.913Z||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-15T06:17:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:17:10.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:17:10.493Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:18:00.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:18:00.909Z||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-15T06:18:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:18:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:18:00.911Z||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-15T06:18:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:18:10.480Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:18:10.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:19:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:19:00.908Z||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-15T06:19:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:19:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:19:00.912Z||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-15T06:19:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:19:10.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:19:10.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:20:00.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:20:00.909Z||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-15T06:20:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:20:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:20:00.911Z||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-15T06:20:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:20:10.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:20:10.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:21:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:21:00.908Z||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-15T06:21:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:21:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:21:00.911Z||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-15T06:21:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:21:10.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:21:10.472Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:22:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:22:00.909Z||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-15T06:22:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:22:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:22:00.912Z||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-15T06:22:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:22:10.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:22:10.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:23:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:23:00.908Z||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-15T06:23:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:23:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:23:00.911Z||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-15T06:23:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:23:10.454Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:23:10.462Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:24:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:24:00.908Z||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-15T06:24:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:24:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:24:00.911Z||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-15T06:24:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:24:10.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:24:10.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:25:00.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:25:00.911Z||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-15T06:25:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:25:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:25:00.912Z||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-15T06:25:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:25:10.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:25:10.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:26:00.909Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:26:00.910Z||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-15T06:26:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:26:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:26:00.912Z||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-15T06:26:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:26:10.461Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:26:10.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:27:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:27:00.909Z||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-15T06:27:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:27:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:27:00.912Z||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-15T06:27:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:27:10.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:27:10.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:28:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:28:00.909Z||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-15T06:28:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:28:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:28:00.911Z||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-15T06:28:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:28:10.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:28:10.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:29:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:29:00.908Z||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-15T06:29:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:29:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:29:00.911Z||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-15T06:29:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:29:10.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:29:10.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:30:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:30:00.908Z||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-15T06:30:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:30:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:30:00.911Z||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-15T06:30:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:30:10.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:30:10.456Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:31:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:31:00.908Z||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-15T06:31:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:31:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:31:00.911Z||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-15T06:31:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:31:10.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:31:10.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:32:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:32:00.908Z||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-15T06:32:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:32:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:32:00.912Z||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-15T06:32:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:32:10.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:32:10.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:33:00.908Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:33:00.910Z||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-15T06:33:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:33:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:33:00.911Z||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-15T06:33:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:33:10.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:33:10.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:34:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:34:00.909Z||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-15T06:34:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:34:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:34:00.912Z||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-15T06:34:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:34:10.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:34:10.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:35:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:35:00.908Z||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-15T06:35:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:35:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:35:00.911Z||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-15T06:35:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:35:10.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:35:10.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:36:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:36:00.908Z||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-15T06:36:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:36:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:36:00.911Z||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-15T06:36:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:36:10.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:36:10.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:37:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:37:00.908Z||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-15T06:37:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:37:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:37:00.911Z||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-15T06:37:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:37:10.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:37:10.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:38:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:38:00.908Z||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-15T06:38:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:38:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:38:00.911Z||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-15T06:38:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:38:10.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:38:10.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:39:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:39:00.908Z||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-15T06:39:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:39:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:39:00.911Z||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-15T06:39:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:39:10.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:39:10.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:40:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:40:00.909Z||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-15T06:40:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:40:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:40:00.912Z||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-15T06:40:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:40:10.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:40:10.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:41:00.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:41:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:41:00.911Z||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-15T06:41:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:41:00.912Z||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-15T06:41:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:41:10.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:41:10.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:42:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:42:00.908Z||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-15T06:42:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:42:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:42:00.912Z||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-15T06:42:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:42:10.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:42:10.539Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:43:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:43:00.908Z||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-15T06:43:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:43:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:43:00.911Z||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-15T06:43:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:43:10.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:43:10.502Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:44:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:44:00.908Z||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-15T06:44:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:44:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:44:00.911Z||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-15T06:44:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:44:10.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:44:10.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:45:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:45:00.908Z||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-15T06:45:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:45:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:45:00.912Z||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-15T06:45:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:45:10.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:45:10.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:46:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:46:00.908Z||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-15T06:46:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:46:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:46:00.912Z||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-15T06:46:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:46:10.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:46:10.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:47:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:47:00.908Z||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-15T06:47:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:47:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:47:00.912Z||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-15T06:47:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:47:10.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:47:10.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:48:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:48:00.908Z||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-15T06:48:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:48:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:48:00.911Z||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-15T06:48:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:48:10.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:48:10.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:49:00.908Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:49:00.910Z||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-15T06:49:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:49:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:49:00.911Z||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-15T06:49:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:49:10.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:49:10.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:50:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:50:00.909Z||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-15T06:50:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:50:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:50:00.912Z||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-15T06:50:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:50:10.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:50:10.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:51:00.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:51:00.908Z||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-15T06:51:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:51:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:51:00.912Z||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-15T06:51:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:51:10.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:51:10.475Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:52:00.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:52:00.908Z||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-15T06:52:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:52:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:52:00.912Z||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-15T06:52:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:52:10.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:52:10.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:53:00.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:53:00.908Z||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-15T06:53:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:53:00.912Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:53:00.912Z||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-15T06:53:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:53:10.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:53:10.473Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:54:00.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:54:00.908Z||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-15T06:54:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:54:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:54:00.911Z||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-15T06:54:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:54:10.457Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:54:10.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:55:00.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:55:00.908Z||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-15T06:55:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:55:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:55:00.911Z||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-15T06:55:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:55:10.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:55:10.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:56:00.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:56:00.908Z||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-15T06:56:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:56:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:56:00.911Z||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-15T06:56:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:56:10.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:56:10.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:57:00.908Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:57:00.910Z||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-15T06:57:00.910Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:57:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:57:00.911Z||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-15T06:57:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:57:10.457Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:57:10.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:58:00.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:58:00.908Z||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-15T06:58:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:58:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:58:00.911Z||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-15T06:58:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:58:10.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:58:10.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:59:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:59:00.908Z||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-15T06:59:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:59:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T06:59:00.912Z||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-15T06:59:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T06:59:10.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T06:59:10.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:00:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:00:00.908Z||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-15T07:00:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:00:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:00:00.911Z||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-15T07:00:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:00:10.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:00:10.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:01:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:01:00.908Z||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-15T07:01:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:01:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:01:00.911Z||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-15T07:01:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:01:10.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:01:10.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:02:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:02:00.908Z||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-15T07:02:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:02:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:02:00.911Z||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-15T07:02:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:02:10.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:02:10.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:03:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:03:00.908Z||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-15T07:03:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:03:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:03:00.912Z||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-15T07:03:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:03:10.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:03:10.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:04:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:04:00.908Z||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-15T07:04:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:04:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:04:00.912Z||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-15T07:04:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:04:10.459Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:04:10.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:05:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:05:00.909Z||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-15T07:05:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:05:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:05:00.911Z||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-15T07:05:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:05:10.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:05:10.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:06:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:06:00.909Z||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-15T07:06:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:06:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:06:00.912Z||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-15T07:06:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:06:10.448Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:06:10.453Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:07:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:07:00.908Z||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-15T07:07:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:07:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:07:00.912Z||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-15T07:07:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:07:10.457Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:07:10.458Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:08:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:08:00.908Z||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-15T07:08:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:08:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:08:00.911Z||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-15T07:08:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:08:10.453Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:08:10.454Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:09:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:09:00.908Z||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-15T07:09:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:09:00.911Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:09:00.911Z||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-15T07:09:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:09:10.456Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:09:10.456Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:10:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:10:00.908Z||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-15T07:10:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:10:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:10:00.911Z||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-15T07:10:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:10:10.458Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:10:10.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:11:00.907Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:11:00.908Z||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-15T07:11:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:11:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:11:00.911Z||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-15T07:11:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:11:10.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:11:10.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:12:00.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:12:00.908Z||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-15T07:12:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:12:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:12:00.911Z||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-15T07:12:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:12:10.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:12:10.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:13:00.907Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:13:00.909Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-15T07:13:00.909Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:13:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:13:00.912Z||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-15T07:13:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:13:10.456Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:13:10.456Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:14:00.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:14:00.909Z||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-15T07:14:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:14:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:14:00.912Z||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-15T07:14:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:14:10.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:14:10.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:15:00.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:15:00.908Z||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-15T07:15:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:15:00.911Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:15:00.911Z||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-15T07:15:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:15:10.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:15:10.461Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:16:00.907Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:16:00.908Z||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-15T07:16:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:16:00.911Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:16:00.911Z||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-15T07:16:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:16:10.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:16:10.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:17:00.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:17:00.908Z||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-15T07:17:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:17:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:17:00.911Z||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-15T07:17:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:17:10.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:17:10.488Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:18:00.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:18:00.908Z||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-15T07:18:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:18:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:18:00.911Z||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-15T07:18:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:18:10.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:18:10.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:19:00.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:19:00.908Z||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-15T07:19:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:19:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:19:00.911Z||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-15T07:19:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:19:10.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:19:10.456Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:20:00.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:20:00.908Z||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-15T07:20:00.908Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:20:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:20:00.911Z||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-15T07:20:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:20:10.457Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:20:10.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:21:00.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:21:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:21:00.912Z||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-15T07:21:00.912Z||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-15T07:21:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:21:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:21:10.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:21:10.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:00.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:22:00.909Z||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-15T07:22:00.909Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:22:00.912Z||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-15T07:22:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:01.493Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:01.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:01.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1836080b-43ea-4821-9632-47a4614399a8","serviceName":"vFW 2022-07-15 07-19-20","serviceVersion":"1.0","serviceUUID":"1d59f2f2-c448-442f-b67a-3e3d6f097c5e","serviceDescription":"catalog service description","serviceInvariantUUID":"9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5","resources":[{"resourceInstanceName":"vFW 80a40100-b0fa 0","resourceName":"vFW 80a40100-b0fa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4d0f19f-f3c4-48d5-af69-beafe7799be9","resourceInvariantUUID":"21778a03-5ddf-4361-8caf-cae242d49bc5","resourceCustomizationUUID":"8426aade-27c4-4cda-ab24-a3deebeb494f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml","artifactChecksum":"NzI5MThiMTdkZDE4N2NlYTI0YzFjN2QxMmYxODlhNmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a66d81f-b375-4511-8386-c4a4588f8ebb","artifactVersion":"1"},{"artifactName":"vfw80a40100b0fa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json","artifactChecksum":"NzE2M2NlYTEwZmIwZDM5YjdhY2QxNTQwZTZjNWE0Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe39b5f3-190f-4767-914a-74b340c97fc5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a995ccb5-890d-45c0-8fd2-9c7995668917","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml","artifactChecksum":"N2ZhNTJiZmI4NWM3MWE0M2ZiMmFhYTMzMjIwNjc3YjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4cfffbdc-b80f-496b-8406-f89db53c94d3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef59231b-ffeb-4696-9c13-ccb15db1da95","artifactVersion":"2","generatedFromUUID":"a995ccb5-890d-45c0-8fd2-9c7995668917"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715071920-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml","artifactChecksum":"Y2E5ZmY0ZDE1Y2Y2NWQ4MTM5ZGJkN2RmNjIyOTU2YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42364573-3e6e-48c5-8a88-d489d38cad75","artifactVersion":"1"},{"artifactName":"service-Vfw20220715071920-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar","artifactChecksum":"MzVjN2NiYzgxNzc4ODg0NDBmMTE4ZmY0ZTE1MTBjYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eeedc5e0-7b13-467e-9457-d6604d7e39fa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:22:01.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869680576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869687095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869688497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869684132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869697277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.564Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869697958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:01.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "cds",
  "timestamp": 1657869698984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-15T07:22:01.573Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:01.588Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:01.589Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-15T07:22:01.688Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-15T07:22:01.693Z||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-15T07:22:01.693Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:22:01.708Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:01.708Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-15T07:22:01.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1836080b-43ea-4821-9632-47a4614399a8
2022-07-15T07:22:01.777Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1836080b-43ea-4821-9632-47a4614399a8 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-15T07:22:01.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869698411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869699567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.800Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869700775,
  "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-15T07:22:01.814Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1836080b-43ea-4821-9632-47a4614399a8
2022-07-15T07:22:01.814Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1836080b-43ea-4821-9632-47a4614399a8 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-15T07:22:01.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869701779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:01.822Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.824Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869700355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869708331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869709349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:01.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869702001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "policy-id",
  "timestamp": 1657869710357,
  "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-15T07:22:01.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1836080b-43ea-4821-9632-47a4614399a8
2022-07-15T07:22:01.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1836080b-43ea-4821-9632-47a4614399a8 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-15T07:22:01.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869709979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869714757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:01.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869716811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:01.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:22:01.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "clamp",
  "timestamp": 1657869717818,
  "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-15T07:22:01.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1836080b-43ea-4821-9632-47a4614399a8
2022-07-15T07:22:01.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1836080b-43ea-4821-9632-47a4614399a8 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-15T07:22:01.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:22:01.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:01.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:22:01.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:01.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:22:02.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:02.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:02.599Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:02.599Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:22:02.699Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:02.700Z||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-15T07:22:02.700Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:02.712Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:02.713Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:03.600Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:03.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:03.602Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:03.603Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:22:03.703Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:03.704Z||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-15T07:22:03.704Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:03.717Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:03.717Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:22:04.603Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:04.604Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:04.606Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:04.606Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:04.706Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:04.707Z||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-15T07:22:04.707Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:04.720Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:04.720Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:22:05.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:05.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:05.609Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:05.609Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:22:05.709Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:05.710Z||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-15T07:22:05.710Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:05.724Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:05.725Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:06.610Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:06.611Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:06.613Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:06.613Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:22:06.714Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:22:06.715Z||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-15T07:22:06.715Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:06.729Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:06.729Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:07.616Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:22:07.617Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:07.622Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:07.622Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:22:07.723Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:22:07.724Z||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-15T07:22:07.724Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:07.736Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:07.737Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:08.624Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "serviceName": "vFW 2022-07-15 07-19-20",
  "serviceVersion": "1.0",
  "serviceUUID": "1d59f2f2-c448-442f-b67a-3e3d6f097c5e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5",
  "resources": [
    {
      "resourceInstanceName": "vFW 80a40100-b0fa 0",
      "resourceCustomizationUUID": "8426aade-27c4-4cda-ab24-a3deebeb494f",
      "resourceName": "vFW 80a40100-b0fa",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c4d0f19f-f3c4-48d5-af69-beafe7799be9",
      "resourceInvariantUUID": "21778a03-5ddf-4361-8caf-cae242d49bc5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw80a40100b0fa0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
          "artifactChecksum": "NzE2M2NlYTEwZmIwZDM5YjdhY2QxNTQwZTZjNWE0Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fe39b5f3-190f-4767-914a-74b340c97fc5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a995ccb5-890d-45c0-8fd2-9c7995668917",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ef59231b-ffeb-4696-9c13-ccb15db1da95",
            "generatedFromUUID": "a995ccb5-890d-45c0-8fd2-9c7995668917"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ef59231b-ffeb-4696-9c13-ccb15db1da95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715071920-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
      "artifactChecksum": "MzVjN2NiYzgxNzc4ODg0NDBmMTE4ZmY0ZTE1MTBjYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eeedc5e0-7b13-467e-9457-d6604d7e39fa"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:22:08.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:22:08.626Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d59f2f2-c448-442f-b67a-3e3d6f097c5e ASDC
2022-07-15T07:22:08.749Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1836080b-43ea-4821-9632-47a4614399a8
ServiceName:vFW 2022-07-15 07-19-20
ServiceVersion:1.0
ServiceUUID:1d59f2f2-c448-442f-b67a-3e3d6f097c5e
ServiceInvariantUUID:9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715071920-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar
ArtifactUUID:eeedc5e0-7b13-467e-9457-d6604d7e39fa
ArtifactChecksum:MzVjN2NiYzgxNzc4ODg0NDBmMTE4ZmY0ZTE1MTBjYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 80a40100-b0fa 0
ResourceCustomizationUUID:8426aade-27c4-4cda-ab24-a3deebeb494f
ResourceInvariantUUID:21778a03-5ddf-4361-8caf-cae242d49bc5
ResourceName:vFW 80a40100-b0fa
ResourceType:VF
ResourceUUID:c4d0f19f-f3c4-48d5-af69-beafe7799be9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw80a40100b0fa0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json
ArtifactUUID:fe39b5f3-190f-4767-914a-74b340c97fc5
ArtifactChecksum:NzE2M2NlYTEwZmIwZDM5YjdhY2QxNTQwZTZjNWE0Mzk=
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/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml
ArtifactUUID:a995ccb5-890d-45c0-8fd2-9c7995668917
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/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env
ArtifactUUID:ef59231b-ffeb-4696-9c13-ccb15db1da95
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/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env
ArtifactUUID:ef59231b-ffeb-4696-9c13-ccb15db1da95
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:22:08.749Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d59f2f2-c448-442f-b67a-3e3d6f097c5e 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-15T07:22:08.793Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:22:08.794Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:22:08.795Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:22:08.796Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eeedc5e0-7b13-467e-9457-d6604d7e39fa from URL: /sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:08.796Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:22:08.797Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:08.940Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:22:08.957Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar eeedc5e0-7b13-467e-9457-d6604d7e39fa 103060
2022-07-15T07:22:08.958Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar ASDC sendASDCNotification
2022-07-15T07:22:08.958Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:08.959Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:22:08.960Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:08.962Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:08.962Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869728957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:09.062Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:09.063Z||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-15T07:22:09.063Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:09.076Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:09.076Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:09.962Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:22:09.963Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:22:09.964Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: eeedc5e0-7b13-467e-9457-d6604d7e39fa, URL: /sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar to file: /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:09.965Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715071920-csar.csar
2022-07-15T07:22:10.116Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:10.117Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:10.816Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13207492126274531418/Definitions/service-Vfw20220715071920-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-07-15T07:22:13.778Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:22:13.784Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:22:13.784Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.784Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T07:22:13.784Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.786Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.786Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.786Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.786Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 80a40100-b0fa 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-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.786Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.787Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:13.787Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:22:13.793Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.795Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.799Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:13.799Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:22:13.801Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:22:13.803Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.803Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.803Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:13.803Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:22:13.804Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:22:13.804Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.804Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.812Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.813Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:13.813Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:13.813Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:13.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:22:13.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.815Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:22:13.815Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:22:13.815Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:22:13.816Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.816Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.816Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:22:13.816Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.816Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:22:13.817Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.817Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:22:13.817Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.817Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:22:13.819Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.819Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:13.819Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:13.820Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.820Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:13.820Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:13.821Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.821Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:13.821Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:13.821Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.822Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:13.822Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:13.822Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:13.823Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:22:13.823Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:22:13.823Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:22:13.823Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.823Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.824Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:22:13.824Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.824Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:22:13.824Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.825Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e681efa-88eb-4dd3-bf5c-e4b5e0a14c68
2022-07-15T07:22:13.825Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.825Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:13.826Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:13.826Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:13.826Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:22:13.826Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.827Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.827Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.827Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:22:13.827Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:22:13.828Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:22:13.828Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.828Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:22:13.828Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.829Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b8673142-6fed-49c9-a0b5-0ff6a2bbea75
2022-07-15T07:22:13.829Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.829Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:13.829Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:13.830Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:13.830Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:22:13.830Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.830Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.831Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.831Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:22:13.831Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:22:13.831Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:22:13.832Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:13.832Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:13.832Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:22:13.832Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=12dfeac5-0725-4d26-86c5-ed1fed2379ac
2022-07-15T07:22:13.833Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.833Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.833Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.833Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.834Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.834Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.834Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:13.834Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:13.835Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 07-19-20
Description:catalog service description
Model UUID:1d59f2f2-c448-442f-b67a-3e3d6f097c5e
Model Version:NULL
Model InvariantUuid:9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 80a40100-b0fa
Model UUID:58dd1dfa-67df-4f8b-a842-be8bb53381b1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21778a03-5ddf-4361-8caf-cae242d49bc5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8426aade-27c4-4cda-ab24-a3deebeb494f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:19ea33dd-245e-434d-abc6-6ba12ac1ce85
ModelName:Vfw80a40100B0fa..base_vfw..module-0
ModelUuid:42702d37-9805-44e2-9f32-7a10dc6e6fe8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4e681efa-88eb-4dd3-bf5c-e4b5e0a14c68
ModelInvariantUuid:caceb810-4f67-4469-8cc4-e19c90de178b
ModelName:vFW 80a40100-b0fa-nodes.vfwCvfc
ModelUuid:49df75c7-57db-4b44-9f1c-f02c2be06add
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cf29250a-0565-4788-930c-558e9b5216c8
ModelInvariantUuid:db61c399-1d4c-4178-b648-cd41571c7803
ModelName:Vfw80a40100B0fa.compute.nodes.heat.vfw
ModelUuid:ad7a93f0-65ef-401d-9205-99f4338f2edc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b8673142-6fed-49c9-a0b5-0ff6a2bbea75
ModelInvariantUuid:7aba1c62-6617-4497-a1fa-d39a9269d60c
ModelName:vFW 80a40100-b0fa-nodes.vsnCvfc
ModelUuid:7fea4793-31f8-491b-8574-70a5dbe4a316
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:fa2502ac-2e9a-49e8-a50e-588b7f9a93e8
ModelInvariantUuid:ed963bc6-9d76-45ad-b9c0-df5039719ea5
ModelName:Vfw80a40100B0fa.compute.nodes.heat.vsn
ModelUuid:927cd33a-c2a1-4b2b-bdfd-c661d72a89c2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:12dfeac5-0725-4d26-86c5-ed1fed2379ac
ModelInvariantUuid:20145bef-73a3-417c-b1de-cde190eef9de
ModelName:vFW 80a40100-b0fa-nodes.vpgCvfc
ModelUuid:3b63fe7f-dc26-48fa-a686-6caa39b6d94b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:29c9dd76-9960-43f5-842a-ae68bc1f65a9
ModelInvariantUuid:80603571-d7a2-4d48-a863-f90af8d18f44
ModelName:Vfw80a40100B0fa.compute.nodes.heat.vpg
ModelUuid:42fa8465-61ff-40e3-91ad-8babfaf70ab6
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-15T07:22:13.848Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c4d0f19f-f3c4-48d5-af69-beafe7799be9
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-15T07:22:13.940Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||vFW 80a40100-b0fa 0
2022-07-15T07:22:13.947Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4d0f19f-f3c4-48d5-af69-beafe7799be9
2022-07-15T07:22:13.948Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fe39b5f3-190f-4767-914a-74b340c97fc5 from URL: /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json
2022-07-15T07:22:13.948Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:22:13.948Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json
2022-07-15T07:22:14.124Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:22:14.125Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json fe39b5f3-190f-4767-914a-74b340c97fc5 785
2022-07-15T07:22:14.125Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json ASDC sendASDCNotification
2022-07-15T07:22:14.125Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json
2022-07-15T07:22:14.126Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:22:14.126Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:14.128Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:14.128Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869734125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:14.228Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:22:14.229Z||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-15T07:22:14.229Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:14.243Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:14.244Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:22:15.131Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw80a40100B0fa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "19ea33dd-245e-434d-abc6-6ba12ac1ce85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42702d37-9805-44e2-9f32-7a10dc6e6fe8",
    "vfModuleModelCustomizationUUID": "4c16eb79-50b9-46b2-8237-3023c9d4bb60",
    "isBase": true,
    "artifacts": [
      "a995ccb5-890d-45c0-8fd2-9c7995668917",
      "ef59231b-ffeb-4696-9c13-ccb15db1da95"
    ],
    "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-15T07:22:15.150Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw80a40100B0fa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42702d37-9805-44e2-9f32-7a10dc6e6fe8
VfModuleModelInvariantUUID:19ea33dd-245e-434d-abc6-6ba12ac1ce85
VfModuleModelDescription:NULL
Artifacts UUID List:{
a995ccb5-890d-45c0-8fd2-9c7995668917
,
ef59231b-ffeb-4696-9c13-ccb15db1da95

}
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-15T07:22:15.153Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw80a40100B0fa..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "19ea33dd-245e-434d-abc6-6ba12ac1ce85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "42702d37-9805-44e2-9f32-7a10dc6e6fe8",
    "vfModuleModelCustomizationUUID": "4c16eb79-50b9-46b2-8237-3023c9d4bb60",
    "isBase": true,
    "artifacts": [
      "a995ccb5-890d-45c0-8fd2-9c7995668917",
      "ef59231b-ffeb-4696-9c13-ccb15db1da95"
    ],
    "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-15T07:22:15.153Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw80a40100B0fa..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:42702d37-9805-44e2-9f32-7a10dc6e6fe8
VfModuleModelInvariantUUID:19ea33dd-245e-434d-abc6-6ba12ac1ce85
VfModuleModelDescription:NULL
Artifacts UUID List:{
a995ccb5-890d-45c0-8fd2-9c7995668917
,
ef59231b-ffeb-4696-9c13-ccb15db1da95

}
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-15T07:22:15.154Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a995ccb5-890d-45c0-8fd2-9c7995668917 from URL: /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml
2022-07-15T07:22:15.154Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:22:15.154Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml
2022-07-15T07:22:15.258Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:22:15.259Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml a995ccb5-890d-45c0-8fd2-9c7995668917 20368
2022-07-15T07:22:15.259Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:22:15.260Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml
2022-07-15T07:22:15.260Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:22:15.260Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:15.262Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:15.262Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869735259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:15.362Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:15.363Z||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-15T07:22:15.364Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:15.376Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:15.377Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:16.262Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef59231b-ffeb-4696-9c13-ccb15db1da95 from URL: /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env
2022-07-15T07:22:16.263Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:22:16.263Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env
2022-07-15T07:22:16.331Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:22:16.331Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env ef59231b-ffeb-4696-9c13-ccb15db1da95 2098
2022-07-15T07:22:16.332Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:22:16.332Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env
2022-07-15T07:22:16.332Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:22:16.332Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:16.334Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:16.334Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869736332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:22:16.434Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:16.435Z||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-15T07:22:16.435Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:16.446Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:16.446Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:17.335Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1d59f2f2-c448-442f-b67a-3e3d6f097c5e
2022-07-15T07:22:17.336Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 80a40100-b0fa 0 c4d0f19f-f3c4-48d5-af69-beafe7799be9 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-15T07:22:17.382Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b23f225, org.onap.sdc.toscaparser.api.parameters.Input@24b8afc3, org.onap.sdc.toscaparser.api.parameters.Input@79ffa7ee, org.onap.sdc.toscaparser.api.parameters.Input@18431ea4, org.onap.sdc.toscaparser.api.parameters.Input@2cc57553]
2022-07-15T07:22:17.387Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.387Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.388Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-15T07:22:17.388Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8426aade-27c4-4cda-ab24-a3deebeb494f
2022-07-15T07:22:17.388Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8426aade-27c4-4cda-ab24-a3deebeb494f matches Tosca VF Customization UUID: 8426aade-27c4-4cda-ab24-a3deebeb494f
2022-07-15T07:22:17.388Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8426aade-27c4-4cda-ab24-a3deebeb494f  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-15T07:22:17.398Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.399Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.400Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8426aade-27c4-4cda-ab24-a3deebeb494f: {\"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-15T07:22:17.401Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@777ecbe
2022-07-15T07:22:17.401Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.401Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:22:17.402Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4c16eb79-50b9-46b2-8237-3023c9d4bb60
2022-07-15T07:22:17.403Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4c16eb79-50b9-46b2-8237-3023c9d4bb60
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-15T07:22:17.411Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.412Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:17.412Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:17.413Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.413Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:17.413Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:17.414Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.414Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:17.414Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:17.415Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:17.415Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:22:17.415Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:22:17.415Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:22:17.416Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.416Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:17.416Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:22:17.416Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:17.417Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:22:17.417Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.417Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4e681efa-88eb-4dd3-bf5c-e4b5e0a14c68
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-15T07:22:17.430Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.431Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:17.431Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:17.431Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.432Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:17.432Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:17.433Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:17.433Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:22:17.433Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.434Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:17.434Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.435Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:22:17.435Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:22:17.435Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:22:17.435Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:17.436Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:22:17.436Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.436Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b8673142-6fed-49c9-a0b5-0ff6a2bbea75
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-15T07:22:17.439Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.439Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:17.439Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:17.441Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.442Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is not matching search criteria
2022-07-15T07:22:17.442Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:22:17.442Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:22:17.443Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:22:17.443Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.443Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:17.443Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.443Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:22:17.444Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:22:17.444Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:22:17.444Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:22:17.444Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:22:17.445Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:22:17.445Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=12dfeac5-0725-4d26-86c5-ed1fed2379ac
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-15T07:22:17.447Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.448Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:17.448Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:22:17.448Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.449Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Node template vFW 80a40100-b0fa 0 is matching search criteria
2022-07-15T07:22:17.449Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 80a40100-b0fa 0] matching following query criteria: sdcType=VF, customizationUUID=8426aade-27c4-4cda-ab24-a3deebeb494f
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-15T07:22:17.451Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.451Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.451Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1d59f2f2-c448-442f-b67a-3e3d6f097c5e: vFW 80a40100-b0fa
2022-07-15T07:22:17.452Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.452Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.453Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.453Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.453Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.454Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.454Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.455Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.455Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:22:17.455Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-19-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:22:17.455Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-15 07-19-20 
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-15T07:22:17.732Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 80a40100-b0fa c4d0f19f-f3c4-48d5-af69-beafe7799be9 1 ASDC deployResourceStructure
2022-07-15T07:22:17.732Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json ASDC sendASDCNotification
2022-07-15T07:22:17.733Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json
2022-07-15T07:22:17.733Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:22:17.733Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:17.734Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:17.735Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869737732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:17.835Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:17.836Z||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-15T07:22:17.836Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:17.847Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:17.848Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:22:18.735Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:22:18.736Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml
2022-07-15T07:22:18.736Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:22:18.736Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:18.738Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:18.738Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869738735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:18.838Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:18.840Z||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-15T07:22:18.840Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:18.872Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:18.873Z||pool-15-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:19.739Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:22:19.739Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env
2022-07-15T07:22:19.739Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:22:19.740Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:19.742Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:19.742Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869739739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:19.842Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:22:19.843Z||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-15T07:22:19.843Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:19.856Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:19.856Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:20.743Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar ASDC sendASDCNotification
2022-07-15T07:22:20.743Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar
2022-07-15T07:22:20.743Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:22:20.744Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:22:20.746Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:22:20.746Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869740743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:22:20.846Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:22:20.847Z||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-15T07:22:20.847Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:22:20.861Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:22:20.861Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:22:21.748Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:22:21.763Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:22:21.765Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:22:21.765Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:22:21.766Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:22:51.766Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:22:51.774Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:22:51.776Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:22:51.776Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:22:51.776Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:23:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:23:00.912Z||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-15T07:23:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:23:00.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:23:00.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:23:00.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:23:00.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:23:21.776Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:23:21.785Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:23:21.787Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:23:21.787Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:23:21.787Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:23:51.787Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:23:51.794Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:23:51.797Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:23:51.797Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:23:51.797Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:24:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:24:00.912Z||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-15T07:24:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:24:00.947Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:24:00.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:24:00.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:24:00.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:24:21.797Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:24:21.803Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:24:21.805Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:24:21.805Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:24:21.805Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:24:51.806Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:24:51.812Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:24:51.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:24:51.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:24:51.814Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:25:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:25:00.912Z||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-15T07:25:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:25:01.441Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:25:01.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869718823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869718497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869720355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869726683,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869728247,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "cds",
  "timestamp": 1657869727696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-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-15T07:25:01.475Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebcecb9a-24df-4491-94fd-10fea3c80382
2022-07-15T07:25:01.475Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebcecb9a-24df-4491-94fd-10fea3c80382 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-15T07:25:01.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869720576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.488Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869728957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.488Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869728381,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "policy-id",
  "timestamp": 1657869730258,
  "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-15T07:25:01.494Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebcecb9a-24df-4491-94fd-10fea3c80382
2022-07-15T07:25:01.494Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebcecb9a-24df-4491-94fd-10fea3c80382 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-15T07:25:01.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869729515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657869724132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869730689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869731744,
  "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-15T07:25:01.507Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebcecb9a-24df-4491-94fd-10fea3c80382
2022-07-15T07:25:01.507Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebcecb9a-24df-4491-94fd-10fea3c80382 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-15T07:25:01.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657869732747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.512Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.512Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.512Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869734125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.513Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869735752,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.513Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.513Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869734478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.514Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869735259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "aai-ml",
  "timestamp": 1657869735485,
  "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-15T07:25:01.519Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1836080b-43ea-4821-9632-47a4614399a8
2022-07-15T07:25:01.520Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1836080b-43ea-4821-9632-47a4614399a8 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-15T07:25:01.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869736332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869737768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.527Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869737732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/vfw80a40100b0fa0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "clamp",
  "timestamp": 1657869738773,
  "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-15T07:25:01.535Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebcecb9a-24df-4491-94fd-10fea3c80382
2022-07-15T07:25:01.535Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebcecb9a-24df-4491-94fd-10fea3c80382 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-15T07:25:01.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869738735,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869739739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/resourceInstances/vfw80a40100b0fa0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.544Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.545Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869740743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715071920/1.0/artifacts/service-Vfw20220715071920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:25:01.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869736488,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:25:01.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:25:01.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869744244,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:25:01.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869755358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:25:01.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:25:01.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T07:25:01.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "aai-ml",
  "timestamp": 1657869756364,
  "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-15T07:25:01.553Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebcecb9a-24df-4491-94fd-10fea3c80382
2022-07-15T07:25:01.553Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebcecb9a-24df-4491-94fd-10fea3c80382 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-15T07:25:21.815Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:25:21.822Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:25:21.824Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:25:21.825Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:25:21.825Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:25:21.825Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:25:51.826Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:25:51.833Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:25:51.835Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:25:51.835Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:25:51.835Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:25:51.835Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:26:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:26:00.912Z||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-15T07:26:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:26:10.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:26:21.835Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:26:21.844Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:26:21.847Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:26:21.847Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:26:21.848Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:26:21.848Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:26:51.848Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:26:51.856Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8
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-15T07:26:51.859Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:26:51.860Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:26:51.860Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:26:51.860Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:27:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:27:00.912Z||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-15T07:27:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:10.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:21.861Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:27:21.861Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1836080b-43ea-4821-9632-47a4614399a8 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-15T07:27:21.869Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1836080b-43ea-4821-9632-47a4614399a8 and serviceModelVersionId: 1d59f2f2-c448-442f-b67a-3e3d6f097c5e
2022-07-15T07:27:21.869Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5
2022-07-15T07:27:37.321Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5/model-vers/model-ver/1d59f2f2-c448-442f-b67a-3e3d6f097c5e?depth=0
2022-07-15T07:27:37.433Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:27:37.940Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5/model-vers/model-ver/1d59f2f2-c448-442f-b67a-3e3d6f097c5e?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-15T07:27:37.945Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5/model-vers/model-ver/1d59f2f2-c448-442f-b67a-3e3d6f097c5e?depth=0|INFO|500||Invoke
2022-07-15T07:27:38.074Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5/model-vers/model-ver/1d59f2f2-c448-442f-b67a-3e3d6f097c5e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:27:38.285Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5/model-vers/model-ver/1d59f2f2-c448-442f-b67a-3e3d6f097c5e?depth=0|INFO|500||InvokeReturn
2022-07-15T07:27:38.286Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9dd7e4f2-8ac4-406f-a846-1f79bc5a45f5/model-vers/model-ver/1d59f2f2-c448-442f-b67a-3e3d6f097c5e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220715-07:27:37:961-10557], vertex-id=[372824], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:27:37 GMT], Content-Type=[application/json]}
2022-07-15T07:27:38.286Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:27:38.291Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:27:38.292Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:27:38.301Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:27:38.302Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1836080b-43ea-4821-9632-47a4614399a8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:27:38.303Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:27:38.303Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:38.305Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:38.306Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870058302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:27:38.406Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:38.407Z||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-15T07:27:38.407Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:38.425Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:38.426Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-15T07:27:39.336Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-15T07:27:39.337Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ebcecb9a-24df-4491-94fd-10fea3c80382","serviceName":"basic_onboard_ZjxNLL","serviceVersion":"1.0","serviceUUID":"e981feb6-e04a-4039-ba47-01188d4b4a8a","serviceDescription":"service","serviceInvariantUUID":"25b3c8bf-cef5-4046-b059-2b91ba40e932","resources":[{"resourceInstanceName":"basic_onboard_ZjxNLL 0","resourceName":"basic_onboard_ZjxNLL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa783b31-58e1-4ee7-a1cf-e2bb526a684b","resourceInvariantUUID":"d77691e6-2600-4f01-9ac9-a79bb308d3fe","resourceCustomizationUUID":"f60fe87e-5eb5-4529-b67f-50f45e7c6348","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml","artifactChecksum":"MjFlZTczYjM2ZGFkNWY2OWRkNTE3ZTE0MDU0OTZiYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8164110e-2de1-4c40-82f2-91b47fee6bef","artifactVersion":"1"},{"artifactName":"basic_onboard_zjxnll0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json","artifactChecksum":"N2Y3MTdjNzRlZTVkMmFkNWMxNDZhZjNlMTBlMWUwYjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f778b18-a22d-49fc-9821-ee79280499c3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1eacd42c-c1f8-4b4b-b073-157df8dfaa20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44349872-06ca-45f5-85c1-3aea0a0cbb20","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"327731e2-20de-466c-bc93-afc423b5e7b5","artifactVersion":"2","generatedFromUUID":"1eacd42c-c1f8-4b4b-b073-157df8dfaa20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjxnll-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml","artifactChecksum":"NTNhY2VmNGY4MzhiZjUxYzg0MDY2OTkyMzE3ZjM3ZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62601c1c-a18c-4515-8da5-082edf44f46b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjxnll-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar","artifactChecksum":"NWYyY2VlYzJkNDdiMDM0NmY5OTc4NjI4OWFjNDUwZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0da07d3a-70d1-4d94-b09d-e6f0b921dcb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:27:39.338Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:39.339Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:39.340Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:39.341Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:27:39.442Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:27:39.443Z||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-15T07:27:39.443Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:39.455Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:39.455Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:40.341Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:40.342Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:40.343Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:40.344Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:27:40.444Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:27:40.444Z||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-15T07:27:40.444Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:40.459Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:40.460Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:41.344Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:41.345Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:41.349Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:41.349Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:27:41.450Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:41.451Z||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-15T07:27:41.451Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:41.465Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:41.466Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:42.350Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:42.353Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:42.355Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:42.355Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:27:42.456Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:27:42.457Z||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-15T07:27:42.457Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:42.470Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:42.470Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:43.356Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:43.357Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:43.359Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:43.359Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-15T07:27:43.459Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:43.459Z||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-15T07:27:43.460Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:43.471Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:43.472Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:27:44.359Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:44.360Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:44.362Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:44.362Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:27:44.462Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:44.463Z||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-15T07:27:44.463Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:44.476Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:44.476Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:45.362Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:27:45.364Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:45.367Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:45.367Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:27:45.468Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:27:45.469Z||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-15T07:27:45.469Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:45.483Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:45.483Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:27:46.369Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "serviceName": "basic_onboard_ZjxNLL",
  "serviceVersion": "1.0",
  "serviceUUID": "e981feb6-e04a-4039-ba47-01188d4b4a8a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "25b3c8bf-cef5-4046-b059-2b91ba40e932",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZjxNLL 0",
      "resourceCustomizationUUID": "f60fe87e-5eb5-4529-b67f-50f45e7c6348",
      "resourceName": "basic_onboard_ZjxNLL",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa783b31-58e1-4ee7-a1cf-e2bb526a684b",
      "resourceInvariantUUID": "d77691e6-2600-4f01-9ac9-a79bb308d3fe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zjxnll0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
          "artifactChecksum": "N2Y3MTdjNzRlZTVkMmFkNWMxNDZhZjNlMTBlMWUwYjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f778b18-a22d-49fc-9821-ee79280499c3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1eacd42c-c1f8-4b4b-b073-157df8dfaa20",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "327731e2-20de-466c-bc93-afc423b5e7b5",
            "generatedFromUUID": "1eacd42c-c1f8-4b4b-b073-157df8dfaa20"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "327731e2-20de-466c-bc93-afc423b5e7b5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZjxnll-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
      "artifactChecksum": "NWYyY2VlYzJkNDdiMDM0NmY5OTc4NjI4OWFjNDUwZDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0da07d3a-70d1-4d94-b09d-e6f0b921dcb6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:27:46.370Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:27:46.370Z|1836080b-43ea-4821-9632-47a4614399a8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e981feb6-e04a-4039-ba47-01188d4b4a8a ASDC
2022-07-15T07:27:46.371Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ebcecb9a-24df-4491-94fd-10fea3c80382
ServiceName:basic_onboard_ZjxNLL
ServiceVersion:1.0
ServiceUUID:e981feb6-e04a-4039-ba47-01188d4b4a8a
ServiceInvariantUUID:25b3c8bf-cef5-4046-b059-2b91ba40e932
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjxnll-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar
ArtifactUUID:0da07d3a-70d1-4d94-b09d-e6f0b921dcb6
ArtifactChecksum:NWYyY2VlYzJkNDdiMDM0NmY5OTc4NjI4OWFjNDUwZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZjxNLL 0
ResourceCustomizationUUID:f60fe87e-5eb5-4529-b67f-50f45e7c6348
ResourceInvariantUUID:d77691e6-2600-4f01-9ac9-a79bb308d3fe
ResourceName:basic_onboard_ZjxNLL
ResourceType:VF
ResourceUUID:aa783b31-58e1-4ee7-a1cf-e2bb526a684b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjxnll0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json
ArtifactUUID:9f778b18-a22d-49fc-9821-ee79280499c3
ArtifactChecksum:N2Y3MTdjNzRlZTVkMmFkNWMxNDZhZjNlMTBlMWUwYjI=
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/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml
ArtifactUUID:1eacd42c-c1f8-4b4b-b073-157df8dfaa20
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/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env
ArtifactUUID:327731e2-20de-466c-bc93-afc423b5e7b5
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/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env
ArtifactUUID:327731e2-20de-466c-bc93-afc423b5e7b5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:27:46.371Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e981feb6-e04a-4039-ba47-01188d4b4a8a 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-15T07:27:46.402Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:27:46.403Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:27:46.403Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:27:46.404Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0da07d3a-70d1-4d94-b09d-e6f0b921dcb6 from URL: /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:46.404Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:27:46.404Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:46.956Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:27:46.960Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar 0da07d3a-70d1-4d94-b09d-e6f0b921dcb6 75634
2022-07-15T07:27:46.960Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar ASDC sendASDCNotification
2022-07-15T07:27:46.960Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:46.960Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:27:46.961Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:46.963Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:46.963Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870066960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:27:47.063Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:47.064Z||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-15T07:27:47.064Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:47.078Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:47.078Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:47.963Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:27:47.965Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:27:47.965Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0da07d3a-70d1-4d94-b09d-e6f0b921dcb6, URL: /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:47.965Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:47.966Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:47.966Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:48.172Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10817729240265105856/Definitions/service-BasicOnboardZjxnll-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-15T07:27:49.439Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:27:49.440Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:27:49.440Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.440Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-15T07:27:49.440Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZjxNLL 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-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.440Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.441Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.441Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.441Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.441Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.441Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.441Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.442Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:49.442Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:27:49.442Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.442Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.443Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:49.443Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:27:49.443Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:27:49.443Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.444Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.444Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:49.444Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:27:49.444Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:27:49.444Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.445Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.445Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.445Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is not matching search criteria
2022-07-15T07:27:49.445Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-15T07:27:49.446Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-15T07:27:49.446Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-15T07:27:49.446Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-15T07:27:49.446Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:27:49.446Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.447Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:27:49.447Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.447Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:49.447Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:27:49.448Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.448Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:49.448Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:27:49.449Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.449Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:49.449Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:27:49.449Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.450Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is not matching search criteria
2022-07-15T07:27:49.450Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-15T07:27:49.450Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-15T07:27:49.450Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06c24116-88b7-47c5-9a99-594c57089ac6
2022-07-15T07:27:49.451Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.451Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.451Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.451Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.452Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.452Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.452Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:49.452Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:49.452Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZjxNLL
Description:service
Model UUID:e981feb6-e04a-4039-ba47-01188d4b4a8a
Model Version:NULL
Model InvariantUuid:25b3c8bf-cef5-4046-b059-2b91ba40e932
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZjxNLL
Model UUID:8c73efdd-180a-4d42-bfc1-3acf6273ba50
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d77691e6-2600-4f01-9ac9-a79bb308d3fe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f60fe87e-5eb5-4529-b67f-50f45e7c6348
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:37cb3cdd-66bd-40fc-8c2d-c563d4336103
ModelName:BasicOnboardZjxnll..base_ubuntu18..module-0
ModelUuid:778a8055-4734-4f3e-abe7-a927b74e20d3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:06c24116-88b7-47c5-9a99-594c57089ac6
ModelInvariantUuid:c6c85ab8-a5eb-4f80-b539-a53825e7af2d
ModelName:basic_onboard_ZjxNLL-nodes.ubuntu18Cvfc
ModelUuid:a7314b52-3467-49a5-920c-e1be8d785e4b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7282c495-991d-481d-8ce5-4bd68f2c3acf
ModelInvariantUuid:8506962d-2480-4965-88ab-4791a5694fdf
ModelName:BasicOnboardZjxnll.compute.nodes.heat.ubuntu18
ModelUuid:5db1f248-22de-41c2-9bf2-18eb595fe38c
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-15T07:27:49.460Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: aa783b31-58e1-4ee7-a1cf-e2bb526a684b
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-15T07:27:49.464Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||basic_onboard_ZjxNLL 0
2022-07-15T07:27:49.464Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa783b31-58e1-4ee7-a1cf-e2bb526a684b
2022-07-15T07:27:49.464Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9f778b18-a22d-49fc-9821-ee79280499c3 from URL: /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json
2022-07-15T07:27:49.464Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:27:49.464Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json
2022-07-15T07:27:49.646Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:27:49.646Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json 9f778b18-a22d-49fc-9821-ee79280499c3 798
2022-07-15T07:27:49.647Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json ASDC sendASDCNotification
2022-07-15T07:27:49.647Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json
2022-07-15T07:27:49.647Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:27:49.647Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:49.659Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:49.659Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870069647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:27:49.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-07-15T07:27:49.750Z||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-15T07:27:49.750Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:49.765Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:49.766Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:50.660Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjxnll..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "37cb3cdd-66bd-40fc-8c2d-c563d4336103",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "778a8055-4734-4f3e-abe7-a927b74e20d3",
    "vfModuleModelCustomizationUUID": "99b3e55c-c026-4a09-b6ec-0d9e5fb03c3e",
    "isBase": true,
    "artifacts": [
      "1eacd42c-c1f8-4b4b-b073-157df8dfaa20",
      "327731e2-20de-466c-bc93-afc423b5e7b5"
    ],
    "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-15T07:27:50.667Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjxnll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:778a8055-4734-4f3e-abe7-a927b74e20d3
VfModuleModelInvariantUUID:37cb3cdd-66bd-40fc-8c2d-c563d4336103
VfModuleModelDescription:NULL
Artifacts UUID List:{
1eacd42c-c1f8-4b4b-b073-157df8dfaa20
,
327731e2-20de-466c-bc93-afc423b5e7b5

}
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-15T07:27:50.671Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjxnll..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "37cb3cdd-66bd-40fc-8c2d-c563d4336103",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "778a8055-4734-4f3e-abe7-a927b74e20d3",
    "vfModuleModelCustomizationUUID": "99b3e55c-c026-4a09-b6ec-0d9e5fb03c3e",
    "isBase": true,
    "artifacts": [
      "1eacd42c-c1f8-4b4b-b073-157df8dfaa20",
      "327731e2-20de-466c-bc93-afc423b5e7b5"
    ],
    "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-15T07:27:50.671Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjxnll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:778a8055-4734-4f3e-abe7-a927b74e20d3
VfModuleModelInvariantUUID:37cb3cdd-66bd-40fc-8c2d-c563d4336103
VfModuleModelDescription:NULL
Artifacts UUID List:{
1eacd42c-c1f8-4b4b-b073-157df8dfaa20
,
327731e2-20de-466c-bc93-afc423b5e7b5

}
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-15T07:27:50.671Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1eacd42c-c1f8-4b4b-b073-157df8dfaa20 from URL: /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml
2022-07-15T07:27:50.672Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:27:50.672Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml
2022-07-15T07:27:50.767Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:27:50.768Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml 1eacd42c-c1f8-4b4b-b073-157df8dfaa20 5033
2022-07-15T07:27:50.768Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-15T07:27:50.768Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml
2022-07-15T07:27:50.769Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:27:50.769Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:50.771Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:50.771Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870070768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:27:50.871Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:50.872Z||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-15T07:27:50.872Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:50.884Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:50.885Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:51.772Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 327731e2-20de-466c-bc93-afc423b5e7b5 from URL: /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env
2022-07-15T07:27:51.773Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:27:51.773Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env
2022-07-15T07:27:51.922Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:27:51.923Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env 327731e2-20de-466c-bc93-afc423b5e7b5 909
2022-07-15T07:27:51.923Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-15T07:27:51.924Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env
2022-07-15T07:27:51.924Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:27:51.924Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:51.926Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:51.926Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870071923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:27:52.026Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:52.027Z||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-15T07:27:52.028Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:52.039Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:52.039Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:52.927Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e981feb6-e04a-4039-ba47-01188d4b4a8a
2022-07-15T07:27:52.929Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZjxNLL 0 aa783b31-58e1-4ee7-a1cf-e2bb526a684b 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-15T07:27:52.946Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a136d4b, org.onap.sdc.toscaparser.api.parameters.Input@3dfbf7fa, org.onap.sdc.toscaparser.api.parameters.Input@3da3fbda, org.onap.sdc.toscaparser.api.parameters.Input@53211424, org.onap.sdc.toscaparser.api.parameters.Input@42c9423e]
2022-07-15T07:27:52.948Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.948Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.949Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-15T07:27:52.949Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f60fe87e-5eb5-4529-b67f-50f45e7c6348
2022-07-15T07:27:52.949Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f60fe87e-5eb5-4529-b67f-50f45e7c6348 matches Tosca VF Customization UUID: f60fe87e-5eb5-4529-b67f-50f45e7c6348
2022-07-15T07:27:52.949Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f60fe87e-5eb5-4529-b67f-50f45e7c6348  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-15T07:27:52.951Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.952Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.952Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f60fe87e-5eb5-4529-b67f-50f45e7c6348: {\"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-15T07:27:52.953Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@596bcf10
2022-07-15T07:27:52.953Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.953Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:27:52.953Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99b3e55c-c026-4a09-b6ec-0d9e5fb03c3e
2022-07-15T07:27:52.954Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99b3e55c-c026-4a09-b6ec-0d9e5fb03c3e
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-15T07:27:52.956Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.956Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:52.957Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:27:52.957Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.957Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:52.958Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:27:52.958Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.958Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is not matching search criteria
2022-07-15T07:27:52.958Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-15T07:27:52.959Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-15T07:27:52.960Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=06c24116-88b7-47c5-9a99-594c57089ac6
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-15T07:27:52.962Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.962Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:52.962Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:27:52.963Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.963Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZjxNLL 0 is matching search criteria
2022-07-15T07:27:52.963Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZjxNLL 0] matching following query criteria: sdcType=VF, customizationUUID=f60fe87e-5eb5-4529-b67f-50f45e7c6348
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-15T07:27:52.965Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.966Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.966Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e981feb6-e04a-4039-ba47-01188d4b4a8a: basic_onboard_ZjxNLL
2022-07-15T07:27:52.966Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.967Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.967Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.967Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.968Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.968Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.968Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.969Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.969Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:27:52.969Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZjxNLL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:27:52.969Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ZjxNLL 
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-15T07:27:53.041Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZjxNLL aa783b31-58e1-4ee7-a1cf-e2bb526a684b 1 ASDC deployResourceStructure
2022-07-15T07:27:53.042Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json ASDC sendASDCNotification
2022-07-15T07:27:53.042Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json
2022-07-15T07:27:53.042Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:27:53.043Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:53.045Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:53.045Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870073042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:27:53.145Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:53.146Z||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-15T07:27:53.146Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:53.159Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:53.159Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:27:54.046Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-15T07:27:54.046Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml
2022-07-15T07:27:54.046Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:27:54.047Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:54.050Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:54.050Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870074046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:27:54.153Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-15T07:27:54.167Z||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-15T07:27:54.167Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:54.256Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:54.257Z||pool-31-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:55.051Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-15T07:27:55.053Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env
2022-07-15T07:27:55.053Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:27:55.053Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:55.055Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:55.055Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870075051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:27:55.155Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:55.156Z||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-15T07:27:55.157Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:55.172Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:55.173Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:56.056Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar ASDC sendASDCNotification
2022-07-15T07:27:56.057Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar
2022-07-15T07:27:56.057Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:27:56.057Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:27:56.063Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:27:56.063Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870076056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:27:56.163Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:27:56.164Z||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-15T07:27:56.164Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:27:56.178Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:27:56.178Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:27:57.064Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:27:57.072Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:27:57.078Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:27:57.078Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:27:57.078Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:27:57.079Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:28:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:28:00.912Z||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-15T07:28:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:28:01.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:28:01.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1836080b-43ea-4821-9632-47a4614399a8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870058302,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:28:01.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:28:01.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657869720907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870066960,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870069647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:28:01.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870070768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870071923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870073042,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/basic_onboard_zjxnll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870074046,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870075051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/resourceInstances/basic_onboard_zjxnll0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:28:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870076056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjxnll/1.0/artifacts/service-BasicOnboardZjxnll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:28:01.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:28:27.079Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:28:27.087Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:28:27.089Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:28:27.089Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:28:27.089Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:28:27.089Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:28:57.090Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:28:57.097Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:28:57.100Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:28:57.100Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:28:57.100Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:28:57.100Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:29:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:29:00.912Z||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-15T07:29:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:29:10.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:29:27.101Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:29:27.108Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:29:27.111Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:29:27.111Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:29:27.111Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:29:27.111Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:29:57.111Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:29:57.117Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:29:57.119Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:29:57.119Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:29:57.119Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:29:57.119Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:30:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:30:00.912Z||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-15T07:30:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:30:01.551Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:30:01.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870152001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870153497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870165546,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870166123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870160355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.574Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "cds",
  "timestamp": 1657870167131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-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-15T07:30:01.587Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cecf9f0c-539c-4957-9f12-78495051bc97
2022-07-15T07:30:01.587Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cecf9f0c-539c-4957-9f12-78495051bc97 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-15T07:30:01.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870168174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870160576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870169179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:30:01.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.599Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870168404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.600Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "policy-id",
  "timestamp": 1657870170186,
  "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-15T07:30:01.603Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cecf9f0c-539c-4957-9f12-78495051bc97
2022-07-15T07:30:01.603Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cecf9f0c-539c-4957-9f12-78495051bc97 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-15T07:30:01.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870169772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870164132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870170885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:30:01.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870171940,
  "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-15T07:30:01.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cecf9f0c-539c-4957-9f12-78495051bc97
2022-07-15T07:30:01.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cecf9f0c-539c-4957-9f12-78495051bc97 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-15T07:30:01.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.620Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870167095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:30:01.620Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:30:01.620Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870172945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:30:01.621Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870181845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:30:01.622Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.622Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.622Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870183859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:30:01.623Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.623Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.623Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "clamp",
  "timestamp": 1657870184864,
  "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-15T07:30:01.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cecf9f0c-539c-4957-9f12-78495051bc97
2022-07-15T07:30:01.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cecf9f0c-539c-4957-9f12-78495051bc97 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-15T07:30:01.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870183867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:30:01.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:30:01.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:30:01.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "aai-ml",
  "timestamp": 1657870184872,
  "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-15T07:30:01.638Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cecf9f0c-539c-4957-9f12-78495051bc97
2022-07-15T07:30:01.638Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cecf9f0c-539c-4957-9f12-78495051bc97 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-15T07:30:27.120Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:30:27.129Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:30:27.131Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:30:27.131Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:30:27.131Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:30:27.132Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:30:57.132Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:30:57.141Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:30:57.144Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:30:57.144Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:30:57.144Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:30:57.144Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:31:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:31:00.912Z||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-15T07:31:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:31:10.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:31:27.145Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:31:27.152Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:31:27.154Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:31:27.154Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:31:27.154Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:31:27.154Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:31:57.155Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:31:57.165Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:31:57.169Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:31:57.169Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:31:57.169Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:31:57.170Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:32:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:32:00.912Z||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-15T07:32:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:32:10.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:32:27.170Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:32:27.178Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382
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-15T07:32:27.180Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:32:27.180Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:32:27.181Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:32:27.181Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:32:57.181Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:32:57.182Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ebcecb9a-24df-4491-94fd-10fea3c80382 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-15T07:32:57.187Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ebcecb9a-24df-4491-94fd-10fea3c80382 and serviceModelVersionId: e981feb6-e04a-4039-ba47-01188d4b4a8a
2022-07-15T07:32:57.187Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 25b3c8bf-cef5-4046-b059-2b91ba40e932
2022-07-15T07:32:57.189Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/25b3c8bf-cef5-4046-b059-2b91ba40e932/model-vers/model-ver/e981feb6-e04a-4039-ba47-01188d4b4a8a?depth=0
2022-07-15T07:32:57.193Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:32:57.245Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b3c8bf-cef5-4046-b059-2b91ba40e932/model-vers/model-ver/e981feb6-e04a-4039-ba47-01188d4b4a8a?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-15T07:32:57.246Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b3c8bf-cef5-4046-b059-2b91ba40e932/model-vers/model-ver/e981feb6-e04a-4039-ba47-01188d4b4a8a?depth=0|INFO|500||Invoke
2022-07-15T07:32:57.276Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b3c8bf-cef5-4046-b059-2b91ba40e932/model-vers/model-ver/e981feb6-e04a-4039-ba47-01188d4b4a8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:32:57.392Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b3c8bf-cef5-4046-b059-2b91ba40e932/model-vers/model-ver/e981feb6-e04a-4039-ba47-01188d4b4a8a?depth=0|INFO|500||InvokeReturn
2022-07-15T07:32:57.394Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/25b3c8bf-cef5-4046-b059-2b91ba40e932/model-vers/model-ver/e981feb6-e04a-4039-ba47-01188d4b4a8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220715-07:32:57:162-16235], vertex-id=[401496], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:32:57 GMT], Content-Type=[application/json]}
2022-07-15T07:32:57.396Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:32:57.396Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:32:57.396Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:32:57.401Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:32:57.401Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ebcecb9a-24df-4491-94fd-10fea3c80382 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:32:57.402Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:32:57.402Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:32:57.404Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:32:57.404Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870377401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:32:57.504Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:32:57.505Z||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-15T07:32:57.505Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:32:57.521Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:32:57.521Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T07:32:58.415Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:32:58.416Z|ebcecb9a-24df-4491-94fd-10fea3c80382|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-15T07:32:58.416Z|ebcecb9a-24df-4491-94fd-10fea3c80382|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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:33:00.912Z||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-15T07:33:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:01.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:01.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.218Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870360576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870362001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870363497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870360355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870364132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870372565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870373992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:01.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870372473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:01.229Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870373167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:01.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870375003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:33:01.230Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "cds",
  "timestamp": 1657870374174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-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-15T07:33:01.242Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72c94622-f6a1-41df-820e-de3eb1b8635d
2022-07-15T07:33:01.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c94622-f6a1-41df-820e-de3eb1b8635d 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-15T07:33:01.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870373675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:01.249Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "policy-id",
  "timestamp": 1657870376010,
  "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-15T07:33:01.251Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72c94622-f6a1-41df-820e-de3eb1b8635d
2022-07-15T07:33:01.251Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c94622-f6a1-41df-820e-de3eb1b8635d 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-15T07:33:01.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870374738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:01.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870375765,
  "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-15T07:33:01.258Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72c94622-f6a1-41df-820e-de3eb1b8635d
2022-07-15T07:33:01.258Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c94622-f6a1-41df-820e-de3eb1b8635d 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-15T07:33:01.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebcecb9a-24df-4491-94fd-10fea3c80382",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870377401,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870376769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:33:01.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:01.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:33:01.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:01.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:33:02.812Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:02.837Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-15T07:33:02.837Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"cecf9f0c-539c-4957-9f12-78495051bc97","serviceName":"vFW 2022-07-15 07-27-55","serviceVersion":"1.0","serviceUUID":"8a88147f-f519-482b-a408-bf8fd00981da","serviceDescription":"catalog service description","serviceInvariantUUID":"5bca8f9c-1454-46c6-a9c7-22375d6ce90b","resources":[{"resourceInstanceName":"vFW 792d0a90-7ae9 0","resourceName":"vFW 792d0a90-7ae9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b1736761-c8da-4d42-9836-04c1bb588911","resourceInvariantUUID":"b17cec80-9adc-4d05-a44b-c4c39952ed46","resourceCustomizationUUID":"5274f3c0-42ff-4356-98f4-3fcdbd4678f3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml","artifactChecksum":"MTdmNWQzZjQ3MTNkNGFkNzM5NGQyMjU2ZjAyNzA3MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d71351a-a2e4-4266-a445-a9ab4e8ce073","artifactVersion":"1"},{"artifactName":"vfw792d0a907ae90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json","artifactChecksum":"MDJhNTI2ODAzZmE4NGU2ODlmMTBkNmY4Njc0MTI5NmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"559ec196-9a96-4022-bc31-32b98f0c8a44","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d4239238-6d7d-4393-b6c1-eab4813666fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml","artifactChecksum":"MjQyY2FiOTExZTVhZTQxNmJjNWYyOGIxMDc5N2NlMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"53898314-b917-4e56-8d03-b2bf4d254b93","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"134af0e9-afd0-4368-8676-c08be9ed4ea2","artifactVersion":"2","generatedFromUUID":"d4239238-6d7d-4393-b6c1-eab4813666fa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715072755-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml","artifactChecksum":"YmE3ZjA5NGEyM2I1ODZmMTU4NzNhMjc1MmZiZjEyMjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22064652-7476-4d3c-9434-53a1b24e9290","artifactVersion":"1"},{"artifactName":"service-Vfw20220715072755-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar","artifactChecksum":"NWFmZGM2MDJhM2JkYTljNjg3YTM2YzkwNjNjZGJmYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f93fd8be-e3be-421f-a5f2-08cd55f52a08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:33:02.860Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:02.861Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:02.863Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:02.864Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:02.964Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:02.965Z||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-15T07:33:02.965Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:02.977Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:02.977Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:03.864Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:03.865Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:03.867Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:03.867Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:33:03.967Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:03.968Z||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-15T07:33:03.969Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:03.982Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:03.983Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:04.867Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:04.868Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:04.870Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:04.870Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:33:04.970Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:33:04.971Z||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-15T07:33:04.971Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:04.985Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:04.985Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:05.871Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:05.872Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:05.874Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:05.874Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:05.974Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:05.975Z||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-15T07:33:05.975Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:05.988Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:05.989Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:06.874Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:06.875Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:06.877Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:06.877Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:33:06.977Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:33:06.978Z||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-15T07:33:06.979Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:06.994Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:06.994Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:33:07.878Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:07.879Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:07.881Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:07.881Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:33:07.981Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:07.982Z||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-15T07:33:07.982Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:07.995Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:07.995Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:33:08.881Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:33:08.882Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:08.884Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:08.884Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:33:08.984Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:08.985Z||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-15T07:33:08.985Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:09.000Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:09.001Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:09.886Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "serviceName": "vFW 2022-07-15 07-27-55",
  "serviceVersion": "1.0",
  "serviceUUID": "8a88147f-f519-482b-a408-bf8fd00981da",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5bca8f9c-1454-46c6-a9c7-22375d6ce90b",
  "resources": [
    {
      "resourceInstanceName": "vFW 792d0a90-7ae9 0",
      "resourceCustomizationUUID": "5274f3c0-42ff-4356-98f4-3fcdbd4678f3",
      "resourceName": "vFW 792d0a90-7ae9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b1736761-c8da-4d42-9836-04c1bb588911",
      "resourceInvariantUUID": "b17cec80-9adc-4d05-a44b-c4c39952ed46",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw792d0a907ae90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
          "artifactChecksum": "MDJhNTI2ODAzZmE4NGU2ODlmMTBkNmY4Njc0MTI5NmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "559ec196-9a96-4022-bc31-32b98f0c8a44",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d4239238-6d7d-4393-b6c1-eab4813666fa",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "134af0e9-afd0-4368-8676-c08be9ed4ea2",
            "generatedFromUUID": "d4239238-6d7d-4393-b6c1-eab4813666fa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "134af0e9-afd0-4368-8676-c08be9ed4ea2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715072755-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
      "artifactChecksum": "NWFmZGM2MDJhM2JkYTljNjg3YTM2YzkwNjNjZGJmYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f93fd8be-e3be-421f-a5f2-08cd55f52a08"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:33:09.886Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:33:09.886Z|ebcecb9a-24df-4491-94fd-10fea3c80382|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a88147f-f519-482b-a408-bf8fd00981da ASDC
2022-07-15T07:33:09.887Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:cecf9f0c-539c-4957-9f12-78495051bc97
ServiceName:vFW 2022-07-15 07-27-55
ServiceVersion:1.0
ServiceUUID:8a88147f-f519-482b-a408-bf8fd00981da
ServiceInvariantUUID:5bca8f9c-1454-46c6-a9c7-22375d6ce90b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715072755-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar
ArtifactUUID:f93fd8be-e3be-421f-a5f2-08cd55f52a08
ArtifactChecksum:NWFmZGM2MDJhM2JkYTljNjg3YTM2YzkwNjNjZGJmYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 792d0a90-7ae9 0
ResourceCustomizationUUID:5274f3c0-42ff-4356-98f4-3fcdbd4678f3
ResourceInvariantUUID:b17cec80-9adc-4d05-a44b-c4c39952ed46
ResourceName:vFW 792d0a90-7ae9
ResourceType:VF
ResourceUUID:b1736761-c8da-4d42-9836-04c1bb588911
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw792d0a907ae90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json
ArtifactUUID:559ec196-9a96-4022-bc31-32b98f0c8a44
ArtifactChecksum:MDJhNTI2ODAzZmE4NGU2ODlmMTBkNmY4Njc0MTI5NmE=
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/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml
ArtifactUUID:d4239238-6d7d-4393-b6c1-eab4813666fa
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/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env
ArtifactUUID:134af0e9-afd0-4368-8676-c08be9ed4ea2
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/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env
ArtifactUUID:134af0e9-afd0-4368-8676-c08be9ed4ea2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:33:09.887Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a88147f-f519-482b-a408-bf8fd00981da 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-15T07:33:09.912Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:33:09.912Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:33:09.912Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:33:09.912Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f93fd8be-e3be-421f-a5f2-08cd55f52a08 from URL: /sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:09.913Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:33:09.913Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:10.523Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:33:10.527Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar f93fd8be-e3be-421f-a5f2-08cd55f52a08 103068
2022-07-15T07:33:10.528Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar ASDC sendASDCNotification
2022-07-15T07:33:10.528Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:10.528Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:33:10.528Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:10.530Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:10.530Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870390528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:10.630Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:10.631Z||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-15T07:33:10.631Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:10.659Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:10.660Z||pool-42-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:11.531Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:33:11.531Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:33:11.532Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f93fd8be-e3be-421f-a5f2-08cd55f52a08, URL: /sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar to file: /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:11.532Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715072755-csar.csar
2022-07-15T07:33:11.532Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:11.533Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:11.777Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13408597802093904266/Definitions/service-Vfw20220715072755-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-07-15T07:33:13.896Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:33:13.896Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 792d0a90-7ae9 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-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.897Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.898Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.899Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:13.899Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:33:13.899Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:33:13.899Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.899Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.899Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:13.900Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.901Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:33:13.902Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:13.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.905Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:33:13.906Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.906Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:33:13.906Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.906Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82806f07-20c2-4cc1-8399-cae40dbc6e08
2022-07-15T07:33:13.906Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.906Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.907Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=abdd98d7-022e-480a-a457-751e94fc9abf
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.909Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f29f1fd6-7da6-4b4d-a87b-5f65199633a0
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.910Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:13.911Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 07-27-55
Description:catalog service description
Model UUID:8a88147f-f519-482b-a408-bf8fd00981da
Model Version:NULL
Model InvariantUuid:5bca8f9c-1454-46c6-a9c7-22375d6ce90b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 792d0a90-7ae9
Model UUID:350502a4-1df9-4089-843c-7ab4c4a3e394
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b17cec80-9adc-4d05-a44b-c4c39952ed46
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5274f3c0-42ff-4356-98f4-3fcdbd4678f3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0790984-ca8b-47df-9ec1-e4a72fd99e95
ModelName:Vfw792d0a907ae9..base_vfw..module-0
ModelUuid:03a5f00d-0fde-43fc-9502-11502a105e4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:82806f07-20c2-4cc1-8399-cae40dbc6e08
ModelInvariantUuid:8c470329-666c-4f81-86b7-2cfdedef5733
ModelName:vFW 792d0a90-7ae9-nodes.vfwCvfc
ModelUuid:95f15326-7cf7-4abd-8c83-5987427dc230
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:965dfe71-c723-4bb9-be4c-7c8c845a0706
ModelInvariantUuid:5b145e46-09ae-45c4-8453-b23f267a7223
ModelName:Vfw792d0a907ae9.compute.nodes.heat.vfw
ModelUuid:111800f7-5a6d-42aa-bdcd-361eec224f41
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:abdd98d7-022e-480a-a457-751e94fc9abf
ModelInvariantUuid:0becfe96-840f-469a-a00c-0033afe66609
ModelName:vFW 792d0a90-7ae9-nodes.vsnCvfc
ModelUuid:9371fad3-33e9-46f8-a2de-0a07548207b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c50d12b9-39cc-4ac9-b9a5-5b9a75bfc9c8
ModelInvariantUuid:d85721e4-559a-447c-8ed1-96b867d6ae67
ModelName:Vfw792d0a907ae9.compute.nodes.heat.vsn
ModelUuid:5a535a5f-6adb-48d4-9751-337fd0c605db
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f29f1fd6-7da6-4b4d-a87b-5f65199633a0
ModelInvariantUuid:c0ec3ab2-bcd5-41c5-ab19-d632055b832b
ModelName:vFW 792d0a90-7ae9-nodes.vpgCvfc
ModelUuid:bfcf9e1d-a636-4a9d-894b-8e6b4238684d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:88575992-8b6b-4bbd-8fe7-c52b6864e4d7
ModelInvariantUuid:42199127-062a-44de-9111-15b683cc90ef
ModelName:Vfw792d0a907ae9.compute.nodes.heat.vpg
ModelUuid:087d2be8-0425-4266-8e5d-289548e10912
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-15T07:33:13.919Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b1736761-c8da-4d42-9836-04c1bb588911
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-15T07:33:13.921Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||vFW 792d0a90-7ae9 0
2022-07-15T07:33:13.921Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b1736761-c8da-4d42-9836-04c1bb588911
2022-07-15T07:33:13.922Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 559ec196-9a96-4022-bc31-32b98f0c8a44 from URL: /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json
2022-07-15T07:33:13.922Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:33:13.922Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json
2022-07-15T07:33:14.046Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:33:14.047Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json 559ec196-9a96-4022-bc31-32b98f0c8a44 785
2022-07-15T07:33:14.047Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json ASDC sendASDCNotification
2022-07-15T07:33:14.047Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json
2022-07-15T07:33:14.047Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:33:14.047Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:14.049Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:14.049Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870394047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:14.149Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:14.150Z||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-15T07:33:14.150Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:14.165Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:14.165Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:15.050Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw792d0a907ae9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f0790984-ca8b-47df-9ec1-e4a72fd99e95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03a5f00d-0fde-43fc-9502-11502a105e4b",
    "vfModuleModelCustomizationUUID": "e5066664-3f65-4bc9-9bb1-d9b05a91b05f",
    "isBase": true,
    "artifacts": [
      "d4239238-6d7d-4393-b6c1-eab4813666fa",
      "134af0e9-afd0-4368-8676-c08be9ed4ea2"
    ],
    "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-15T07:33:15.053Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw792d0a907ae9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03a5f00d-0fde-43fc-9502-11502a105e4b
VfModuleModelInvariantUUID:f0790984-ca8b-47df-9ec1-e4a72fd99e95
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4239238-6d7d-4393-b6c1-eab4813666fa
,
134af0e9-afd0-4368-8676-c08be9ed4ea2

}
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-15T07:33:15.055Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw792d0a907ae9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f0790984-ca8b-47df-9ec1-e4a72fd99e95",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "03a5f00d-0fde-43fc-9502-11502a105e4b",
    "vfModuleModelCustomizationUUID": "e5066664-3f65-4bc9-9bb1-d9b05a91b05f",
    "isBase": true,
    "artifacts": [
      "d4239238-6d7d-4393-b6c1-eab4813666fa",
      "134af0e9-afd0-4368-8676-c08be9ed4ea2"
    ],
    "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-15T07:33:15.056Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw792d0a907ae9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:03a5f00d-0fde-43fc-9502-11502a105e4b
VfModuleModelInvariantUUID:f0790984-ca8b-47df-9ec1-e4a72fd99e95
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4239238-6d7d-4393-b6c1-eab4813666fa
,
134af0e9-afd0-4368-8676-c08be9ed4ea2

}
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-15T07:33:15.056Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d4239238-6d7d-4393-b6c1-eab4813666fa from URL: /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml
2022-07-15T07:33:15.056Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:33:15.056Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml
2022-07-15T07:33:15.127Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:33:15.128Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml d4239238-6d7d-4393-b6c1-eab4813666fa 20368
2022-07-15T07:33:15.128Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:33:15.128Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml
2022-07-15T07:33:15.128Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:33:15.129Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:15.131Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:15.131Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870395128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:15.231Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:15.232Z||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-15T07:33:15.232Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:15.243Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:15.244Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:16.132Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 134af0e9-afd0-4368-8676-c08be9ed4ea2 from URL: /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env
2022-07-15T07:33:16.132Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:33:16.132Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env
2022-07-15T07:33:16.187Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:33:16.188Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env 134af0e9-afd0-4368-8676-c08be9ed4ea2 2098
2022-07-15T07:33:16.188Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:33:16.188Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env
2022-07-15T07:33:16.189Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:33:16.189Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:16.191Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:16.191Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870396188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:33:16.291Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:16.292Z||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-15T07:33:16.292Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:16.303Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:16.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:17.192Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8a88147f-f519-482b-a408-bf8fd00981da
2022-07-15T07:33:17.193Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 792d0a90-7ae9 0 b1736761-c8da-4d42-9836-04c1bb588911 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-15T07:33:17.209Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e3408fb, org.onap.sdc.toscaparser.api.parameters.Input@2dca61ea, org.onap.sdc.toscaparser.api.parameters.Input@22ebb25c, org.onap.sdc.toscaparser.api.parameters.Input@d57ebf7, org.onap.sdc.toscaparser.api.parameters.Input@73da5976]
2022-07-15T07:33:17.211Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.212Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.212Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-15T07:33:17.212Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 5274f3c0-42ff-4356-98f4-3fcdbd4678f3
2022-07-15T07:33:17.212Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5274f3c0-42ff-4356-98f4-3fcdbd4678f3 matches Tosca VF Customization UUID: 5274f3c0-42ff-4356-98f4-3fcdbd4678f3
2022-07-15T07:33:17.213Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 5274f3c0-42ff-4356-98f4-3fcdbd4678f3  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-15T07:33:17.215Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.215Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.216Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 5274f3c0-42ff-4356-98f4-3fcdbd4678f3: {\"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-15T07:33:17.216Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@405ddc9c
2022-07-15T07:33:17.217Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.217Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:33:17.217Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5066664-3f65-4bc9-9bb1-d9b05a91b05f
2022-07-15T07:33:17.218Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5066664-3f65-4bc9-9bb1-d9b05a91b05f
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-15T07:33:17.220Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.220Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:17.220Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:17.220Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.221Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:17.221Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:17.221Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.222Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:17.222Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:17.222Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:17.223Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:33:17.223Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:33:17.223Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:33:17.224Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.224Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:17.225Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:33:17.225Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:17.225Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:33:17.225Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.225Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=82806f07-20c2-4cc1-8399-cae40dbc6e08
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-15T07:33:17.228Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.228Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:17.228Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:17.228Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.229Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:17.229Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:17.229Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:17.229Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:33:17.229Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:17.230Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.230Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:33:17.230Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.230Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:33:17.231Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:33:17.231Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:17.231Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:33:17.231Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.232Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=abdd98d7-022e-480a-a457-751e94fc9abf
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-15T07:33:17.233Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.234Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:17.234Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:17.235Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.235Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is not matching search criteria
2022-07-15T07:33:17.235Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:33:17.235Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:33:17.236Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:33:17.236Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:17.236Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.236Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:33:17.237Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.237Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:33:17.237Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:33:17.238Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:33:17.238Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:33:17.238Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:33:17.238Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f29f1fd6-7da6-4b4d-a87b-5f65199633a0
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-15T07:33:17.240Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.241Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:17.241Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:33:17.242Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.242Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Node template vFW 792d0a90-7ae9 0 is matching search criteria
2022-07-15T07:33:17.242Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 792d0a90-7ae9 0] matching following query criteria: sdcType=VF, customizationUUID=5274f3c0-42ff-4356-98f4-3fcdbd4678f3
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-15T07:33:17.244Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.244Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.244Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8a88147f-f519-482b-a408-bf8fd00981da: vFW 792d0a90-7ae9
2022-07-15T07:33:17.245Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.245Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.245Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.245Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.246Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.246Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.246Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.247Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.247Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:33:17.247Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-27-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:33:17.247Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-15 07-27-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-15T07:33:17.409Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 792d0a90-7ae9 b1736761-c8da-4d42-9836-04c1bb588911 1 ASDC deployResourceStructure
2022-07-15T07:33:17.409Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json ASDC sendASDCNotification
2022-07-15T07:33:17.409Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json
2022-07-15T07:33:17.410Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:33:17.410Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:17.413Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:17.413Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870397409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:33:17.514Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:33:17.515Z||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-15T07:33:17.515Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:17.525Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:17.526Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:18.414Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:33:18.415Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml
2022-07-15T07:33:18.415Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:33:18.415Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:18.417Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:18.417Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870398414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:33:18.517Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:33:18.518Z||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-15T07:33:18.518Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:18.531Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:18.531Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:19.418Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:33:19.418Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env
2022-07-15T07:33:19.419Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:33:19.419Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:19.420Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:19.420Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870399418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:33:19.521Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:19.522Z||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-15T07:33:19.522Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:19.535Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:19.535Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:33:20.421Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar ASDC sendASDCNotification
2022-07-15T07:33:20.421Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar
2022-07-15T07:33:20.422Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:33:20.422Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:33:20.424Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:33:20.424Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870400421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:33:20.524Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:33:20.525Z||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-15T07:33:20.525Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:33:20.537Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:33:20.538Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:33:21.425Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:33:21.433Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:33:21.435Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:33:21.435Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:33:21.435Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:33:21.435Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:33:51.436Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:33:51.443Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:33:51.445Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:33:51.445Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:33:51.445Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:33:51.445Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:34:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:34:00.911Z||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-15T07:34:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:34:00.942Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:34:00.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:34:00.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:34:00.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:34:21.446Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:34:21.460Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:34:21.461Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:34:21.462Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:34:21.462Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:34:21.462Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:34:51.462Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:34:51.476Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:34:51.479Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:34:51.479Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:34:51.479Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:34:51.480Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:35:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:35:00.912Z||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-15T07:35:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:35:01.443Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:35:01.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:35:01.444Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:35:01.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870377095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:35:01.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:35:01.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:35:01.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:35:01.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:35:01.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870390528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870390620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870392884,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:35:01.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "aai-ml",
  "timestamp": 1657870391624,
  "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-15T07:35:01.457Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72c94622-f6a1-41df-820e-de3eb1b8635d
2022-07-15T07:35:01.457Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c94622-f6a1-41df-820e-de3eb1b8635d 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-15T07:35:01.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870394047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:35:01.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870394897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:35:01.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870395128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:35:01.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "clamp",
  "timestamp": 1657870395901,
  "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-15T07:35:01.474Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72c94622-f6a1-41df-820e-de3eb1b8635d
2022-07-15T07:35:01.474Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c94622-f6a1-41df-820e-de3eb1b8635d 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-15T07:35:01.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870396188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:35:01.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870397409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/vfw792d0a907ae90_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:35:01.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870398414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:35:01.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870399418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/resourceInstances/vfw792d0a907ae90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:35:01.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:01.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:35:01.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870400421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715072755/1.0/artifacts/service-Vfw20220715072755-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:35:01.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:35:21.480Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:35:21.489Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:35:21.491Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:35:21.491Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:35:21.491Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:35:21.491Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:35:51.492Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:35:51.508Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:35:51.510Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:35:51.511Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:35:51.511Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:35:51.511Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:36:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:36:00.913Z||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-15T07:36:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:36:10.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:36:21.511Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:36:21.528Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:36:21.530Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:36:21.530Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:36:21.531Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:36:21.531Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:36:51.531Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:36:51.544Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:36:51.547Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:36:51.547Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:36:51.547Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:36:51.547Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:37:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:37:00.913Z||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-15T07:37:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:37:10.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:37:21.548Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:37:21.558Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:37:21.561Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:37:21.561Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:37:21.561Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:37:21.561Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:37:51.561Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:37:51.573Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97
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-15T07:37:51.575Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:37:51.575Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:37:51.575Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:37:51.575Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:38:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:38:00.912Z||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-15T07:38:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:10.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:21.575Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:38:21.576Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cecf9f0c-539c-4957-9f12-78495051bc97 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-15T07:38:21.582Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cecf9f0c-539c-4957-9f12-78495051bc97 and serviceModelVersionId: 8a88147f-f519-482b-a408-bf8fd00981da
2022-07-15T07:38:21.582Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bca8f9c-1454-46c6-a9c7-22375d6ce90b
2022-07-15T07:38:21.584Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bca8f9c-1454-46c6-a9c7-22375d6ce90b/model-vers/model-ver/8a88147f-f519-482b-a408-bf8fd00981da?depth=0
2022-07-15T07:38:21.592Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:38:21.652Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca8f9c-1454-46c6-a9c7-22375d6ce90b/model-vers/model-ver/8a88147f-f519-482b-a408-bf8fd00981da?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-15T07:38:21.654Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca8f9c-1454-46c6-a9c7-22375d6ce90b/model-vers/model-ver/8a88147f-f519-482b-a408-bf8fd00981da?depth=0|INFO|500||Invoke
2022-07-15T07:38:21.682Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca8f9c-1454-46c6-a9c7-22375d6ce90b/model-vers/model-ver/8a88147f-f519-482b-a408-bf8fd00981da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:38:21.903Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca8f9c-1454-46c6-a9c7-22375d6ce90b/model-vers/model-ver/8a88147f-f519-482b-a408-bf8fd00981da?depth=0|INFO|500||InvokeReturn
2022-07-15T07:38:21.904Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bca8f9c-1454-46c6-a9c7-22375d6ce90b/model-vers/model-ver/8a88147f-f519-482b-a408-bf8fd00981da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-07:38:21:571-13284], vertex-id=[204952], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:38:21 GMT], Content-Type=[application/json]}
2022-07-15T07:38:21.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:38:21.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:38:21.908Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:38:21.916Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:38:21.916Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cecf9f0c-539c-4957-9f12-78495051bc97 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:38:21.917Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:38:21.917Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:21.920Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:21.920Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870701916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:38:22.020Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:22.021Z||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-15T07:38:22.021Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:22.034Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:22.035Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T07:38:22.935Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-15T07:38:22.935Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"72c94622-f6a1-41df-820e-de3eb1b8635d","serviceName":"vFW 2022-07-15 07-31-15","serviceVersion":"1.0","serviceUUID":"388381cc-e9e2-4e13-a3ec-8bc5f615d4cf","serviceDescription":"catalog service description","serviceInvariantUUID":"8ccadd1c-2f55-4f48-80bd-f97b3b4e3467","resources":[{"resourceInstanceName":"vFW c3e041d6-4c9b 0","resourceName":"vFW c3e041d6-4c9b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a6f0f8c-c5e4-410d-9189-8f88c5911bf3","resourceInvariantUUID":"86413e28-8a57-4f9e-91f5-597e21a88ee4","resourceCustomizationUUID":"3ceba9e6-0206-455c-857c-aec8933b62e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml","artifactChecksum":"MjliMjEyODIyYmZhMzA2ZjQ5MmFmMDZmZjM1NDUxNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3cb463cf-6484-497b-aa5f-cbcd6c3bd84d","artifactVersion":"1"},{"artifactName":"vfwc3e041d64c9b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json","artifactChecksum":"ODQzNTg4NjJlY2ZjODU5OWY4N2FkYjhlZDliMGQ4ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bda86228-6ebc-481e-b009-992558a9f34b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"734d5220-8bb4-4eba-beff-a7a9d8d59ef2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml","artifactChecksum":"ODg2N2UyMzZhMDNjMzI4ODA5NzMxYjI1MzQzMjcxMDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99f73b81-2c01-48ac-8074-5a71f11898a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1f98f79d-bd42-4aa1-b68e-5e750c4a0d44","artifactVersion":"2","generatedFromUUID":"734d5220-8bb4-4eba-beff-a7a9d8d59ef2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715073115-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml","artifactChecksum":"YjNhMzViMmY5OTAwMjkzMjBiNWVlMjEzNGJmZDhkYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94a2a3ac-1fd5-44b6-8456-afe3be27614b","artifactVersion":"1"},{"artifactName":"service-Vfw20220715073115-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar","artifactChecksum":"ZjlkZDdlYTQ4NmExZjQyNjYyNGExNzA4Njk1MzNkOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d19d23c1-79f1-42bf-a254-57885e83ef0f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:38:22.936Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:22.937Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:22.941Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:22.941Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:38:23.041Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:23.042Z||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-15T07:38:23.042Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:23.055Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:23.057Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:23.942Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:23.943Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:23.944Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:23.945Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:38:24.045Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:24.046Z||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-15T07:38:24.046Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:24.061Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:24.061Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:24.945Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:24.946Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:24.948Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:24.948Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:38:25.049Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:38:25.050Z||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-15T07:38:25.050Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:25.064Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:25.064Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:25.949Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:25.950Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:25.952Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:25.952Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:38:26.052Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:26.053Z||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-15T07:38:26.053Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:26.067Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:26.067Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:26.953Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:26.953Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:26.955Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:26.956Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:38:27.056Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:27.057Z||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-15T07:38:27.057Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:27.070Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:27.071Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:27.956Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:27.957Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:27.959Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:27.959Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:38:28.060Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:28.061Z||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-15T07:38:28.061Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:28.073Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:28.074Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:28.961Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:38:28.963Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:28.966Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:28.967Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:38:29.066Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:38:29.067Z||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-15T07:38:29.067Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:29.086Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:29.086Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:38:29.968Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "serviceName": "vFW 2022-07-15 07-31-15",
  "serviceVersion": "1.0",
  "serviceUUID": "388381cc-e9e2-4e13-a3ec-8bc5f615d4cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8ccadd1c-2f55-4f48-80bd-f97b3b4e3467",
  "resources": [
    {
      "resourceInstanceName": "vFW c3e041d6-4c9b 0",
      "resourceCustomizationUUID": "3ceba9e6-0206-455c-857c-aec8933b62e5",
      "resourceName": "vFW c3e041d6-4c9b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a6f0f8c-c5e4-410d-9189-8f88c5911bf3",
      "resourceInvariantUUID": "86413e28-8a57-4f9e-91f5-597e21a88ee4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc3e041d64c9b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
          "artifactChecksum": "ODQzNTg4NjJlY2ZjODU5OWY4N2FkYjhlZDliMGQ4ZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bda86228-6ebc-481e-b009-992558a9f34b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "734d5220-8bb4-4eba-beff-a7a9d8d59ef2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1f98f79d-bd42-4aa1-b68e-5e750c4a0d44",
            "generatedFromUUID": "734d5220-8bb4-4eba-beff-a7a9d8d59ef2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1f98f79d-bd42-4aa1-b68e-5e750c4a0d44",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715073115-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
      "artifactChecksum": "ZjlkZDdlYTQ4NmExZjQyNjYyNGExNzA4Njk1MzNkOWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d19d23c1-79f1-42bf-a254-57885e83ef0f"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:38:29.968Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:38:29.968Z|cecf9f0c-539c-4957-9f12-78495051bc97|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 388381cc-e9e2-4e13-a3ec-8bc5f615d4cf ASDC
2022-07-15T07:38:29.969Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:72c94622-f6a1-41df-820e-de3eb1b8635d
ServiceName:vFW 2022-07-15 07-31-15
ServiceVersion:1.0
ServiceUUID:388381cc-e9e2-4e13-a3ec-8bc5f615d4cf
ServiceInvariantUUID:8ccadd1c-2f55-4f48-80bd-f97b3b4e3467
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715073115-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar
ArtifactUUID:d19d23c1-79f1-42bf-a254-57885e83ef0f
ArtifactChecksum:ZjlkZDdlYTQ4NmExZjQyNjYyNGExNzA4Njk1MzNkOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c3e041d6-4c9b 0
ResourceCustomizationUUID:3ceba9e6-0206-455c-857c-aec8933b62e5
ResourceInvariantUUID:86413e28-8a57-4f9e-91f5-597e21a88ee4
ResourceName:vFW c3e041d6-4c9b
ResourceType:VF
ResourceUUID:1a6f0f8c-c5e4-410d-9189-8f88c5911bf3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc3e041d64c9b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json
ArtifactUUID:bda86228-6ebc-481e-b009-992558a9f34b
ArtifactChecksum:ODQzNTg4NjJlY2ZjODU5OWY4N2FkYjhlZDliMGQ4ZWY=
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/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml
ArtifactUUID:734d5220-8bb4-4eba-beff-a7a9d8d59ef2
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/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env
ArtifactUUID:1f98f79d-bd42-4aa1-b68e-5e750c4a0d44
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/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env
ArtifactUUID:1f98f79d-bd42-4aa1-b68e-5e750c4a0d44
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:38:29.969Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 388381cc-e9e2-4e13-a3ec-8bc5f615d4cf 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-15T07:38:30.002Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:38:30.003Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:38:30.003Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:38:30.003Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d19d23c1-79f1-42bf-a254-57885e83ef0f from URL: /sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:30.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:38:30.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:30.655Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:38:30.660Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar d19d23c1-79f1-42bf-a254-57885e83ef0f 103066
2022-07-15T07:38:30.660Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar ASDC sendASDCNotification
2022-07-15T07:38:30.660Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:30.661Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:38:30.661Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:30.663Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:30.663Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870710660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:38:30.763Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:30.766Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T07:38:30.767Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:30.788Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:30.789Z||pool-58-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:31.663Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:38:31.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:38:31.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d19d23c1-79f1-42bf-a254-57885e83ef0f, URL: /sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar to file: /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:31.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715073115-csar.csar
2022-07-15T07:38:31.666Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:31.667Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:31.906Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7148441542570605685/Definitions/service-Vfw20220715073115-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-15T07:38:33.979Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:38:33.979Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:38:33.979Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c3e041d6-4c9b 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-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.980Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.981Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:33.982Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:38:33.982Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:38:33.982Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.982Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.983Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:33.983Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:38:33.983Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:38:33.983Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.983Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.983Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.984Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:38:33.985Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.986Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:38:33.986Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.986Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:38:33.986Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.986Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:33.986Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:33.987Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.988Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cd483f18-0bdf-4097-a0fc-616d7da69d10
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.989Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.990Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1c451538-85e4-4a13-a923-b54daccc773c
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.991Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:33.992Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7f00d654-2193-412e-86b5-f256b81715ad
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.993Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.994Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.994Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.994Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.994Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.994Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:33.994Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:33.995Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 07-31-15
Description:catalog service description
Model UUID:388381cc-e9e2-4e13-a3ec-8bc5f615d4cf
Model Version:NULL
Model InvariantUuid:8ccadd1c-2f55-4f48-80bd-f97b3b4e3467
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c3e041d6-4c9b
Model UUID:142455ae-783a-47de-a202-39023e47b97a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:86413e28-8a57-4f9e-91f5-597e21a88ee4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3ceba9e6-0206-455c-857c-aec8933b62e5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36dea227-16a0-4c3c-b841-2f2bef2cd149
ModelName:VfwC3e041d64c9b..base_vfw..module-0
ModelUuid:9fa26fb2-9e90-4b72-a968-59429aefed34
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cd483f18-0bdf-4097-a0fc-616d7da69d10
ModelInvariantUuid:446814d2-bc46-4bcf-8f94-6a99d5997c38
ModelName:vFW c3e041d6-4c9b-nodes.vfwCvfc
ModelUuid:cd21615e-926f-4a0a-9a47-154c1d02c2c2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3b203882-7a05-4e08-9903-a3017f00e95a
ModelInvariantUuid:b2780f4a-fae9-4fae-99b2-83244330fb4e
ModelName:VfwC3e041d64c9b.compute.nodes.heat.vfw
ModelUuid:e452c4d7-2b56-462f-bbec-eac990adc475
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1c451538-85e4-4a13-a923-b54daccc773c
ModelInvariantUuid:485357d3-85aa-4237-9a1e-c046c7b4b0b5
ModelName:vFW c3e041d6-4c9b-nodes.vsnCvfc
ModelUuid:32c70c41-c256-4757-873b-0e4868cf05a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f42987b6-f72c-4750-bc10-88cf42ccc4b0
ModelInvariantUuid:3c24dd87-7ef1-4df3-95df-5516630b9967
ModelName:VfwC3e041d64c9b.compute.nodes.heat.vsn
ModelUuid:4cb889e9-1ffe-48bb-8628-a9251fddf79c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7f00d654-2193-412e-86b5-f256b81715ad
ModelInvariantUuid:f1b12d6b-86fa-424d-9652-fcd2a7332ef4
ModelName:vFW c3e041d6-4c9b-nodes.vpgCvfc
ModelUuid:c4d06d98-9df2-4ece-8f30-4775a5b1882a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:aa4090fb-20bf-417e-8369-03bc67f921f1
ModelInvariantUuid:4b2ddcb2-e067-44c5-9236-154bd785c60f
ModelName:VfwC3e041d64c9b.compute.nodes.heat.vpg
ModelUuid:3afc2a64-9c69-4ef3-80d7-b542958faac4
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-15T07:38:34.001Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a6f0f8c-c5e4-410d-9189-8f88c5911bf3
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-15T07:38:34.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||vFW c3e041d6-4c9b 0
2022-07-15T07:38:34.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a6f0f8c-c5e4-410d-9189-8f88c5911bf3
2022-07-15T07:38:34.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bda86228-6ebc-481e-b009-992558a9f34b from URL: /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json
2022-07-15T07:38:34.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:38:34.004Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json
2022-07-15T07:38:34.143Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:38:34.143Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json bda86228-6ebc-481e-b009-992558a9f34b 785
2022-07-15T07:38:34.144Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json ASDC sendASDCNotification
2022-07-15T07:38:34.144Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json
2022-07-15T07:38:34.144Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:38:34.144Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:34.146Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:34.146Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870714144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:38:34.246Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:34.247Z||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-15T07:38:34.248Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:34.266Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:34.267Z||pool-59-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:38:35.147Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC3e041d64c9b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "36dea227-16a0-4c3c-b841-2f2bef2cd149",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fa26fb2-9e90-4b72-a968-59429aefed34",
    "vfModuleModelCustomizationUUID": "8e000aff-42fd-4da3-9419-6d77d351147b",
    "isBase": true,
    "artifacts": [
      "734d5220-8bb4-4eba-beff-a7a9d8d59ef2",
      "1f98f79d-bd42-4aa1-b68e-5e750c4a0d44"
    ],
    "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-15T07:38:35.152Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC3e041d64c9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fa26fb2-9e90-4b72-a968-59429aefed34
VfModuleModelInvariantUUID:36dea227-16a0-4c3c-b841-2f2bef2cd149
VfModuleModelDescription:NULL
Artifacts UUID List:{
734d5220-8bb4-4eba-beff-a7a9d8d59ef2
,
1f98f79d-bd42-4aa1-b68e-5e750c4a0d44

}
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-15T07:38:35.153Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC3e041d64c9b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "36dea227-16a0-4c3c-b841-2f2bef2cd149",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fa26fb2-9e90-4b72-a968-59429aefed34",
    "vfModuleModelCustomizationUUID": "8e000aff-42fd-4da3-9419-6d77d351147b",
    "isBase": true,
    "artifacts": [
      "734d5220-8bb4-4eba-beff-a7a9d8d59ef2",
      "1f98f79d-bd42-4aa1-b68e-5e750c4a0d44"
    ],
    "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-15T07:38:35.154Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC3e041d64c9b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fa26fb2-9e90-4b72-a968-59429aefed34
VfModuleModelInvariantUUID:36dea227-16a0-4c3c-b841-2f2bef2cd149
VfModuleModelDescription:NULL
Artifacts UUID List:{
734d5220-8bb4-4eba-beff-a7a9d8d59ef2
,
1f98f79d-bd42-4aa1-b68e-5e750c4a0d44

}
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-15T07:38:35.154Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 734d5220-8bb4-4eba-beff-a7a9d8d59ef2 from URL: /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml
2022-07-15T07:38:35.154Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:38:35.154Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml
2022-07-15T07:38:35.217Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:38:35.218Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml 734d5220-8bb4-4eba-beff-a7a9d8d59ef2 20368
2022-07-15T07:38:35.218Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:38:35.219Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml
2022-07-15T07:38:35.219Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:38:35.219Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:35.222Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:35.222Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870715218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:38:35.321Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:38:35.322Z||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-15T07:38:35.323Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:35.337Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:35.337Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:36.223Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f98f79d-bd42-4aa1-b68e-5e750c4a0d44 from URL: /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env
2022-07-15T07:38:36.223Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:38:36.224Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env
2022-07-15T07:38:36.387Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:38:36.387Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env 1f98f79d-bd42-4aa1-b68e-5e750c4a0d44 2098
2022-07-15T07:38:36.387Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:38:36.388Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env
2022-07-15T07:38:36.388Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:38:36.388Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:36.390Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:36.390Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870716387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:38:36.490Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:36.491Z||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-15T07:38:36.491Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:36.505Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:36.506Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:37.391Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 388381cc-e9e2-4e13-a3ec-8bc5f615d4cf
2022-07-15T07:38:37.391Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c3e041d6-4c9b 0 1a6f0f8c-c5e4-410d-9189-8f88c5911bf3 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-15T07:38:37.406Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4960af80, org.onap.sdc.toscaparser.api.parameters.Input@4514d284, org.onap.sdc.toscaparser.api.parameters.Input@30475c2f, org.onap.sdc.toscaparser.api.parameters.Input@79f4a378, org.onap.sdc.toscaparser.api.parameters.Input@35240f69]
2022-07-15T07:38:37.408Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.408Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.408Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-15T07:38:37.408Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3ceba9e6-0206-455c-857c-aec8933b62e5
2022-07-15T07:38:37.408Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ceba9e6-0206-455c-857c-aec8933b62e5 matches Tosca VF Customization UUID: 3ceba9e6-0206-455c-857c-aec8933b62e5
2022-07-15T07:38:37.408Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3ceba9e6-0206-455c-857c-aec8933b62e5  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-15T07:38:37.411Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.411Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.412Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3ceba9e6-0206-455c-857c-aec8933b62e5: {\"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-15T07:38:37.412Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5864ee
2022-07-15T07:38:37.412Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.412Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:38:37.412Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8e000aff-42fd-4da3-9419-6d77d351147b
2022-07-15T07:38:37.412Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8e000aff-42fd-4da3-9419-6d77d351147b
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-15T07:38:37.415Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.415Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:37.416Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:37.416Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.416Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:37.416Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:37.416Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.417Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:37.417Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:37.417Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:38:37.417Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:37.418Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:38:37.418Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:38:37.418Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.418Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:37.418Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:38:37.419Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:37.419Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:38:37.419Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.419Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cd483f18-0bdf-4097-a0fc-616d7da69d10
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-15T07:38:37.422Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.422Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:37.422Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:37.423Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.423Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:37.423Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:37.423Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:38:37.424Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:37.424Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.424Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:38:37.424Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.425Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:37.425Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:38:37.425Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:38:37.425Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:37.426Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:38:37.426Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.426Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1c451538-85e4-4a13-a923-b54daccc773c
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-15T07:38:37.428Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.428Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:37.429Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:37.429Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.429Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is not matching search criteria
2022-07-15T07:38:37.429Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:38:37.430Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:38:37.431Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:37.431Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.431Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:38:37.431Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.431Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:38:37.432Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:38:37.432Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:38:37.432Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:38:37.432Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:38:37.432Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:38:37.433Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7f00d654-2193-412e-86b5-f256b81715ad
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-15T07:38:37.435Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.436Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:37.436Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:38:37.436Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.436Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Node template vFW c3e041d6-4c9b 0 is matching search criteria
2022-07-15T07:38:37.436Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW c3e041d6-4c9b 0] matching following query criteria: sdcType=VF, customizationUUID=3ceba9e6-0206-455c-857c-aec8933b62e5
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-15T07:38:37.438Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.438Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.439Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 388381cc-e9e2-4e13-a3ec-8bc5f615d4cf: vFW c3e041d6-4c9b
2022-07-15T07:38:37.439Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.439Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.439Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.440Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.440Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.440Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.440Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.441Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.441Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:38:37.441Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-31-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:38:37.441Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-15 07-31-15 
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-15T07:38:37.635Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c3e041d6-4c9b 1a6f0f8c-c5e4-410d-9189-8f88c5911bf3 1 ASDC deployResourceStructure
2022-07-15T07:38:37.635Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json ASDC sendASDCNotification
2022-07-15T07:38:37.635Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json
2022-07-15T07:38:37.636Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:38:37.636Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:37.638Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:37.638Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870717635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:38:37.738Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:37.739Z||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-15T07:38:37.739Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:37.757Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:37.758Z||pool-62-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:38.639Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:38:38.639Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml
2022-07-15T07:38:38.640Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:38:38.640Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:38.642Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:38.642Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870718639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:38:38.742Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:38.743Z||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-15T07:38:38.743Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:38.756Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:38.757Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:39.643Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:38:39.643Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env
2022-07-15T07:38:39.643Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:38:39.644Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:39.645Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:39.645Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870719643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:38:39.746Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:38:39.746Z||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-15T07:38:39.747Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:39.759Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:39.760Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:40.646Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar ASDC sendASDCNotification
2022-07-15T07:38:40.648Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar
2022-07-15T07:38:40.648Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:38:40.649Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:38:40.651Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:38:40.652Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870720646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:38:40.752Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-15T07:38:40.752Z||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-15T07:38:40.753Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:38:40.767Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:38:40.768Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:38:41.653Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:38:41.663Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:38:41.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:38:41.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:38:41.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:38:41.665Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:39:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:39:00.912Z||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-15T07:39:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:39:01.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:39:01.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cecf9f0c-539c-4957-9f12-78495051bc97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870701916,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:39:01.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:39:01.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:39:01.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870378415,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870710660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870714144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870715218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870716387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870717635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/vfwc3e041d64c9b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870718639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870719643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/resourceInstances/vfwc3e041d64c9b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:39:01.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:01.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:39:01.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657870720646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073115/1.0/artifacts/service-Vfw20220715073115-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:39:01.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:39:11.666Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:39:11.675Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:39:11.677Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:39:11.677Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:39:11.678Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:39:11.678Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:39:41.678Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:39:41.688Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:39:41.691Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:39:41.691Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:39:41.691Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:39:41.691Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:40:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:40:00.911Z||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-15T07:40:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:40:10.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:40:11.692Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:40:11.702Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:40:11.704Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:40:11.704Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:40:11.704Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:40:11.704Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:40:41.705Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:40:41.716Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:40:41.718Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:40:41.718Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:40:41.718Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:40:41.718Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:41:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:41:00.911Z||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-15T07:41:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:41:10.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:41:11.719Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:41:11.729Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:41:11.731Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:41:11.731Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:41:11.732Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:41:11.732Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:41:41.732Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:41:41.744Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:41:41.746Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:41:41.747Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:41:41.747Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:41:41.747Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:42:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:42:00.911Z||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-15T07:42:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:42:01.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:42:01.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870880576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870887095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870880355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657870884132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870894204,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870895797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870888497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870896804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870895280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870896286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "policy-id",
  "timestamp": 1657870897809,
  "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-15T07:42:01.576Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
2022-07-15T07:42:01.577Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be 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-15T07:42:01.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870896347,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "cds",
  "timestamp": 1657870897294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-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-15T07:42:01.590Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
2022-07-15T07:42:01.590Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be 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-15T07:42:01.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.599Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870897382,
  "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-15T07:42:01.603Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
2022-07-15T07:42:01.603Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be 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-15T07:42:01.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657870898387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:42:01.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870904979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870906991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "clamp",
  "timestamp": 1657870907996,
  "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-15T07:42:01.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
2022-07-15T07:42:01.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be 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-15T07:42:01.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870902001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:42:01.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:42:01.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:42:01.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870909960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:42:01.626Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:42:11.749Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:42:11.760Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:42:11.762Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:42:11.762Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:42:11.762Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:42:11.763Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:42:41.763Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:42:41.772Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:42:41.774Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:42:41.774Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:42:41.775Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:42:41.775Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:43:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:43:00.912Z||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-15T07:43:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:01.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:01.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:43:01.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870926937,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:43:01.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:43:01.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:43:01.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "aai-ml",
  "timestamp": 1657870927942,
  "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-15T07:43:01.553Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
2022-07-15T07:43:01.553Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be 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-15T07:43:11.775Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:43:11.784Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d
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-15T07:43:11.786Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:43:11.786Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:43:11.786Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:43:11.786Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:43:41.787Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:43:41.787Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72c94622-f6a1-41df-820e-de3eb1b8635d 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-15T07:43:41.793Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72c94622-f6a1-41df-820e-de3eb1b8635d and serviceModelVersionId: 388381cc-e9e2-4e13-a3ec-8bc5f615d4cf
2022-07-15T07:43:41.793Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ccadd1c-2f55-4f48-80bd-f97b3b4e3467
2022-07-15T07:43:41.794Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ccadd1c-2f55-4f48-80bd-f97b3b4e3467/model-vers/model-ver/388381cc-e9e2-4e13-a3ec-8bc5f615d4cf?depth=0
2022-07-15T07:43:41.798Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:43:41.838Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccadd1c-2f55-4f48-80bd-f97b3b4e3467/model-vers/model-ver/388381cc-e9e2-4e13-a3ec-8bc5f615d4cf?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-15T07:43:41.839Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccadd1c-2f55-4f48-80bd-f97b3b4e3467/model-vers/model-ver/388381cc-e9e2-4e13-a3ec-8bc5f615d4cf?depth=0|INFO|500||Invoke
2022-07-15T07:43:41.859Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccadd1c-2f55-4f48-80bd-f97b3b4e3467/model-vers/model-ver/388381cc-e9e2-4e13-a3ec-8bc5f615d4cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:43:42.041Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccadd1c-2f55-4f48-80bd-f97b3b4e3467/model-vers/model-ver/388381cc-e9e2-4e13-a3ec-8bc5f615d4cf?depth=0|INFO|500||InvokeReturn
2022-07-15T07:43:42.042Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ccadd1c-2f55-4f48-80bd-f97b3b4e3467/model-vers/model-ver/388381cc-e9e2-4e13-a3ec-8bc5f615d4cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220715-07:43:41:749-68484], vertex-id=[454744], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:43:41 GMT], Content-Type=[application/json]}
2022-07-15T07:43:42.042Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:43:42.043Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:43:42.043Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:43:42.048Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:43:42.048Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72c94622-f6a1-41df-820e-de3eb1b8635d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:43:42.049Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:43:42.049Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:42.051Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:42.051Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871022049,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:43:42.151Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:42.152Z||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-15T07:43:42.152Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:42.168Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:42.168Z||pool-66-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-15T07:43:43.062Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:43:43.063Z|72c94622-f6a1-41df-820e-de3eb1b8635d|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-15T07:43:43.063Z|72c94622-f6a1-41df-820e-de3eb1b8635d|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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:47.030Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:47.030Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-15T07:43:47.031Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be","serviceName":"vFW 2022-07-15 07-39-55","serviceVersion":"1.0","serviceUUID":"2425725c-23ee-4d5b-b3af-fe02261238bf","serviceDescription":"catalog service description","serviceInvariantUUID":"be175203-9db7-4162-98ce-c39110dc002b","resources":[{"resourceInstanceName":"vFW 52e6c628-5c03 0","resourceName":"vFW 52e6c628-5c03","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e9880418-375b-4a90-85e2-df67514e863b","resourceInvariantUUID":"e3bf0429-240f-4103-9b01-c66069ce411e","resourceCustomizationUUID":"038ab2d0-5673-4ac5-88ae-82ad5402d8a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml","artifactChecksum":"OWZhMTZlNzdlYmU5Y2Q0MDM0OTMwYjM3YjMxZjhhNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9819ff21-f66a-4fde-9692-048eac6497d3","artifactVersion":"1"},{"artifactName":"vfw52e6c6285c030_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json","artifactChecksum":"ODliNDI2YzliMTc0ZjRjMDMxNDZhN2Q0ZWM5NzVjOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3a0c7b4-2541-42c0-b81b-d767c01f8466","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aa0e7a1d-a913-4376-99c2-6916521ecf68","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml","artifactChecksum":"OGY2ODJjOWQ1ZDBjM2E5ZWMzZTcxNWUxYzBhMjRiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c687760c-7a46-47c7-b2de-355e4374b4ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"98a58bfa-ede8-44e8-83f2-b234c0a9b1c2","artifactVersion":"2","generatedFromUUID":"aa0e7a1d-a913-4376-99c2-6916521ecf68"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715073955-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml","artifactChecksum":"ZmI4NmZjODM2OTk1NDgyMDQ5MjQ2MDk2ZjRmZGJmOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"256032f2-2f06-4798-acc1-8af9bcd2207c","artifactVersion":"1"},{"artifactName":"service-Vfw20220715073955-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar","artifactChecksum":"NjA1YmYxMmQwYTk5ODFiNGVmZDA5NWNmN2Y0MDIyYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f1dab5e-9909-4044-be3f-5e45afb27779","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:43:47.033Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:47.033Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:47.035Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:47.035Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:43:47.135Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:47.136Z||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-15T07:43:47.136Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:47.148Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:47.148Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:48.036Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:48.036Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:48.038Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:48.038Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:43:48.138Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:48.139Z||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-15T07:43:48.139Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:48.151Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:48.151Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:49.038Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:49.039Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:49.041Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:49.041Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:43:49.141Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:49.142Z||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-15T07:43:49.142Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:49.155Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:49.156Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:50.042Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:50.042Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:50.044Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:50.044Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:43:50.145Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:50.145Z||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-15T07:43:50.145Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:50.164Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:50.164Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:51.045Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:51.045Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:51.047Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:51.048Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:43:51.147Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:43:51.148Z||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-15T07:43:51.148Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:51.183Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:51.184Z||pool-71-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:52.048Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:52.049Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:52.050Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:52.051Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:43:52.152Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:52.152Z||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-15T07:43:52.153Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:52.176Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:52.177Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:53.051Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:43:53.052Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:53.054Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:53.054Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:43:53.154Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:53.155Z||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-15T07:43:53.155Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:53.179Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:53.181Z||pool-73-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:54.056Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "serviceName": "vFW 2022-07-15 07-39-55",
  "serviceVersion": "1.0",
  "serviceUUID": "2425725c-23ee-4d5b-b3af-fe02261238bf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "be175203-9db7-4162-98ce-c39110dc002b",
  "resources": [
    {
      "resourceInstanceName": "vFW 52e6c628-5c03 0",
      "resourceCustomizationUUID": "038ab2d0-5673-4ac5-88ae-82ad5402d8a2",
      "resourceName": "vFW 52e6c628-5c03",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e9880418-375b-4a90-85e2-df67514e863b",
      "resourceInvariantUUID": "e3bf0429-240f-4103-9b01-c66069ce411e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw52e6c6285c030_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
          "artifactChecksum": "ODliNDI2YzliMTc0ZjRjMDMxNDZhN2Q0ZWM5NzVjOTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a3a0c7b4-2541-42c0-b81b-d767c01f8466",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "aa0e7a1d-a913-4376-99c2-6916521ecf68",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "98a58bfa-ede8-44e8-83f2-b234c0a9b1c2",
            "generatedFromUUID": "aa0e7a1d-a913-4376-99c2-6916521ecf68"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "98a58bfa-ede8-44e8-83f2-b234c0a9b1c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715073955-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
      "artifactChecksum": "NjA1YmYxMmQwYTk5ODFiNGVmZDA5NWNmN2Y0MDIyYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f1dab5e-9909-4044-be3f-5e45afb27779"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:43:54.056Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:43:54.057Z|72c94622-f6a1-41df-820e-de3eb1b8635d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2425725c-23ee-4d5b-b3af-fe02261238bf ASDC
2022-07-15T07:43:54.057Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
ServiceName:vFW 2022-07-15 07-39-55
ServiceVersion:1.0
ServiceUUID:2425725c-23ee-4d5b-b3af-fe02261238bf
ServiceInvariantUUID:be175203-9db7-4162-98ce-c39110dc002b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715073955-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar
ArtifactUUID:6f1dab5e-9909-4044-be3f-5e45afb27779
ArtifactChecksum:NjA1YmYxMmQwYTk5ODFiNGVmZDA5NWNmN2Y0MDIyYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 52e6c628-5c03 0
ResourceCustomizationUUID:038ab2d0-5673-4ac5-88ae-82ad5402d8a2
ResourceInvariantUUID:e3bf0429-240f-4103-9b01-c66069ce411e
ResourceName:vFW 52e6c628-5c03
ResourceType:VF
ResourceUUID:e9880418-375b-4a90-85e2-df67514e863b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw52e6c6285c030_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json
ArtifactUUID:a3a0c7b4-2541-42c0-b81b-d767c01f8466
ArtifactChecksum:ODliNDI2YzliMTc0ZjRjMDMxNDZhN2Q0ZWM5NzVjOTg=
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/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml
ArtifactUUID:aa0e7a1d-a913-4376-99c2-6916521ecf68
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/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env
ArtifactUUID:98a58bfa-ede8-44e8-83f2-b234c0a9b1c2
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/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env
ArtifactUUID:98a58bfa-ede8-44e8-83f2-b234c0a9b1c2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:43:54.057Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2425725c-23ee-4d5b-b3af-fe02261238bf 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-15T07:43:54.086Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:43:54.086Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:43:54.086Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:43:54.087Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f1dab5e-9909-4044-be3f-5e45afb27779 from URL: /sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:54.087Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:43:54.087Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:54.245Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:43:54.249Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar 6f1dab5e-9909-4044-be3f-5e45afb27779 103065
2022-07-15T07:43:54.250Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar ASDC sendASDCNotification
2022-07-15T07:43:54.250Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:54.250Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:43:54.250Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:54.252Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:54.252Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871034250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:43:54.352Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:54.353Z||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-15T07:43:54.353Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:54.365Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:54.365Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:55.253Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:43:55.254Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-15T07:43:55.254Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6f1dab5e-9909-4044-be3f-5e45afb27779, URL: /sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar to file: /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:55.254Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715073955-csar.csar
2022-07-15T07:43:55.255Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:55.255Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:55.389Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18212032382229400586/Definitions/service-Vfw20220715073955-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-15T07:43:57.308Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.309Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 52e6c628-5c03 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-Vfw20220715073955-csar.csar
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.310Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-15T07:43:57.311Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:43:57.312Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:43:57.313Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:43:57.314Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:43:57.315Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.315Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:43:57.315Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:43:57.315Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.315Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:43:57.315Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:43:57.316Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.316Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:43:57.316Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:43:57.316Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.317Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8e091db-68d8-4c97-aa48-3d08d13d856c
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.318Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da053994-88ba-4186-b35f-a3a2e33cb3ba
2022-07-15T07:43:57.320Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:43:57.321Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a577af38-35c5-4905-a72c-9edf01fcb5ec
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.322Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.323Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.323Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.323Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:43:57.323Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:43:57.323Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 07-39-55
Description:catalog service description
Model UUID:2425725c-23ee-4d5b-b3af-fe02261238bf
Model Version:NULL
Model InvariantUuid:be175203-9db7-4162-98ce-c39110dc002b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 52e6c628-5c03
Model UUID:d4a9fa5d-aa6e-456d-9939-a764501d82ec
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e3bf0429-240f-4103-9b01-c66069ce411e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:038ab2d0-5673-4ac5-88ae-82ad5402d8a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9ca2ae93-fa1c-4d8e-8fc1-963bb13e728e
ModelName:Vfw52e6c6285c03..base_vfw..module-0
ModelUuid:e034ed60-c8b2-43a0-a776-7ac9e9aba201
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b8e091db-68d8-4c97-aa48-3d08d13d856c
ModelInvariantUuid:b7f882dd-4d13-4883-83fe-a72db361bc08
ModelName:vFW 52e6c628-5c03-nodes.vfwCvfc
ModelUuid:464394a4-a156-45f7-8b73-55bae0b87e10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dbdad9f7-b52d-4fc6-af41-dca5d2974aec
ModelInvariantUuid:a82a144a-538c-4799-a455-9d817ce45aef
ModelName:Vfw52e6c6285c03.compute.nodes.heat.vfw
ModelUuid:aa0e3de5-1832-4885-85e7-df681f1c0475
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:da053994-88ba-4186-b35f-a3a2e33cb3ba
ModelInvariantUuid:2a39314a-f0e4-4b34-9f8c-73dca1af790c
ModelName:vFW 52e6c628-5c03-nodes.vsnCvfc
ModelUuid:65458899-fb15-4652-89ea-348b858a9b01
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:75a91efe-f43c-4d22-a5cc-a5e197d9e6fd
ModelInvariantUuid:ae12fcf8-aece-434f-9c17-94d84465320e
ModelName:Vfw52e6c6285c03.compute.nodes.heat.vsn
ModelUuid:3554317a-3d05-497e-99f2-28641ea4d174
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a577af38-35c5-4905-a72c-9edf01fcb5ec
ModelInvariantUuid:23da1bb5-2f49-4940-ad55-a247851a7893
ModelName:vFW 52e6c628-5c03-nodes.vpgCvfc
ModelUuid:82009c0f-4c0b-4b2b-b3c5-0818043859a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f940a5be-97eb-4f4f-ace4-c418dc8c687f
ModelInvariantUuid:3d979768-fdb3-4019-9d8a-ddf833d8a9c6
ModelName:Vfw52e6c6285c03.compute.nodes.heat.vpg
ModelUuid:d6cfb1ad-a364-470a-9750-8ac83d560085
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-15T07:43:57.330Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e9880418-375b-4a90-85e2-df67514e863b
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-15T07:43:57.333Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||vFW 52e6c628-5c03 0
2022-07-15T07:43:57.333Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e9880418-375b-4a90-85e2-df67514e863b
2022-07-15T07:43:57.333Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a3a0c7b4-2541-42c0-b81b-d767c01f8466 from URL: /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json
2022-07-15T07:43:57.333Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:43:57.333Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json
2022-07-15T07:43:57.510Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:43:57.510Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json a3a0c7b4-2541-42c0-b81b-d767c01f8466 785
2022-07-15T07:43:57.510Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json ASDC sendASDCNotification
2022-07-15T07:43:57.511Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json
2022-07-15T07:43:57.511Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:43:57.511Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:57.513Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:57.513Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871037510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:43:57.613Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:57.615Z||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-15T07:43:57.616Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:57.630Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:57.630Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:43:58.514Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw52e6c6285c03..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9ca2ae93-fa1c-4d8e-8fc1-963bb13e728e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e034ed60-c8b2-43a0-a776-7ac9e9aba201",
    "vfModuleModelCustomizationUUID": "70d5e23c-e2db-4645-a1b1-d9abe10f1967",
    "isBase": true,
    "artifacts": [
      "aa0e7a1d-a913-4376-99c2-6916521ecf68",
      "98a58bfa-ede8-44e8-83f2-b234c0a9b1c2"
    ],
    "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-15T07:43:58.517Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw52e6c6285c03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e034ed60-c8b2-43a0-a776-7ac9e9aba201
VfModuleModelInvariantUUID:9ca2ae93-fa1c-4d8e-8fc1-963bb13e728e
VfModuleModelDescription:NULL
Artifacts UUID List:{
aa0e7a1d-a913-4376-99c2-6916521ecf68
,
98a58bfa-ede8-44e8-83f2-b234c0a9b1c2

}
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-15T07:43:58.518Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw52e6c6285c03..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9ca2ae93-fa1c-4d8e-8fc1-963bb13e728e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e034ed60-c8b2-43a0-a776-7ac9e9aba201",
    "vfModuleModelCustomizationUUID": "70d5e23c-e2db-4645-a1b1-d9abe10f1967",
    "isBase": true,
    "artifacts": [
      "aa0e7a1d-a913-4376-99c2-6916521ecf68",
      "98a58bfa-ede8-44e8-83f2-b234c0a9b1c2"
    ],
    "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-15T07:43:58.519Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw52e6c6285c03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e034ed60-c8b2-43a0-a776-7ac9e9aba201
VfModuleModelInvariantUUID:9ca2ae93-fa1c-4d8e-8fc1-963bb13e728e
VfModuleModelDescription:NULL
Artifacts UUID List:{
aa0e7a1d-a913-4376-99c2-6916521ecf68
,
98a58bfa-ede8-44e8-83f2-b234c0a9b1c2

}
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-15T07:43:58.519Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa0e7a1d-a913-4376-99c2-6916521ecf68 from URL: /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml
2022-07-15T07:43:58.519Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:43:58.519Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml
2022-07-15T07:43:58.668Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:43:58.669Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml aa0e7a1d-a913-4376-99c2-6916521ecf68 20368
2022-07-15T07:43:58.669Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:43:58.670Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml
2022-07-15T07:43:58.670Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:43:58.670Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:58.672Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:58.673Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871038669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:43:58.773Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:58.773Z||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-15T07:43:58.774Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:58.789Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:58.789Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:43:59.673Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 98a58bfa-ede8-44e8-83f2-b234c0a9b1c2 from URL: /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env
2022-07-15T07:43:59.674Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-15T07:43:59.675Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env
2022-07-15T07:43:59.831Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-15T07:43:59.832Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env 98a58bfa-ede8-44e8-83f2-b234c0a9b1c2 2098
2022-07-15T07:43:59.832Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:43:59.832Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env
2022-07-15T07:43:59.832Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:43:59.832Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:43:59.834Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:43:59.834Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871039832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:43:59.934Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:43:59.935Z||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-15T07:43:59.935Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:43:59.947Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:43:59.948Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:44:00.835Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2425725c-23ee-4d5b-b3af-fe02261238bf
2022-07-15T07:44:00.836Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 52e6c628-5c03 0 e9880418-375b-4a90-85e2-df67514e863b 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-15T07:44:00.852Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@90ce4d3, org.onap.sdc.toscaparser.api.parameters.Input@77bd69d7, org.onap.sdc.toscaparser.api.parameters.Input@3056d993, org.onap.sdc.toscaparser.api.parameters.Input@685d6bd, org.onap.sdc.toscaparser.api.parameters.Input@684180c2]
2022-07-15T07:44:00.855Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.855Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.855Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-15T07:44:00.855Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 038ab2d0-5673-4ac5-88ae-82ad5402d8a2
2022-07-15T07:44:00.855Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 038ab2d0-5673-4ac5-88ae-82ad5402d8a2 matches Tosca VF Customization UUID: 038ab2d0-5673-4ac5-88ae-82ad5402d8a2
2022-07-15T07:44:00.855Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 038ab2d0-5673-4ac5-88ae-82ad5402d8a2  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-15T07:44:00.857Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.857Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.858Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 038ab2d0-5673-4ac5-88ae-82ad5402d8a2: {\"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-15T07:44:00.858Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a2a6a4e
2022-07-15T07:44:00.858Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.858Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:44:00.859Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 70d5e23c-e2db-4645-a1b1-d9abe10f1967
2022-07-15T07:44:00.859Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 70d5e23c-e2db-4645-a1b1-d9abe10f1967
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-15T07:44:00.861Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.861Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:44:00.861Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:44:00.861Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.861Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:44:00.861Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:44:00.862Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.863Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b8e091db-68d8-4c97-aa48-3d08d13d856c
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-15T07:44:00.865Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.865Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:44:00.865Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.866Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.867Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da053994-88ba-4186-b35f-a3a2e33cb3ba
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-15T07:44:00.869Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.869Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:44:00.869Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is not matching search criteria
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.870Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T07:44:00.871Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T07:44:00.872Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a577af38-35c5-4905-a72c-9edf01fcb5ec
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-15T07:44:00.873Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.873Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:44:00.874Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:44:00.874Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.874Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Node template vFW 52e6c628-5c03 0 is matching search criteria
2022-07-15T07:44:00.874Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 52e6c628-5c03 0] matching following query criteria: sdcType=VF, customizationUUID=038ab2d0-5673-4ac5-88ae-82ad5402d8a2
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-15T07:44:00.875Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2425725c-23ee-4d5b-b3af-fe02261238bf: vFW 52e6c628-5c03
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.876Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.877Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.877Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.877Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.877Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:44:00.877Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-15 07-39-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:44:00.877Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-15 07-39-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=?
2022-07-15T07:44:00.911Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:44:00.911Z||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.
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
2022-07-15T07:44:00.911Z||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 TbUPMLv8CRXsQqMj) ...
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, 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-15T07:44:01.025Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 52e6c628-5c03 e9880418-375b-4a90-85e2-df67514e863b 1 ASDC deployResourceStructure
2022-07-15T07:44:01.026Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json ASDC sendASDCNotification
2022-07-15T07:44:01.026Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json
2022-07-15T07:44:01.026Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:44:01.026Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:44:01.028Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:44:01.028Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871041025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:44:01.128Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:44:01.129Z||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-15T07:44:01.129Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:44:01.143Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:44:01.143Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:44:01.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:44:01.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c94622-f6a1-41df-820e-de3eb1b8635d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871022049,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:44:01.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871020576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "aai-ml",
  "timestamp": 1657871022001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "cds",
  "timestamp": 1657871023497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871024132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "policy-id",
  "timestamp": 1657871020355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "aai-ml",
  "timestamp": 1657871022001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "cds",
  "timestamp": 1657871023497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871020576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871024132,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "policy-id",
  "timestamp": 1657871020355,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "cds",
  "timestamp": 1657871030078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "policy-id",
  "timestamp": 1657871031019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "aai-ml",
  "timestamp": 1657871029668,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "cds",
  "timestamp": 1657871031085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-15T07:44:01.176Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92ced270-93c8-45fa-aa6c-4a308db70dfc
2022-07-15T07:44:01.176Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92ced270-93c8-45fa-aa6c-4a308db70dfc 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-15T07:44:01.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "policy-id",
  "timestamp": 1657871032026,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:44:01.186Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "policy-id",
  "timestamp": 1657871033043,
  "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-15T07:44:01.191Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92ced270-93c8-45fa-aa6c-4a308db70dfc
2022-07-15T07:44:01.192Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92ced270-93c8-45fa-aa6c-4a308db70dfc 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-15T07:44:01.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871023062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871034250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.217Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "aai-ml",
  "timestamp": 1657871035126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:44:01.218Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "aai-ml",
  "timestamp": 1657871036131,
  "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-15T07:44:01.223Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92ced270-93c8-45fa-aa6c-4a308db70dfc
2022-07-15T07:44:01.223Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92ced270-93c8-45fa-aa6c-4a308db70dfc 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-15T07:44:01.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "clamp",
  "timestamp": 1657871037095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:44:01.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871037510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.232Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "clamp",
  "timestamp": 1657871037095,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:44:01.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:44:01.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871038669,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:01.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-15T07:44:01.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871039832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:44:01.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:44:02.029Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T07:44:02.030Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml
2022-07-15T07:44:02.030Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:44:02.030Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:44:02.033Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:44:02.033Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871042029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:44:02.133Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:44:02.134Z||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-15T07:44:02.134Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:44:02.146Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:44:02.147Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:44:03.034Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T07:44:03.034Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env
2022-07-15T07:44:03.034Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:44:03.034Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:44:03.036Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:44:03.037Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871043034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:44:03.138Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:44:03.139Z||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-15T07:44:03.139Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:44:03.154Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:44:03.155Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:44:04.037Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar ASDC sendASDCNotification
2022-07-15T07:44:04.037Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar
2022-07-15T07:44:04.038Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:44:04.038Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:44:04.040Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:44:04.040Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871044037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:44:04.140Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:44:04.141Z||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-15T07:44:04.141Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:44:04.154Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:44:04.154Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:44:05.041Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:44:05.052Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:44:05.054Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:44:05.055Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:44:05.055Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:44:05.055Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:44:35.055Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:44:35.064Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:44:35.066Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:44:35.066Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:44:35.067Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:44:35.067Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:45:00.913Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:45:00.916Z||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-15T07:45:00.916Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:45:00.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:45:00.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:45:00.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871041025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/vfw52e6c6285c030_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:45:00.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:45:05.067Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:45:05.081Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:45:05.083Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:45:05.083Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:45:05.084Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:45:05.084Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:45:35.084Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:45:35.095Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:45:35.098Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:45:35.098Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:45:35.098Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:45:35.098Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:46:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:46:00.912Z||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-15T07:46:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:46:00.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:46:00.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871042029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:46:00.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871043034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/resourceInstances/vfw52e6c6285c030/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:46:00.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871044037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715073955/1.0/artifacts/service-Vfw20220715073955-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:46:00.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "clamp",
  "timestamp": 1657871050841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:46:00.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "clamp",
  "timestamp": 1657871052027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:46:00.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92ced270-93c8-45fa-aa6c-4a308db70dfc",
  "consumerID": "clamp",
  "timestamp": 1657871053036,
  "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-15T07:46:00.955Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92ced270-93c8-45fa-aa6c-4a308db70dfc
2022-07-15T07:46:00.956Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92ced270-93c8-45fa-aa6c-4a308db70dfc 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-15T07:46:00.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.970Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:46:00.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871080576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:46:00.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871083499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:46:00.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871080355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:46:00.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871082001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:46:00.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871084132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:00.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:00.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871096098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:46:00.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871097035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:46:00.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871095656,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:46:00.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:00.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:00.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871096351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:46:01.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:01.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:01.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:01.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "cds",
  "timestamp": 1657871097114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-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-15T07:46:01.017Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a42bdced-efca-4ad9-be59-8909db546f39
2022-07-15T07:46:01.017Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42bdced-efca-4ad9-be59-8909db546f39 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-15T07:46:01.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871098043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:46:01.026Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:01.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871097644,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:46:01.027Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:46:01.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:01.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:01.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "policy-id",
  "timestamp": 1657871099049,
  "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-15T07:46:01.033Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a42bdced-efca-4ad9-be59-8909db546f39
2022-07-15T07:46:01.033Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42bdced-efca-4ad9-be59-8909db546f39 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-15T07:46:01.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871098649,
  "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-15T07:46:01.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a42bdced-efca-4ad9-be59-8909db546f39
2022-07-15T07:46:01.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42bdced-efca-4ad9-be59-8909db546f39 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-15T07:46:01.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:01.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:01.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:46:01.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:46:01.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:46:05.098Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:46:05.107Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:46:05.111Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:46:05.111Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:46:05.111Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:46:05.111Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:46:35.111Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:46:35.123Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:46:35.126Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:46:35.126Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:46:35.126Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:46:35.127Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:47:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:47:00.912Z||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-15T07:47:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:47:00.936Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:47:00.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:47:00.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:47:00.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:47:05.127Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:47:05.137Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:47:05.140Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:47:05.140Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:47:05.140Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:47:05.140Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:47:35.140Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:47:35.151Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:47:35.153Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:47:35.153Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:47:35.153Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:47:35.153Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:48:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:48:00.911Z||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-15T07:48:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:48:00.942Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:48:00.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871097095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871104777,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "aai-ml",
  "timestamp": 1657871105783,
  "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-15T07:48:00.953Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a42bdced-efca-4ad9-be59-8909db546f39
2022-07-15T07:48:00.953Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42bdced-efca-4ad9-be59-8909db546f39 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-15T07:48:00.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871111016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:00.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871113035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:48:00.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "clamp",
  "timestamp": 1657871114041,
  "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-15T07:48:00.969Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a42bdced-efca-4ad9-be59-8909db546f39
2022-07-15T07:48:00.969Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a42bdced-efca-4ad9-be59-8909db546f39 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-15T07:48:00.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871142001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871140576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871143503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871140355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871144132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:00.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871155023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871153473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871153644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871154148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871156035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:00.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "cds",
  "timestamp": 1657871155155,
  "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-15T07:48:01.012Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59bb4546-3e54-4ccd-a0a4-dcc27151d747
2022-07-15T07:48:01.013Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59bb4546-3e54-4ccd-a0a4-dcc27151d747 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-15T07:48:01.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871154690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:01.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:01.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "policy-id",
  "timestamp": 1657871157039,
  "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-15T07:48:01.026Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59bb4546-3e54-4ccd-a0a4-dcc27151d747
2022-07-15T07:48:01.026Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59bb4546-3e54-4ccd-a0a4-dcc27151d747 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-15T07:48:01.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871155802,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:48:01.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:01.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:01.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:01.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871156839,
  "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-15T07:48:01.041Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59bb4546-3e54-4ccd-a0a4-dcc27151d747
2022-07-15T07:48:01.041Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59bb4546-3e54-4ccd-a0a4-dcc27151d747 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-15T07:48:01.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:48:01.048Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:01.048Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.048Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871157844,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:48:01.049Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:48:01.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:01.049Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:01.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:01.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:01.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:01.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:01.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:01.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:01.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:48:01.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:48:01.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:48:05.153Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:48:05.163Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:48:05.165Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:48:05.166Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:48:05.166Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:48:05.166Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:48:35.166Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:48:35.174Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be
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-15T07:48:35.177Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:48:35.177Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:48:35.177Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:48:35.177Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:49:00.911Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:49:00.911Z||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-15T07:49:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:01.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:01.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871164806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "aai-ml",
  "timestamp": 1657871165811,
  "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-15T07:49:01.458Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59bb4546-3e54-4ccd-a0a4-dcc27151d747
2022-07-15T07:49:01.458Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59bb4546-3e54-4ccd-a0a4-dcc27151d747 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-15T07:49:01.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871158499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871168027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871160355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871168757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.469Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871170308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "cds",
  "timestamp": 1657871169770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-15T07:49:01.481Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ab6e3a0-420d-4955-9901-632936843cc6
2022-07-15T07:49:01.481Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ab6e3a0-420d-4955-9901-632936843cc6 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-15T07:49:01.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871160576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871171031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871171314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871170272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "clamp",
  "timestamp": 1657871172035,
  "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-15T07:49:01.495Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59bb4546-3e54-4ccd-a0a4-dcc27151d747
2022-07-15T07:49:01.495Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59bb4546-3e54-4ccd-a0a4-dcc27151d747 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-15T07:49:01.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "policy-id",
  "timestamp": 1657871172320,
  "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-15T07:49:01.506Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ab6e3a0-420d-4955-9901-632936843cc6
2022-07-15T07:49:01.506Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ab6e3a0-420d-4955-9901-632936843cc6 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-15T07:49:01.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871171483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871164132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871172674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871173737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871174810,
  "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-15T07:49:01.519Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ab6e3a0-420d-4955-9901-632936843cc6
2022-07-15T07:49:01.519Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ab6e3a0-420d-4955-9901-632936843cc6 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-15T07:49:01.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871175813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:01.526Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871157095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871172001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871181677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871191033,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:01.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871192058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:01.528Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "clamp",
  "timestamp": 1657871193063,
  "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-15T07:49:01.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ab6e3a0-420d-4955-9901-632936843cc6
2022-07-15T07:49:01.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ab6e3a0-420d-4955-9901-632936843cc6 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-15T07:49:01.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871193489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:01.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:49:01.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-15T07:49:01.540Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "aai-ml",
  "timestamp": 1657871194493,
  "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-15T07:49:01.543Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ab6e3a0-420d-4955-9901-632936843cc6
2022-07-15T07:49:01.543Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ab6e3a0-420d-4955-9901-632936843cc6 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-15T07:49:05.177Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:49:05.178Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be 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-15T07:49:05.183Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be and serviceModelVersionId: 2425725c-23ee-4d5b-b3af-fe02261238bf
2022-07-15T07:49:05.183Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be175203-9db7-4162-98ce-c39110dc002b
2022-07-15T07:49:05.185Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0
2022-07-15T07:49:05.193Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:49:05.271Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0|INFO|500||Invoke
2022-07-15T07:49:05.272Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8d670f62-cf2d-4f22-9019-9048cad8dddb], X-ECOMP-RequestID=[c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be], X-TransactionId=[], X-ONAP-RequestID=[c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be], Content-Type=[application/merge-patch+json]}
2022-07-15T07:49:05.297Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:49:05.493Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?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/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-07:49:05:185-28353], vertex-id=[454896], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:49:05 GMT], Content-Type=[application/json]}
2022-07-15T07:49:05.494Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:49:05.495Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be175203-9db7-4162-98ce-c39110dc002b/model-vers/model-ver/2425725c-23ee-4d5b-b3af-fe02261238bf?depth=0|INFO|500||InvokeReturn
2022-07-15T07:49:05.495Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:49:05.495Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:49:05.500Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:49:05.500Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:49:05.501Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:49:05.501Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:05.504Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:05.504Z|c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871345500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:49:05.604Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:05.605Z||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-15T07:49:05.605Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:05.617Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:05.617Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 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-15T07:49:06.515Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:49:06.515Z||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-15T07:49:06.516Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:10.938Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:10.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T07:49:10.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a42bdced-efca-4ad9-be59-8909db546f39","serviceName":"Demo_pNF_TZwVzAqFDxEhn2NMF8XC","serviceVersion":"1.0","serviceUUID":"38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372","serviceDescription":"catalog service description","serviceInvariantUUID":"c4356237-2641-4e3f-a452-713a31823db7","resources":[{"resourceInstanceName":"pNF 96dc5b04-f0e4 0","resourceName":"pNF 96dc5b04-f0e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"499280c8-0816-447e-9d1d-353d3321453a","resourceInvariantUUID":"e9326225-5e33-45e5-a177-2656adc681aa","resourceCustomizationUUID":"5f05a27f-d24a-49fc-ae66-c5a6e93c8099","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml","artifactChecksum":"ZTgyMjdjZjhhNTlkYmVmYmVhNTE5ZmQ5Y2I0M2UwMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ac7ecc1-a90a-4c5b-8da0-95ac613133b8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar","artifactChecksum":"NzVjYzIyNzg1ZjkzNjZkNTI1MmFlOTYzYzZhMWNjZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fe709e4-5af8-429b-90d8-fa7915c350c0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eaf24d6b-4986-45c1-bfb9-424a0241c5e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml","artifactChecksum":"YWM0MWMxNTczOWFiNGQ3ZDcwZTMxY2EyMzhhNGRlMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"82a48932-cf22-484e-a154-9bfd7bb300fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d0f76fc-04a6-4c06-9509-779cbd02c301","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b5fb2a72-912a-4ff9-821f-569f88fc9a50","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml","artifactChecksum":"ODMyNzc0YjE1Y2NmMDA4ODNmZTMxOWU4N2ExODZhYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc446926-2962-4d88-9cb0-d715065c562e","artifactVersion":"1"},{"artifactName":"service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar","artifactChecksum":"OTc4MTFiNTNjMTRmMDg2NTNkYWJlNDkxYTk4OGY0Y2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47a0179d-a7c7-49d5-acdd-494a2ced4a07","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:49:10.942Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:10.942Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:10.944Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:10.944Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:11.044Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:11.049Z||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-15T07:49:11.049Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:11.061Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:11.061Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:11.944Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:11.945Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:11.947Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:11.947Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:12.048Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:49:12.049Z||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-15T07:49:12.049Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:12.061Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:12.062Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:12.948Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:12.948Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:12.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:12.951Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:13.051Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:13.052Z||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-15T07:49:13.052Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:13.063Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:13.064Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:49:13.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:13.952Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:13.954Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:13.954Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:14.054Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:14.055Z||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-15T07:49:14.056Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:14.068Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:14.069Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:14.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:14.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:14.957Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:14.957Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:15.057Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:15.058Z||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-15T07:49:15.058Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:15.072Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:15.072Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:15.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:15.958Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:15.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:15.960Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:16.060Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:16.061Z||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-15T07:49:16.061Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:16.073Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:16.074Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:16.961Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:16.961Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:16.963Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:16.963Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:49:17.063Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:17.064Z||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-15T07:49:17.065Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:17.078Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:17.078Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:17.964Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:49:17.964Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:17.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:17.967Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:49:18.067Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:18.067Z||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-15T07:49:18.068Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:18.081Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:18.081Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:18.968Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "serviceName": "Demo_pNF_TZwVzAqFDxEhn2NMF8XC",
  "serviceVersion": "1.0",
  "serviceUUID": "38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c4356237-2641-4e3f-a452-713a31823db7",
  "resources": [
    {
      "resourceInstanceName": "pNF 96dc5b04-f0e4 0",
      "resourceCustomizationUUID": "5f05a27f-d24a-49fc-ae66-c5a6e93c8099",
      "resourceName": "pNF 96dc5b04-f0e4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "499280c8-0816-447e-9d1d-353d3321453a",
      "resourceInvariantUUID": "e9326225-5e33-45e5-a177-2656adc681aa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
      "artifactChecksum": "OTc4MTFiNTNjMTRmMDg2NTNkYWJlNDkxYTk4OGY0Y2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47a0179d-a7c7-49d5-acdd-494a2ced4a07"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:49:18.968Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:49:18.968Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372 ASDC
2022-07-15T07:49:18.969Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a42bdced-efca-4ad9-be59-8909db546f39
ServiceName:Demo_pNF_TZwVzAqFDxEhn2NMF8XC
ServiceVersion:1.0
ServiceUUID:38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372
ServiceInvariantUUID:c4356237-2641-4e3f-a452-713a31823db7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
ArtifactUUID:47a0179d-a7c7-49d5-acdd-494a2ced4a07
ArtifactChecksum:OTc4MTFiNTNjMTRmMDg2NTNkYWJlNDkxYTk4OGY0Y2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 96dc5b04-f0e4 0
ResourceCustomizationUUID:5f05a27f-d24a-49fc-ae66-c5a6e93c8099
ResourceInvariantUUID:e9326225-5e33-45e5-a177-2656adc681aa
ResourceName:pNF 96dc5b04-f0e4
ResourceType:PNF
ResourceUUID:499280c8-0816-447e-9d1d-353d3321453a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-15T07:49:18.969Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372 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-15T07:49:18.996Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:49:18.996Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:49:18.997Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:49:18.997Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 47a0179d-a7c7-49d5-acdd-494a2ced4a07 from URL: /sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:18.997Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:49:18.997Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:19.192Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:49:19.197Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar 47a0179d-a7c7-49d5-acdd-494a2ced4a07 86705
2022-07-15T07:49:19.197Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar ASDC sendASDCNotification
2022-07-15T07:49:19.198Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:19.198Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:49:19.198Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:19.200Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:19.200Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871359197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:49:19.300Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:19.301Z||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-15T07:49:19.301Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:19.316Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:19.317Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:49:20.201Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:49:20.202Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:49:20.202Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 47a0179d-a7c7-49d5-acdd-494a2ced4a07, URL: /sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar to file: /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:20.203Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:20.203Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:20.203Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:20.576Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3078869450139215054/Definitions/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml
2022-07-15T07:49:21.421Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96dc5b04-f0e4 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-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.422Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Node template pNF 96dc5b04-f0e4 0 is matching search criteria
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 96dc5b04-f0e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.423Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Node template pNF 96dc5b04-f0e4 0 is matching search criteria
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 96dc5b04-f0e4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.424Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.425Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.425Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.425Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.425Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.425Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.425Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TZwVzAqFDxEhn2NMF8XC
Description:catalog service description
Model UUID:38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372
Model Version:NULL
Model InvariantUuid:c4356237-2641-4e3f-a452-713a31823db7
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-15T07:49:21.430Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 499280c8-0816-447e-9d1d-353d3321453a
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-15T07:49:21.434Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||pNF 96dc5b04-f0e4 0
2022-07-15T07:49:21.434Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 499280c8-0816-447e-9d1d-353d3321453a
2022-07-15T07:49:21.435Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372
2022-07-15T07:49:21.435Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372
2022-07-15T07:49:21.435Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 96dc5b04-f0e4 0 499280c8-0816-447e-9d1d-353d3321453a 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-15T07:49:21.445Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79e423b6, org.onap.sdc.toscaparser.api.parameters.Input@11f6de02, org.onap.sdc.toscaparser.api.parameters.Input@691587c, org.onap.sdc.toscaparser.api.parameters.Input@7354a2e2, org.onap.sdc.toscaparser.api.parameters.Input@2bf5c6ad]
2022-07-15T07:49:21.445Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.445Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.446Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372: pNF 96dc5b04-f0e4
2022-07-15T07:49:21.446Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Processing PNF resource: 499280c8-0816-447e-9d1d-353d3321453a
2022-07-15T07:49:21.447Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:49:21.447Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_TZwVzAqFDxEhn2NMF8XC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:49:21.447Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5f05a27f-d24a-49fc-ae66-c5a6e93c8099 is the same as notified resource customizationUUID: 5f05a27f-d24a-49fc-ae66-c5a6e93c8099
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-15T07:49:21.497Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 96dc5b04-f0e4 499280c8-0816-447e-9d1d-353d3321453a 0 ASDC deployResourceStructure
2022-07-15T07:49:21.497Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar ASDC sendASDCNotification
2022-07-15T07:49:21.498Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar
2022-07-15T07:49:21.498Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:49:21.498Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:49:21.500Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:49:21.500Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871361497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:49:21.600Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:49:21.601Z||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-15T07:49:21.601Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:49:21.614Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:49:21.614Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:49:22.501Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:49:22.510Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:49:22.511Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:49:22.511Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:49:22.511Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:49:22.511Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:49:52.512Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:49:52.523Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:49:52.525Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:49:52.525Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:49:52.525Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:49:52.525Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:50:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:50:00.911Z||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-15T07:50:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:50:01.541Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:50:01.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c47ea4d2-f4a3-47ac-8fc3-0c9561ba97be",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871345500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/resourceInstances/pnf96dc5b04f0e40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871359197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871361497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTzwvzaqfdxehn2nmf8xc/1.0/artifacts/service-DemoPnfTzwvzaqfdxehn2nmf8xc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:50:01.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:50:22.525Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:50:22.534Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:50:22.536Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:50:22.536Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:50:22.536Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:50:22.536Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:50:52.536Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:50:52.546Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:50:52.548Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:50:52.548Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:50:52.548Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:50:52.548Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:51:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:51:00.911Z||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-15T07:51:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:51:01.543Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:51:01.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871412001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871413497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871425213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871425876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871420355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "cds",
  "timestamp": 1657871426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-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-15T07:51:01.570Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
2022-07-15T07:51:01.570Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3018c2f-6ddd-4606-b82a-b0f5adb5d87e 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-15T07:51:01.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871428336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871420576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871429350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871428369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.580Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "policy-id",
  "timestamp": 1657871430356,
  "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-15T07:51:01.585Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
2022-07-15T07:51:01.585Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3018c2f-6ddd-4606-b82a-b0f5adb5d87e 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-15T07:51:01.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871429507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871424132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871430595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:51:01.611Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871431683,
  "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-15T07:51:01.616Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
2022-07-15T07:51:01.616Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3018c2f-6ddd-4606-b82a-b0f5adb5d87e 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-15T07:51:01.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871427095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:51:01.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:51:01.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871432687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:51:01.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871444004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:51:01.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "aai-ml",
  "timestamp": 1657871445013,
  "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-15T07:51:01.632Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
2022-07-15T07:51:01.632Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3018c2f-6ddd-4606-b82a-b0f5adb5d87e 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-15T07:51:01.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871449081,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:51:01.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871451092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:51:01.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:51:01.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:51:01.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "clamp",
  "timestamp": 1657871452095,
  "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-15T07:51:01.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
2022-07-15T07:51:01.646Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3018c2f-6ddd-4606-b82a-b0f5adb5d87e 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-15T07:51:22.548Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:51:22.560Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:51:22.563Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:51:22.563Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:51:22.563Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:51:22.563Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:51:52.564Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:51:52.574Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:51:52.576Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:51:52.576Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:51:52.576Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:51:52.576Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:52:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:52:00.912Z||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-15T07:52:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:52:10.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:52:22.577Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:52:22.587Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:52:22.589Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:52:22.589Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:52:22.589Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:52:22.590Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:52:52.590Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:52:52.602Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:52:52.604Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:52:52.604Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:52:52.604Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:52:52.604Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:53:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:53:00.912Z||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-15T07:53:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:53:10.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:53:22.605Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:53:22.616Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:53:22.618Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:53:22.618Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:53:22.619Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:53:22.619Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:53:52.620Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:53:52.640Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39
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-15T07:53:52.642Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:53:52.643Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:53:52.643Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:53:52.643Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:54:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:54:00.913Z||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-15T07:54:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:01.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:01.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:54:01.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871584132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871592001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871600184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871593497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:54:01.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871600925,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:01.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871601410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871602410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:01.566Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871602417,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:54:01.583Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4fc258de-09cf-451c-ad56-2a2dd0ead267
2022-07-15T07:54:01.584Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fc258de-09cf-451c-ad56-2a2dd0ead267 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-15T07:54:01.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "cds",
  "timestamp": 1657871603426,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-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-15T07:54:01.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fc258de-09cf-451c-ad56-2a2dd0ead267
2022-07-15T07:54:01.597Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fc258de-09cf-451c-ad56-2a2dd0ead267 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-15T07:54:01.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871600355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871609206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871600576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871608571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871610212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:01.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.611Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "aai-ml",
  "timestamp": 1657871609577,
  "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-15T07:54:01.615Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fc258de-09cf-451c-ad56-2a2dd0ead267
2022-07-15T07:54:01.615Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fc258de-09cf-451c-ad56-2a2dd0ead267 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-15T07:54:01.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "policy-id",
  "timestamp": 1657871611215,
  "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-15T07:54:01.627Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fc258de-09cf-451c-ad56-2a2dd0ead267
2022-07-15T07:54:01.627Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fc258de-09cf-451c-ad56-2a2dd0ead267 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-15T07:54:01.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871607095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:54:01.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871625116,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871627131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:54:01.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "clamp",
  "timestamp": 1657871628140,
  "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-15T07:54:01.640Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fc258de-09cf-451c-ad56-2a2dd0ead267
2022-07-15T07:54:01.640Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fc258de-09cf-451c-ad56-2a2dd0ead267 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-15T07:54:22.644Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:54:22.645Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a42bdced-efca-4ad9-be59-8909db546f39 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-15T07:54:22.653Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a42bdced-efca-4ad9-be59-8909db546f39 and serviceModelVersionId: 38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372
2022-07-15T07:54:22.653Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c4356237-2641-4e3f-a452-713a31823db7
2022-07-15T07:54:22.655Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c4356237-2641-4e3f-a452-713a31823db7/model-vers/model-ver/38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372?depth=0
2022-07-15T07:54:22.663Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:54:22.733Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4356237-2641-4e3f-a452-713a31823db7/model-vers/model-ver/38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372?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-15T07:54:22.736Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4356237-2641-4e3f-a452-713a31823db7/model-vers/model-ver/38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372?depth=0|INFO|500||Invoke
2022-07-15T07:54:22.761Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4356237-2641-4e3f-a452-713a31823db7/model-vers/model-ver/38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:54:23.125Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4356237-2641-4e3f-a452-713a31823db7/model-vers/model-ver/38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372?depth=0|INFO|500||InvokeReturn
2022-07-15T07:54:23.125Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c4356237-2641-4e3f-a452-713a31823db7/model-vers/model-ver/38d0c6d6-8efc-4c43-ac25-cc5d0e5fc372?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220715-07:54:22:652-48606], vertex-id=[225432], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:54:22 GMT], Content-Type=[application/json]}
2022-07-15T07:54:23.125Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:54:23.126Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:54:23.126Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:54:23.129Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:54:23.130Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a42bdced-efca-4ad9-be59-8909db546f39 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:54:23.130Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:54:23.130Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:23.133Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:23.133Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871663130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:54:23.234Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:54:23.235Z||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-15T07:54:23.235Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:23.247Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:23.248Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T07:54:24.148Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T07:54:24.148Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"59bb4546-3e54-4ccd-a0a4-dcc27151d747","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6f1f2a8d-aa1d-407c-909c-62b76fe02701","serviceDescription":"service","serviceInvariantUUID":"ce3dd27a-c2d7-4dee-b198-614582a4a30f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"45c29592-4033-4e8d-926d-770d5a8301ef","resourceInvariantUUID":"50248a1b-8e4c-4c3d-b9b0-39fc2a298248","resourceCustomizationUUID":"abcc3407-b9a5-4d78-a974-cbae9812f008","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":"MjA5ODZjMDAyODE0YWM1OTQ2YWFlYjk3MzNmNTRhOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d201ffe7-362a-492e-8597-08eba0dc5504","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":"OTRkYTA5YThmZWMyYjg4YWU2M2UwYjgxOTdjZDI3NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26a3d568-9ffc-462d-83b7-37608ba9e929","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":"a3f3e2ea-333f-45ef-95ba-95bd8ef93f76","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":"a9974e9c-28a0-4c2c-86ed-40731208d22b","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":"f8e47d3b-2614-4a53-bc61-7458e2880e45","artifactVersion":"2","generatedFromUUID":"a3f3e2ea-333f-45ef-95ba-95bd8ef93f76"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzM0NjczNDYzZTE5YjVlNjhiMzY0ZDAzMzM2ZDQyZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c167295-287b-4dd6-97b4-bf045e2672cb","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzA0YTY2ZTlmYTMyMzg0NjY3Y2M1OWJhOTU0NmEzYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fefd76e9-0581-4fdc-9543-577ffe7101f9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:54:24.149Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:24.149Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:24.151Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:24.151Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:24.251Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:24.252Z||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-15T07:54:24.252Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:24.264Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:24.264Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:25.153Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:25.154Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:25.155Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:25.155Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:54:25.256Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:25.256Z||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-15T07:54:25.257Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:25.269Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:25.269Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:54:26.156Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:26.157Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:26.158Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:26.159Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:54:26.259Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:26.260Z||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-15T07:54:26.260Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:26.273Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:26.273Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:54:27.159Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:27.160Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:27.161Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:27.161Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:27.262Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:27.263Z||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-15T07:54:27.263Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:27.275Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:27.276Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:28.162Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:28.163Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:28.165Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:28.165Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-15T07:54:28.265Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:28.266Z||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-15T07:54:28.266Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:28.279Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:28.280Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:29.166Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:29.167Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:29.171Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:29.171Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:54:29.271Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:29.272Z||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-15T07:54:29.273Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:29.286Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:29.286Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:30.172Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:54:30.172Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:30.174Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:30.174Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:54:30.274Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:54:30.275Z||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-15T07:54:30.275Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:30.287Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:30.287Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:31.176Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "6f1f2a8d-aa1d-407c-909c-62b76fe02701",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce3dd27a-c2d7-4dee-b198-614582a4a30f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "abcc3407-b9a5-4d78-a974-cbae9812f008",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "45c29592-4033-4e8d-926d-770d5a8301ef",
      "resourceInvariantUUID": "50248a1b-8e4c-4c3d-b9b0-39fc2a298248",
      "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": "OTRkYTA5YThmZWMyYjg4YWU2M2UwYjgxOTdjZDI3NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "26a3d568-9ffc-462d-83b7-37608ba9e929",
          "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": "a3f3e2ea-333f-45ef-95ba-95bd8ef93f76",
          "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": "f8e47d3b-2614-4a53-bc61-7458e2880e45",
            "generatedFromUUID": "a3f3e2ea-333f-45ef-95ba-95bd8ef93f76"
          },
          "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": "f8e47d3b-2614-4a53-bc61-7458e2880e45",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzA0YTY2ZTlmYTMyMzg0NjY3Y2M1OWJhOTU0NmEzYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fefd76e9-0581-4fdc-9543-577ffe7101f9"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:54:31.176Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:54:31.176Z|a42bdced-efca-4ad9-be59-8909db546f39|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6f1f2a8d-aa1d-407c-909c-62b76fe02701 ASDC
2022-07-15T07:54:31.177Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:59bb4546-3e54-4ccd-a0a4-dcc27151d747
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6f1f2a8d-aa1d-407c-909c-62b76fe02701
ServiceInvariantUUID:ce3dd27a-c2d7-4dee-b198-614582a4a30f
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:fefd76e9-0581-4fdc-9543-577ffe7101f9
ArtifactChecksum:YzA0YTY2ZTlmYTMyMzg0NjY3Y2M1OWJhOTU0NmEzYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:abcc3407-b9a5-4d78-a974-cbae9812f008
ResourceInvariantUUID:50248a1b-8e4c-4c3d-b9b0-39fc2a298248
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:45c29592-4033-4e8d-926d-770d5a8301ef
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:26a3d568-9ffc-462d-83b7-37608ba9e929
ArtifactChecksum:OTRkYTA5YThmZWMyYjg4YWU2M2UwYjgxOTdjZDI3NGQ=
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:a3f3e2ea-333f-45ef-95ba-95bd8ef93f76
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:f8e47d3b-2614-4a53-bc61-7458e2880e45
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:f8e47d3b-2614-4a53-bc61-7458e2880e45
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:54:31.177Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f1f2a8d-aa1d-407c-909c-62b76fe02701 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-15T07:54:31.208Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:54:31.209Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:54:31.209Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:54:31.209Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fefd76e9-0581-4fdc-9543-577ffe7101f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-15T07:54:31.209Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:54:31.209Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-15T07:54:31.558Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:54:31.561Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fefd76e9-0581-4fdc-9543-577ffe7101f9 75093
2022-07-15T07:54:31.562Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:31.562Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:31.562Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:54:31.562Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:31.564Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:31.564Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871671561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:31.664Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:31.665Z||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-15T07:54:31.665Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:31.684Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:31.684Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:32.564Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:54:32.565Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:54:32.566Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fefd76e9-0581-4fdc-9543-577ffe7101f9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:32.566Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-15T07:54:32.567Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:32.567Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:32.760Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8646922749746581354/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-15T07:54:33.919Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:33.920Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.921Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:33.922Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T07:54:33.922Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:54:33.922Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.922Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.922Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:33.922Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-15T07:54:33.923Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-15T07:54:33.924Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-15T07:54:33.924Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-15T07:54:33.924Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:54:33.924Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.924Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:54:33.924Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.925Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:33.925Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:54:33.925Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.926Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:33.926Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:54:33.926Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.926Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:33.926Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:54:33.926Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4fde8b2a-3846-4658-a9b8-d5282f52a65b
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.927Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.928Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.928Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.928Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:33.928Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:33.928Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:6f1f2a8d-aa1d-407c-909c-62b76fe02701
Model Version:NULL
Model InvariantUuid:ce3dd27a-c2d7-4dee-b198-614582a4a30f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b81f84d1-8495-4744-b4a7-1331d1204048
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:50248a1b-8e4c-4c3d-b9b0-39fc2a298248
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:abcc3407-b9a5-4d78-a974-cbae9812f008
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c61055ad-b846-468d-bf0f-3e3504904d76
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e3dbc08b-c6fc-4e8f-9465-da641b85f150
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4fde8b2a-3846-4658-a9b8-d5282f52a65b
ModelInvariantUuid:f5fb1fe7-7c6d-4206-8141-4ab8d7ad7886
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7efcd02d-3f5c-4506-830e-77929267515e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:12f6fb75-7a79-4c92-8087-38e05a9d8387
ModelInvariantUuid:3a7f70c1-fe0b-4254-bd2b-0eaa574d2695
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2066c8c6-ba67-4226-8acd-28ddfffcfb73
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-15T07:54:33.935Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 45c29592-4033-4e8d-926d-770d5a8301ef
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-15T07:54:33.938Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-07-15T07:54:33.938Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 45c29592-4033-4e8d-926d-770d5a8301ef
2022-07-15T07:54:33.938Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26a3d568-9ffc-462d-83b7-37608ba9e929 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-15T07:54:33.938Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:54:33.938Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:34.001Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:54:34.001Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 26a3d568-9ffc-462d-83b7-37608ba9e929 787
2022-07-15T07:54:34.001Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:34.001Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:34.001Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:54:34.002Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:34.003Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:34.004Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871674001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:34.104Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:34.105Z||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-15T07:54:34.105Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:34.118Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:34.118Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:35.004Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c61055ad-b846-468d-bf0f-3e3504904d76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3dbc08b-c6fc-4e8f-9465-da641b85f150",
    "vfModuleModelCustomizationUUID": "ebe77a6f-4e0d-4026-a00e-22a9537ec012",
    "isBase": true,
    "artifacts": [
      "a3f3e2ea-333f-45ef-95ba-95bd8ef93f76",
      "f8e47d3b-2614-4a53-bc61-7458e2880e45"
    ],
    "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-15T07:54:35.010Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3dbc08b-c6fc-4e8f-9465-da641b85f150
VfModuleModelInvariantUUID:c61055ad-b846-468d-bf0f-3e3504904d76
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3f3e2ea-333f-45ef-95ba-95bd8ef93f76
,
f8e47d3b-2614-4a53-bc61-7458e2880e45

}
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-15T07:54:35.013Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c61055ad-b846-468d-bf0f-3e3504904d76",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3dbc08b-c6fc-4e8f-9465-da641b85f150",
    "vfModuleModelCustomizationUUID": "ebe77a6f-4e0d-4026-a00e-22a9537ec012",
    "isBase": true,
    "artifacts": [
      "a3f3e2ea-333f-45ef-95ba-95bd8ef93f76",
      "f8e47d3b-2614-4a53-bc61-7458e2880e45"
    ],
    "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-15T07:54:35.013Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3dbc08b-c6fc-4e8f-9465-da641b85f150
VfModuleModelInvariantUUID:c61055ad-b846-468d-bf0f-3e3504904d76
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3f3e2ea-333f-45ef-95ba-95bd8ef93f76
,
f8e47d3b-2614-4a53-bc61-7458e2880e45

}
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-15T07:54:35.013Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a3f3e2ea-333f-45ef-95ba-95bd8ef93f76 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-15T07:54:35.013Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:54:35.013Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:35.078Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:54:35.079Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a3f3e2ea-333f-45ef-95ba-95bd8ef93f76 5033
2022-07-15T07:54:35.079Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:35.079Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:35.079Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:54:35.080Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:35.082Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:35.082Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871675079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:35.182Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:35.183Z||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-15T07:54:35.183Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:35.195Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:35.195Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:36.082Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8e47d3b-2614-4a53-bc61-7458e2880e45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-15T07:54:36.083Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:54:36.083Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:36.134Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:54:36.134Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f8e47d3b-2614-4a53-bc61-7458e2880e45 903
2022-07-15T07:54:36.134Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:36.135Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:36.135Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:54:36.135Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:36.137Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:36.138Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871676134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:54:36.238Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:54:36.238Z||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-15T07:54:36.238Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:36.250Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:36.251Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:37.138Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6f1f2a8d-aa1d-407c-909c-62b76fe02701
2022-07-15T07:54:37.139Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 45c29592-4033-4e8d-926d-770d5a8301ef 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-15T07:54:37.152Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e4dd4eb, org.onap.sdc.toscaparser.api.parameters.Input@43d5cb8, org.onap.sdc.toscaparser.api.parameters.Input@4c2fb161, org.onap.sdc.toscaparser.api.parameters.Input@4b5c17c0, org.onap.sdc.toscaparser.api.parameters.Input@2bd678cc]
2022-07-15T07:54:37.153Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.154Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.154Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T07:54:37.154Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= abcc3407-b9a5-4d78-a974-cbae9812f008
2022-07-15T07:54:37.154Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: abcc3407-b9a5-4d78-a974-cbae9812f008 matches Tosca VF Customization UUID: abcc3407-b9a5-4d78-a974-cbae9812f008
2022-07-15T07:54:37.154Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: abcc3407-b9a5-4d78-a974-cbae9812f008  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-15T07:54:37.156Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.157Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.157Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id abcc3407-b9a5-4d78-a974-cbae9812f008: {\"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-15T07:54:37.157Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f3cc7bf
2022-07-15T07:54:37.157Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.158Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:54:37.158Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ebe77a6f-4e0d-4026-a00e-22a9537ec012
2022-07-15T07:54:37.158Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ebe77a6f-4e0d-4026-a00e-22a9537ec012
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-15T07:54:37.161Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.161Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:37.161Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:54:37.161Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.162Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:37.162Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:54:37.162Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.162Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-15T07:54:37.162Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-15T07:54:37.163Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-15T07:54:37.163Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4fde8b2a-3846-4658-a9b8-d5282f52a65b
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-15T07:54:37.166Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.166Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:37.166Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:54:37.167Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.167Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-15T07:54:37.167Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=abcc3407-b9a5-4d78-a974-cbae9812f008
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-15T07:54:37.169Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.170Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.170Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6f1f2a8d-aa1d-407c-909c-62b76fe02701: basic_vm
2022-07-15T07:54:37.170Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.171Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.171Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.171Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.171Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.172Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.172Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.172Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.172Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:54:37.173Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:54:37.173Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:37.257Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 45c29592-4033-4e8d-926d-770d5a8301ef 1 ASDC deployResourceStructure
2022-07-15T07:54:37.258Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:37.258Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:37.258Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:54:37.259Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:37.262Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:37.262Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871677258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:37.361Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:54:37.362Z||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-15T07:54:37.362Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:37.376Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:37.376Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:38.263Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:38.263Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:38.263Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:54:38.264Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:38.265Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:38.265Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871678263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:38.365Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:38.366Z||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-15T07:54:38.366Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:38.378Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:38.378Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:39.267Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:39.267Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:39.267Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:54:39.268Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:39.270Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:39.270Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871679267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:39.370Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T07:54:39.371Z||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-15T07:54:39.371Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:39.384Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:39.384Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:40.271Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:40.272Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||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-15T07:54:40.272Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T07:54:40.272Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:54:40.274Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:54:40.274Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871680271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:54:40.374Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:54:40.374Z||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-15T07:54:40.375Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:54:40.388Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:54:40.388Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:54:41.275Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:54:41.284Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:54:41.286Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:54:41.286Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:54:41.287Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:54:41.287Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:55:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:55:00.912Z||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-15T07:55:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:55:01.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:55:01.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a42bdced-efca-4ad9-be59-8909db546f39",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871663130,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:55:01.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:55:01.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:55:01.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:55:01.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:55:01.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-15T07:55:01.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:55:01.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:55:01.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:55:01.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871671561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:55:01.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871674001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:55:01.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871675079,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:55:01.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871676134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:55:01.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871677258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T07:55:01.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871678263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:55:01.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871679267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-15T07:55:01.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:01.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:55:01.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871680271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:55:01.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:55:11.287Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:55:11.299Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:55:11.301Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:55:11.301Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:55:11.301Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:55:11.301Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:55:41.302Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:55:41.313Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:55:41.315Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:55:41.315Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:55:41.316Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:55:41.316Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:56:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:56:00.912Z||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-15T07:56:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:56:10.456Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:56:11.316Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:56:11.327Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:56:11.329Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:56:11.329Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:56:11.329Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:56:11.329Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:56:41.330Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:56:41.339Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:56:41.341Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:56:41.341Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:56:41.341Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:56:41.341Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:57:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:57:00.911Z||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-15T07:57:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:57:01.094Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:57:01.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871802001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871800576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871803503,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871804132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871800355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871816598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871817107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:57:01.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871818188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871817298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:57:01.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "cds",
  "timestamp": 1657871818118,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-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-15T07:57:01.127Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
2022-07-15T07:57:01.127Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dffebac7-b1a5-4d55-a49b-b1cd0201cbbb 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-15T07:57:01.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871819194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:57:01.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:57:01.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871818381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T07:57:01.135Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:57:01.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:01.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "policy-id",
  "timestamp": 1657871820200,
  "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-15T07:57:01.140Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
2022-07-15T07:57:01.141Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dffebac7-b1a5-4d55-a49b-b1cd0201cbbb 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-15T07:57:01.149Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.149Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871819391,
  "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-15T07:57:01.153Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
2022-07-15T07:57:01.154Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dffebac7-b1a5-4d55-a49b-b1cd0201cbbb 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-15T07:57:01.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:57:01.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:57:01.161Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:57:11.342Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:57:11.352Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:57:11.353Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:57:11.353Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:57:11.353Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:57:11.354Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:57:41.354Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:57:41.364Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:57:41.366Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:57:41.366Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:57:41.366Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:57:41.366Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:58:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:58:00.911Z||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-15T07:58:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:58:00.937Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:58:00.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:58:00.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:58:00.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:58:11.366Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:58:11.376Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:58:11.378Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:58:11.378Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:58:11.378Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:58:11.378Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:58:41.378Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:58:41.387Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:58:41.389Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:58:41.389Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:58:41.389Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:58:41.389Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:59:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T07:59:00.911Z||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-15T07:59:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:01.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:01.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:59:01.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:59:01.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:59:01.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:59:01.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871817095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:59:01.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T07:59:01.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871824109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:59:01.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:59:01.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "aai-ml",
  "timestamp": 1657871825115,
  "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-15T07:59:01.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
2022-07-15T07:59:01.444Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dffebac7-b1a5-4d55-a49b-b1cd0201cbbb 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-15T07:59:01.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871837154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:01.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:59:01.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871839169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T07:59:01.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T07:59:01.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T07:59:01.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "clamp",
  "timestamp": 1657871840173,
  "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-15T07:59:01.456Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
2022-07-15T07:59:01.457Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId dffebac7-b1a5-4d55-a49b-b1cd0201cbbb 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-15T07:59:11.389Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T07:59:11.406Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747
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-15T07:59:11.408Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T07:59:11.408Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T07:59:11.408Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T07:59:11.408Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T07:59:41.408Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T07:59:41.408Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747 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-15T07:59:41.414Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59bb4546-3e54-4ccd-a0a4-dcc27151d747 and serviceModelVersionId: 6f1f2a8d-aa1d-407c-909c-62b76fe02701
2022-07-15T07:59:41.414Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce3dd27a-c2d7-4dee-b198-614582a4a30f
2022-07-15T07:59:41.415Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0
2022-07-15T07:59:41.427Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T07:59:41.473Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0|INFO|500||Invoke
2022-07-15T07:59:41.475Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59bb4546-3e54-4ccd-a0a4-dcc27151d747], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a817a9b4-babe-4a3a-a58e-9ad8ac7364ca], X-ECOMP-RequestID=[59bb4546-3e54-4ccd-a0a4-dcc27151d747], X-TransactionId=[], X-ONAP-RequestID=[59bb4546-3e54-4ccd-a0a4-dcc27151d747], Content-Type=[application/merge-patch+json]}
2022-07-15T07:59:41.493Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T07:59:41.669Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?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/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220715-07:59:41:384-55285], vertex-id=[520280], Content-Length=[0], Date=[Fri, 15 Jul 2022 07:59:41 GMT], Content-Type=[application/json]}
2022-07-15T07:59:41.669Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T07:59:41.670Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce3dd27a-c2d7-4dee-b198-614582a4a30f/model-vers/model-ver/6f1f2a8d-aa1d-407c-909c-62b76fe02701?depth=0|INFO|500||InvokeReturn
2022-07-15T07:59:41.671Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T07:59:41.671Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T07:59:41.677Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T07:59:41.677Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59bb4546-3e54-4ccd-a0a4-dcc27151d747 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T07:59:41.677Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T07:59:41.678Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:41.680Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:41.680Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871981677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T07:59:41.780Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:41.781Z||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-15T07:59:41.781Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:41.797Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:41.797Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 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-15T07:59:42.691Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T07:59:42.691Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ab6e3a0-420d-4955-9901-632936843cc6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bec06a4c-98f7-449b-a290-8864a9774aff","serviceDescription":"service","serviceInvariantUUID":"f0671378-67d7-4794-8f6f-2c657c674298","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bac7e8e7-cda9-4dd6-88be-309d955d5a9f","resourceInvariantUUID":"6f896b39-b085-4b2c-b411-bc631fc47c2f","resourceCustomizationUUID":"36c9bbae-2fc2-4c9d-960f-1caca6434d8f","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":"NDg2MDY5ZmViYThlZDNlZDUzMDJlNjZmNTBjMTEzZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f768809b-0a25-4336-b29a-1c74902ccdb8","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":"d0874a09-4615-4616-a654-a81bd70886ce","artifactVersion":"2","generatedFromUUID":"a210f495-7a55-451d-b4ff-21129eb7c98a"},{"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":"a210f495-7a55-451d-b4ff-21129eb7c98a","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":"Yjc1NDM2NTdkOWUzNGRkOTA2OTU4YWUwOTZmYjQ3OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7ff14742-615b-4695-b542-69c830d12591","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":"bbe1f18e-fbea-4041-b8bb-8711a67fb9cb","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":"ae03197c-afdb-4025-94f4-9827f11694df","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":"601c466d-41e7-4603-bf11-b1abf5581259","artifactVersion":"2","generatedFromUUID":"bbe1f18e-fbea-4041-b8bb-8711a67fb9cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjFhM2JmNDgzZWRhOTM3MjQ1NzVmMmIzNGY3YTA5MTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31864fe3-2148-467f-bc4b-a611d910a8ee","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzVhYTI1OGMyZGQxZjRmMzk0MzViODQ5YTYyZTMxZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d272404b-80a4-436c-bf03-96bf2d5523b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T07:59:42.692Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:42.692Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:42.694Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:42.694Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:59:42.794Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:42.795Z||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-15T07:59:42.795Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:42.814Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:42.814Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:43.695Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:43.696Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:43.698Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:43.698Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-15T07:59:43.798Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:43.799Z||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-15T07:59:43.799Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:43.813Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:43.813Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:44.699Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:44.699Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:44.701Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:44.701Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-15T07:59:44.802Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:44.802Z||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-15T07:59:44.803Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:44.816Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:44.816Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:45.702Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:45.703Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:45.704Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:45.705Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T07:59:45.807Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-15T07:59:45.808Z||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-15T07:59:45.808Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:45.823Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:45.823Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:46.705Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:46.706Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:46.707Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:46.708Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-15T07:59:46.808Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:46.809Z||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-15T07:59:46.809Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:46.822Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:46.823Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:47.708Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:47.709Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:47.710Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:47.711Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:59:47.811Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:47.812Z||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-15T07:59:47.812Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:47.828Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:47.828Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:48.711Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:48.712Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:48.714Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:48.714Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-15T07:59:48.814Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:48.815Z||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-15T07:59:48.816Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:48.829Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:48.830Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:49.715Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:49.715Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:49.718Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:49.718Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T07:59:49.819Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T07:59:49.820Z||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-15T07:59:49.820Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:49.838Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:49.838Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:50.719Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T07:59:50.719Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:50.721Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:50.721Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T07:59:50.821Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:50.822Z||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-15T07:59:50.822Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:50.835Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:50.836Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:51.722Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "bec06a4c-98f7-449b-a290-8864a9774aff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0671378-67d7-4794-8f6f-2c657c674298",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "36c9bbae-2fc2-4c9d-960f-1caca6434d8f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bac7e8e7-cda9-4dd6-88be-309d955d5a9f",
      "resourceInvariantUUID": "6f896b39-b085-4b2c-b411-bc631fc47c2f",
      "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": "d0874a09-4615-4616-a654-a81bd70886ce",
          "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": "a210f495-7a55-451d-b4ff-21129eb7c98a",
          "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": "Yjc1NDM2NTdkOWUzNGRkOTA2OTU4YWUwOTZmYjQ3OWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7ff14742-615b-4695-b542-69c830d12591",
          "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": "bbe1f18e-fbea-4041-b8bb-8711a67fb9cb",
          "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": "601c466d-41e7-4603-bf11-b1abf5581259",
            "generatedFromUUID": "bbe1f18e-fbea-4041-b8bb-8711a67fb9cb"
          },
          "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": "601c466d-41e7-4603-bf11-b1abf5581259",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzVhYTI1OGMyZGQxZjRmMzk0MzViODQ5YTYyZTMxZTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d272404b-80a4-436c-bf03-96bf2d5523b6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T07:59:51.723Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T07:59:51.723Z|59bb4546-3e54-4ccd-a0a4-dcc27151d747|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bec06a4c-98f7-449b-a290-8864a9774aff ASDC
2022-07-15T07:59:51.723Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ab6e3a0-420d-4955-9901-632936843cc6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bec06a4c-98f7-449b-a290-8864a9774aff
ServiceInvariantUUID:f0671378-67d7-4794-8f6f-2c657c674298
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:d272404b-80a4-436c-bf03-96bf2d5523b6
ArtifactChecksum:NzVhYTI1OGMyZGQxZjRmMzk0MzViODQ5YTYyZTMxZTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:36c9bbae-2fc2-4c9d-960f-1caca6434d8f
ResourceInvariantUUID:6f896b39-b085-4b2c-b411-bc631fc47c2f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:bac7e8e7-cda9-4dd6-88be-309d955d5a9f
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:d0874a09-4615-4616-a654-a81bd70886ce
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:a210f495-7a55-451d-b4ff-21129eb7c98a
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:7ff14742-615b-4695-b542-69c830d12591
ArtifactChecksum:Yjc1NDM2NTdkOWUzNGRkOTA2OTU4YWUwOTZmYjQ3OWE=
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:bbe1f18e-fbea-4041-b8bb-8711a67fb9cb
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:601c466d-41e7-4603-bf11-b1abf5581259
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:601c466d-41e7-4603-bf11-b1abf5581259
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T07:59:51.723Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bec06a4c-98f7-449b-a290-8864a9774aff 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-15T07:59:51.761Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:59:51.762Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:59:51.762Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:59:51.762Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d272404b-80a4-436c-bf03-96bf2d5523b6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-15T07:59:51.762Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:59:51.763Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-15T07:59:52.431Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:59:52.434Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d272404b-80a4-436c-bf03-96bf2d5523b6 73000
2022-07-15T07:59:52.434Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:52.435Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:52.435Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:59:52.435Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:52.437Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:52.437Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871992434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:52.537Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:52.538Z||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-15T07:59:52.538Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:52.550Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:52.550Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:53.437Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T07:59:53.438Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T07:59:53.438Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d272404b-80a4-436c-bf03-96bf2d5523b6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-15T07:59:53.439Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-15T07:59:53.440Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-15T07:59:53.440Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-15T07:59:53.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6169064037135406108/Definitions/service-BasicCnf-template.yml
2022-07-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:54.577Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:59:54.578Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.579Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T07:59:54.580Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T07:59:54.581Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9147d50a-c411-49c4-95e8-a9452613c42d
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.582Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.583Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.583Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T07:59:54.583Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T07:59:54.583Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bec06a4c-98f7-449b-a290-8864a9774aff
Model Version:NULL
Model InvariantUuid:f0671378-67d7-4794-8f6f-2c657c674298
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a25260a6-772a-4930-97d7-908ff2feb2c1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f896b39-b085-4b2c-b411-bc631fc47c2f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:36c9bbae-2fc2-4c9d-960f-1caca6434d8f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0043b75e-048e-452b-88f0-d26c04aa8189
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ab31e674-eb3d-40fa-8948-242a231d3cc8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9147d50a-c411-49c4-95e8-a9452613c42d
ModelInvariantUuid:c5f1b38d-54b3-413f-bb84-01a0329f22d4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:fd25724a-5420-4c4d-905a-8fc866bb1bf2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:dc81c77f-5ea5-4233-851d-de08c74e68cb
ModelInvariantUuid:69e968bd-85f0-47bc-9a11-1601a72912b1
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:3924fc8d-33e5-48be-be32-ea0374104d73
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-15T07:59:54.589Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bac7e8e7-cda9-4dd6-88be-309d955d5a9f
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-15T07:59:54.591Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-07-15T07:59:54.591Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bac7e8e7-cda9-4dd6-88be-309d955d5a9f
2022-07-15T07:59:54.592Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0874a09-4615-4616-a654-a81bd70886ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-15T07:59:54.592Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:59:54.592Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:54.731Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:59:54.732Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d0874a09-4615-4616-a654-a81bd70886ce 12
2022-07-15T07:59:54.732Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:54.732Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:54.732Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:59:54.732Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:54.735Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:54.735Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871994732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:54.835Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:54.835Z||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-15T07:59:54.835Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:54.850Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:54.850Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-15T07:59:55.735Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a210f495-7a55-451d-b4ff-21129eb7c98a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-15T07:59:55.735Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:59:55.736Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:55.829Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:59:55.830Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a210f495-7a55-451d-b4ff-21129eb7c98a 2688
2022-07-15T07:59:55.830Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:55.830Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:55.830Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:59:55.830Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:55.832Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:55.832Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871995830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:55.932Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:55.933Z||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-15T07:59:55.933Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:55.946Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:55.946Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:56.833Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7ff14742-615b-4695-b542-69c830d12591 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-15T07:59:56.833Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:59:56.834Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:56.909Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:59:56.909Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7ff14742-615b-4695-b542-69c830d12591 828
2022-07-15T07:59:56.909Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:56.910Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:56.910Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:59:56.910Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:56.912Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:56.912Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871996909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:57.012Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:57.013Z||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-15T07:59:57.013Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:57.025Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:57.025Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:57.912Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0043b75e-048e-452b-88f0-d26c04aa8189",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab31e674-eb3d-40fa-8948-242a231d3cc8",
    "vfModuleModelCustomizationUUID": "6137c632-1892-4b6b-a521-3e26597f42de",
    "isBase": true,
    "artifacts": [
      "a210f495-7a55-451d-b4ff-21129eb7c98a",
      "bbe1f18e-fbea-4041-b8bb-8711a67fb9cb",
      "601c466d-41e7-4603-bf11-b1abf5581259"
    ],
    "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-15T07:59:57.916Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab31e674-eb3d-40fa-8948-242a231d3cc8
VfModuleModelInvariantUUID:0043b75e-048e-452b-88f0-d26c04aa8189
VfModuleModelDescription:NULL
Artifacts UUID List:{
a210f495-7a55-451d-b4ff-21129eb7c98a
,
bbe1f18e-fbea-4041-b8bb-8711a67fb9cb
,
601c466d-41e7-4603-bf11-b1abf5581259

}
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-15T07:59:57.917Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0043b75e-048e-452b-88f0-d26c04aa8189",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ab31e674-eb3d-40fa-8948-242a231d3cc8",
    "vfModuleModelCustomizationUUID": "6137c632-1892-4b6b-a521-3e26597f42de",
    "isBase": true,
    "artifacts": [
      "a210f495-7a55-451d-b4ff-21129eb7c98a",
      "bbe1f18e-fbea-4041-b8bb-8711a67fb9cb",
      "601c466d-41e7-4603-bf11-b1abf5581259"
    ],
    "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-15T07:59:57.917Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ab31e674-eb3d-40fa-8948-242a231d3cc8
VfModuleModelInvariantUUID:0043b75e-048e-452b-88f0-d26c04aa8189
VfModuleModelDescription:NULL
Artifacts UUID List:{
a210f495-7a55-451d-b4ff-21129eb7c98a
,
bbe1f18e-fbea-4041-b8bb-8711a67fb9cb
,
601c466d-41e7-4603-bf11-b1abf5581259

}
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-15T07:59:57.918Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bbe1f18e-fbea-4041-b8bb-8711a67fb9cb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-15T07:59:57.918Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:59:57.918Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:57.968Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:59:57.969Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml bbe1f18e-fbea-4041-b8bb-8711a67fb9cb 1164
2022-07-15T07:59:57.969Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:57.969Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:57.969Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:59:57.969Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:57.971Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:57.971Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871997969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:58.071Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:58.072Z||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-15T07:59:58.072Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:58.085Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:58.085Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T07:59:58.972Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 601c466d-41e7-4603-bf11-b1abf5581259 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-15T07:59:58.972Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T07:59:58.973Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:59.038Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T07:59:59.039Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 601c466d-41e7-4603-bf11-b1abf5581259 200
2022-07-15T07:59:59.039Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:59.040Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T07:59:59.040Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T07:59:59.040Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T07:59:59.042Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T07:59:59.042Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871999039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T07:59:59.142Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T07:59:59.143Z||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-15T07:59:59.144Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T07:59:59.154Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T07:59:59.155Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:00.043Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bec06a4c-98f7-449b-a290-8864a9774aff
2022-07-15T08:00:00.043Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 bac7e8e7-cda9-4dd6-88be-309d955d5a9f 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-15T08:00:00.054Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:00.061Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e5ce590, org.onap.sdc.toscaparser.api.parameters.Input@492adb33, org.onap.sdc.toscaparser.api.parameters.Input@15672af2, org.onap.sdc.toscaparser.api.parameters.Input@ac08af5, org.onap.sdc.toscaparser.api.parameters.Input@53699e58]
2022-07-15T08:00:00.062Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.062Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.062Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T08:00:00.063Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 36c9bbae-2fc2-4c9d-960f-1caca6434d8f
2022-07-15T08:00:00.063Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 36c9bbae-2fc2-4c9d-960f-1caca6434d8f matches Tosca VF Customization UUID: 36c9bbae-2fc2-4c9d-960f-1caca6434d8f
2022-07-15T08:00:00.063Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 36c9bbae-2fc2-4c9d-960f-1caca6434d8f  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-15T08:00:00.065Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.065Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.065Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 36c9bbae-2fc2-4c9d-960f-1caca6434d8f: {\"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-15T08:00:00.065Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e801e49
2022-07-15T08:00:00.065Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.065Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:00:00.066Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6137c632-1892-4b6b-a521-3e26597f42de
2022-07-15T08:00:00.066Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6137c632-1892-4b6b-a521-3e26597f42de
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-15T08:00:00.070Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.071Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T08:00:00.071Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:00:00.071Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.071Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T08:00:00.071Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:00:00.071Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.072Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-15T08:00:00.072Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-15T08:00:00.072Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9147d50a-c411-49c4-95e8-a9452613c42d
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-15T08:00:00.075Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.075Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T08:00:00.075Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:00:00.075Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.075Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-15T08:00:00.075Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=36c9bbae-2fc2-4c9d-960f-1caca6434d8f
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-15T08:00:00.077Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.077Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.077Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bec06a4c-98f7-449b-a290-8864a9774aff: basic_cnf
2022-07-15T08:00:00.077Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.077Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.078Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:00:00.079Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:00:00.079Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:00.147Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf bac7e8e7-cda9-4dd6-88be-309d955d5a9f 1 ASDC deployResourceStructure
2022-07-15T08:00:00.148Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:00.148Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:00.148Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-15T08:00:00.148Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:00:00.150Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:00:00.150Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872000147,
  "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-15T08:00:00.250Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:00:00.251Z||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-15T08:00:00.251Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:00.264Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:00.265Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:00.911Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:00:00.911Z||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-15T08:00:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:01.151Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:01.151Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:01.152Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-15T08:00:01.152Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:00:01.154Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:00:01.154Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872001151,
  "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-15T08:00:01.254Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:00:01.255Z||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-15T08:00:01.255Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:01.269Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:01.270Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:01.283Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:01.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.290Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.291Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.293Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871940576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871940355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657871944132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871955898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871957592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871956961,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871958599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "policy-id",
  "timestamp": 1657871959606,
  "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-15T08:00:01.313Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
2022-07-15T08:00:01.313Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 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-15T08:00:01.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871958040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871952001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871959110,
  "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-15T08:00:01.324Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
2022-07-15T08:00:01.324Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 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-15T08:00:01.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871953497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871959885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.330Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657871960119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871961381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "cds",
  "timestamp": 1657871962396,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-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-15T08:00:01.335Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
2022-07-15T08:00:01.335Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 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-15T08:00:01.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871967095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871976958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "aai-ml",
  "timestamp": 1657871977963,
  "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-15T08:00:01.348Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
2022-07-15T08:00:01.348Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 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-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "59bb4546-3e54-4ccd-a0a4-dcc27151d747",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871981677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871988181,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871990193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:01.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:00:01.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "clamp",
  "timestamp": 1657871991199,
  "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-15T08:00:01.363Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
2022-07-15T08:00:01.363Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 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-15T08:00:01.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871346515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:00:01.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:00:01.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871992434,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871994732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871995830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871996909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871997969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657871999039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:00:01.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:01.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-15T08:00:01.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872000147,
  "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-15T08:00:01.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:00:02.155Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:02.155Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:02.155Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:00:02.155Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:00:02.157Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:00:02.157Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872002154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:02.257Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:00:02.258Z||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-15T08:00:02.258Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:02.272Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:02.272Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:03.158Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:03.159Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:03.159Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:00:03.159Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:00:03.161Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:00:03.161Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872003158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:03.261Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:00:03.262Z||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-15T08:00:03.262Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:03.275Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:03.276Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:04.161Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:04.162Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:04.162Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:00:04.162Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:00:04.164Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:00:04.164Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872004161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:04.265Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:00:04.266Z||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-15T08:00:04.266Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:04.277Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:04.278Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:05.165Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:05.165Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||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-15T08:00:05.165Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:00:05.165Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:00:05.168Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:00:05.168Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872005165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:00:05.268Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:00:05.269Z||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-15T08:00:05.269Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:00:05.283Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:00:05.284Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:00:06.170Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:00:06.179Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:00:06.181Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:00:06.181Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:00:06.181Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:00:06.181Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:00:36.181Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:00:36.190Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:00:36.192Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:00:36.192Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:00:36.192Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:00:36.192Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:01:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:01:00.912Z||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-15T08:01:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:01:00.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:01:00.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:01:00.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872001151,
  "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-15T08:01:00.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:01:06.193Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:01:06.203Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:01:06.205Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:01:06.205Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:01:06.206Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:01:06.206Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:01:36.206Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:01:36.217Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:01:36.219Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:01:36.219Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:01:36.219Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:01:36.220Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:02:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:02:00.912Z||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-15T08:02:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:02:01.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:02:01.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:02:01.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872002154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:02:01.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872003158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872004161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872005165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:02:01.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:02:06.220Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:02:06.237Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:02:06.240Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:02:06.240Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:02:06.240Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:02:06.240Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:02:36.240Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:02:36.251Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:02:36.252Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:02:36.252Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:02:36.253Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:02:36.253Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:03:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:03:00.913Z||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-15T08:03:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:03:06.253Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:03:06.272Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:03:06.275Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:03:06.275Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:03:06.275Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:03:06.275Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:03:10.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:03:36.275Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:03:36.288Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:03:36.290Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:03:36.290Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:03:36.290Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:03:36.290Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:04:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:04:00.912Z||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-15T08:04:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:04:06.290Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:04:06.300Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:04:06.301Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:04:06.302Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:04:06.302Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:04:06.302Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:04:10.488Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:04:36.302Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:04:36.311Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6
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-15T08:04:36.313Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:04:36.313Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:04:36.314Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:04:36.314Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:05:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:05:00.912Z||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-15T08:05:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:06.314Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:05:06.315Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ab6e3a0-420d-4955-9901-632936843cc6 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-15T08:05:06.325Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ab6e3a0-420d-4955-9901-632936843cc6 and serviceModelVersionId: bec06a4c-98f7-449b-a290-8864a9774aff
2022-07-15T08:05:06.325Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0671378-67d7-4794-8f6f-2c657c674298
2022-07-15T08:05:06.327Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0671378-67d7-4794-8f6f-2c657c674298/model-vers/model-ver/bec06a4c-98f7-449b-a290-8864a9774aff?depth=0
2022-07-15T08:05:06.335Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:05:06.388Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0671378-67d7-4794-8f6f-2c657c674298/model-vers/model-ver/bec06a4c-98f7-449b-a290-8864a9774aff?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-15T08:05:06.391Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0671378-67d7-4794-8f6f-2c657c674298/model-vers/model-ver/bec06a4c-98f7-449b-a290-8864a9774aff?depth=0|INFO|500||Invoke
2022-07-15T08:05:06.413Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0671378-67d7-4794-8f6f-2c657c674298/model-vers/model-ver/bec06a4c-98f7-449b-a290-8864a9774aff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:05:06.671Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0671378-67d7-4794-8f6f-2c657c674298/model-vers/model-ver/bec06a4c-98f7-449b-a290-8864a9774aff?depth=0|INFO|500||InvokeReturn
2022-07-15T08:05:06.671Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0671378-67d7-4794-8f6f-2c657c674298/model-vers/model-ver/bec06a4c-98f7-449b-a290-8864a9774aff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:05:06:306-38243], vertex-id=[233528], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:05:06 GMT], Content-Type=[application/json]}
2022-07-15T08:05:06.672Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:05:06.673Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:05:06.673Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:05:06.677Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:05:06.678Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ab6e3a0-420d-4955-9901-632936843cc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:05:06.678Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:05:06.678Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:06.682Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:06.682Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872306678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:05:06.782Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:06.783Z||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-15T08:05:06.783Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:06.797Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:06.797Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:07.423Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:07.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:05:07.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ab6e3a0-420d-4955-9901-632936843cc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872306678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:05:07.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:05:07.698Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:05:07.699Z|1ab6e3a0-420d-4955-9901-632936843cc6|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-15T08:05:07.699Z|1ab6e3a0-420d-4955-9901-632936843cc6|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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:12.105Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:12.107Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:05:12.107Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3018c2f-6ddd-4606-b82a-b0f5adb5d87e","serviceName":"vFW 2022-07-15 07-48-44","serviceVersion":"1.0","serviceUUID":"7759ad19-6f41-49f1-8b3b-ccee48e353c6","serviceDescription":"catalog service description","serviceInvariantUUID":"188cbfc2-23f4-467b-a037-4efa79aea336","resources":[{"resourceInstanceName":"vFW 2428c397-fe6b 0","resourceName":"vFW 2428c397-fe6b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8288e5c0-d7e3-4ead-954c-cc5f15a22f6b","resourceInvariantUUID":"ea2dee19-df59-4500-9200-4835e4d18cf6","resourceCustomizationUUID":"4caa9a57-f09c-45ea-9d80-d6200e0de407","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml","artifactChecksum":"NmI3NjJjYWIyOWE0ZTE3ZGJhMTA4MGZjZmI1ZjIyNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2bce385-9abf-4376-9f76-f86b23cbe8b3","artifactVersion":"1"},{"artifactName":"vfw2428c397fe6b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json","artifactChecksum":"MWI4MzE4NTY1MjM2NTllODZkZjRkNDUwNWEyZjA4YzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8d45ca2-8969-424d-a8de-4bfb740fe1a0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1d96dfe7-9c53-44fd-9e87-0f1a382d2487","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml","artifactChecksum":"YTNlMWFkMDA0YzBlNDMyMzEzYTIxODJiMThiZjRhNDE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8d4e159-7428-40e0-b714-750ddcff5df7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7cccb8f9-0b46-47ba-86eb-b5a43ac2404f","artifactVersion":"2","generatedFromUUID":"1d96dfe7-9c53-44fd-9e87-0f1a382d2487"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715074844-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml","artifactChecksum":"NWNiMjhkNjdjMDA3NjhkMzZhYzhkMzZlMzIwMDE4ODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70e4deb4-300c-4f93-8d96-f4f271abeef6","artifactVersion":"1"},{"artifactName":"service-Vfw20220715074844-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar","artifactChecksum":"OGQzNTE1Y2NhNDE5NmQxZWQ0OTM3OTM3YzRmODgxNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce75740c-5dbc-495e-be0e-39f661618d3a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:05:12.110Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:12.110Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:12.112Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:12.112Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:05:12.213Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:12.213Z||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-15T08:05:12.214Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:12.228Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:12.229Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:13.113Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:13.114Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:13.116Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:13.116Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:05:13.216Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:13.217Z||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-15T08:05:13.217Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:13.230Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:13.231Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:14.116Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:14.117Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:14.119Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:14.119Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:05:14.219Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:14.220Z||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-15T08:05:14.220Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:14.234Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:14.234Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:15.119Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:15.120Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:15.123Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:15.123Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:05:15.223Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:15.224Z||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-15T08:05:15.224Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:15.236Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:15.236Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:16.124Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:16.125Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:16.128Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:16.128Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:05:16.228Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:16.229Z||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-15T08:05:16.229Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:16.240Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:16.241Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:17.129Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:17.131Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:17.133Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:17.133Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:05:17.233Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:17.234Z||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-15T08:05:17.234Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:17.245Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:17.245Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:18.134Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:05:18.134Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:18.136Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:18.136Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:05:18.237Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:05:18.237Z||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-15T08:05:18.237Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:18.250Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:18.250Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:19.137Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "serviceName": "vFW 2022-07-15 07-48-44",
  "serviceVersion": "1.0",
  "serviceUUID": "7759ad19-6f41-49f1-8b3b-ccee48e353c6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "188cbfc2-23f4-467b-a037-4efa79aea336",
  "resources": [
    {
      "resourceInstanceName": "vFW 2428c397-fe6b 0",
      "resourceCustomizationUUID": "4caa9a57-f09c-45ea-9d80-d6200e0de407",
      "resourceName": "vFW 2428c397-fe6b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8288e5c0-d7e3-4ead-954c-cc5f15a22f6b",
      "resourceInvariantUUID": "ea2dee19-df59-4500-9200-4835e4d18cf6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2428c397fe6b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
          "artifactChecksum": "MWI4MzE4NTY1MjM2NTllODZkZjRkNDUwNWEyZjA4YzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f8d45ca2-8969-424d-a8de-4bfb740fe1a0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1d96dfe7-9c53-44fd-9e87-0f1a382d2487",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7cccb8f9-0b46-47ba-86eb-b5a43ac2404f",
            "generatedFromUUID": "1d96dfe7-9c53-44fd-9e87-0f1a382d2487"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7cccb8f9-0b46-47ba-86eb-b5a43ac2404f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715074844-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
      "artifactChecksum": "OGQzNTE1Y2NhNDE5NmQxZWQ0OTM3OTM3YzRmODgxNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce75740c-5dbc-495e-be0e-39f661618d3a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:05:19.138Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:05:19.138Z|1ab6e3a0-420d-4955-9901-632936843cc6|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7759ad19-6f41-49f1-8b3b-ccee48e353c6 ASDC
2022-07-15T08:05:19.140Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
ServiceName:vFW 2022-07-15 07-48-44
ServiceVersion:1.0
ServiceUUID:7759ad19-6f41-49f1-8b3b-ccee48e353c6
ServiceInvariantUUID:188cbfc2-23f4-467b-a037-4efa79aea336
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715074844-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar
ArtifactUUID:ce75740c-5dbc-495e-be0e-39f661618d3a
ArtifactChecksum:OGQzNTE1Y2NhNDE5NmQxZWQ0OTM3OTM3YzRmODgxNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2428c397-fe6b 0
ResourceCustomizationUUID:4caa9a57-f09c-45ea-9d80-d6200e0de407
ResourceInvariantUUID:ea2dee19-df59-4500-9200-4835e4d18cf6
ResourceName:vFW 2428c397-fe6b
ResourceType:VF
ResourceUUID:8288e5c0-d7e3-4ead-954c-cc5f15a22f6b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2428c397fe6b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json
ArtifactUUID:f8d45ca2-8969-424d-a8de-4bfb740fe1a0
ArtifactChecksum:MWI4MzE4NTY1MjM2NTllODZkZjRkNDUwNWEyZjA4YzY=
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/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml
ArtifactUUID:1d96dfe7-9c53-44fd-9e87-0f1a382d2487
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/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env
ArtifactUUID:7cccb8f9-0b46-47ba-86eb-b5a43ac2404f
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/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env
ArtifactUUID:7cccb8f9-0b46-47ba-86eb-b5a43ac2404f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T08:05:19.140Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7759ad19-6f41-49f1-8b3b-ccee48e353c6 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-15T08:05:19.176Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:05:19.177Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:05:19.177Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:05:19.177Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ce75740c-5dbc-495e-be0e-39f661618d3a from URL: /sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:19.177Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:05:19.178Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:19.436Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:05:19.441Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar ce75740c-5dbc-495e-be0e-39f661618d3a 103077
2022-07-15T08:05:19.441Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar ASDC sendASDCNotification
2022-07-15T08:05:19.441Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:19.442Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:05:19.442Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:19.444Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:19.444Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872319441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:05:19.544Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:19.545Z||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-15T08:05:19.545Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:19.560Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:19.561Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:20.444Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:05:20.445Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:05:20.446Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ce75740c-5dbc-495e-be0e-39f661618d3a, URL: /sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar to file: /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:20.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715074844-csar.csar
2022-07-15T08:05:20.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:20.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:20.672Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6126241165289748978/Definitions/service-Vfw20220715074844-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-07-15T08:05:22.687Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:05:22.688Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:05:22.688Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.688Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T08:05:22.688Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||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-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.688Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||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-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||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-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||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-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.689Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||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-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.690Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.690Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2428c397-fe6b 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-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.690Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:22.690Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:05:22.690Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.690Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.691Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:22.691Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:05:22.691Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:05:22.692Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.692Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.692Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:22.692Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:05:22.692Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:05:22.692Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.693Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.693Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.693Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:22.693Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:22.694Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:22.694Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:05:22.694Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.694Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.694Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:05:22.695Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.695Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:05:22.695Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:05:22.695Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.695Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.696Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:05:22.696Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.696Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:05:22.696Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.696Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T08:05:22.697Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.697Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:05:22.697Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.697Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:22.697Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:22.698Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.698Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:22.698Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:22.698Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.698Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:22.699Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:22.699Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.699Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:22.699Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:22.699Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:22.699Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T08:05:22.700Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:05:22.700Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:05:22.700Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.700Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.700Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:05:22.701Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.701Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:05:22.701Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.701Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5dd36096-08c1-44a0-af48-f2c789162521
2022-07-15T08:05:22.701Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.702Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:22.702Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:22.702Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:22.702Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:05:22.702Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.702Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.703Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:05:22.703Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.703Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T08:05:22.703Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:05:22.703Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.703Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:05:22.704Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.704Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0affaae2-bf80-455e-9f38-19b723cba952
2022-07-15T08:05:22.704Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.704Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:22.704Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:22.705Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:22.705Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:05:22.705Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.705Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.705Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:05:22.705Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.706Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:05:22.706Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:05:22.706Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:22.706Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:22.706Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T08:05:22.707Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=998bd1d0-ce9b-420d-9a22-91e0afd60aa4
2022-07-15T08:05:22.707Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.707Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.707Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.707Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.707Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.708Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.708Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:22.708Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:22.708Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 07-48-44
Description:catalog service description
Model UUID:7759ad19-6f41-49f1-8b3b-ccee48e353c6
Model Version:NULL
Model InvariantUuid:188cbfc2-23f4-467b-a037-4efa79aea336
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2428c397-fe6b
Model UUID:2d22e305-f171-4ece-9349-a1ec5c44f05f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ea2dee19-df59-4500-9200-4835e4d18cf6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4caa9a57-f09c-45ea-9d80-d6200e0de407
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb83453d-704c-4c6b-8461-28d09e3c4ba0
ModelName:Vfw2428c397Fe6b..base_vfw..module-0
ModelUuid:3a717ea1-77cb-431b-8b8a-35c1d0a675a9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5dd36096-08c1-44a0-af48-f2c789162521
ModelInvariantUuid:1a2fac1c-fc14-46db-bb89-5ad69f125379
ModelName:vFW 2428c397-fe6b-nodes.vfwCvfc
ModelUuid:fba9c5e9-8bf1-44b4-80ae-7a09bd3d7c7f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f52b8622-e04c-4cb6-b7be-92f1b6cb92f0
ModelInvariantUuid:7650e08d-597a-4bf4-ba2c-f616a2398f47
ModelName:Vfw2428c397Fe6b.compute.nodes.heat.vfw
ModelUuid:15972cc4-cb52-4cec-9e78-380bb5cc6388
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0affaae2-bf80-455e-9f38-19b723cba952
ModelInvariantUuid:4bbe7066-2c00-4b88-afc9-102efe610abd
ModelName:vFW 2428c397-fe6b-nodes.vsnCvfc
ModelUuid:b84ee3c0-9377-4007-b05f-3eaf490bbf93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e9ad59eb-8a6b-41bf-b994-a94c021e30a9
ModelInvariantUuid:1e5d8dde-0169-4b64-bc25-2edd483ea4df
ModelName:Vfw2428c397Fe6b.compute.nodes.heat.vsn
ModelUuid:3631cf2d-58a1-4935-b454-3684634755f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:998bd1d0-ce9b-420d-9a22-91e0afd60aa4
ModelInvariantUuid:24d4d9e3-8f20-463e-b6df-5fbe332f8465
ModelName:vFW 2428c397-fe6b-nodes.vpgCvfc
ModelUuid:08100812-5644-4733-a783-ab31b452f532
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4fcca287-2cd9-46dc-b1e3-a39bb230d33a
ModelInvariantUuid:d1f3066c-037e-4b67-801a-dadec6f34e6d
ModelName:Vfw2428c397Fe6b.compute.nodes.heat.vpg
ModelUuid:5466d089-5b09-49bf-bda4-6dd5350409c3
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-15T08:05:22.716Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8288e5c0-d7e3-4ead-954c-cc5f15a22f6b
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-15T08:05:22.718Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||vFW 2428c397-fe6b 0
2022-07-15T08:05:22.718Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8288e5c0-d7e3-4ead-954c-cc5f15a22f6b
2022-07-15T08:05:22.718Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8d45ca2-8969-424d-a8de-4bfb740fe1a0 from URL: /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json
2022-07-15T08:05:22.719Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:05:22.719Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json
2022-07-15T08:05:22.833Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:05:22.833Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json f8d45ca2-8969-424d-a8de-4bfb740fe1a0 785
2022-07-15T08:05:22.833Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json ASDC sendASDCNotification
2022-07-15T08:05:22.834Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json
2022-07-15T08:05:22.834Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:05:22.834Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:22.836Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:22.836Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872322833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:05:22.936Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:22.937Z||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-15T08:05:22.937Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:22.949Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:22.949Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:05:23.836Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2428c397Fe6b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb83453d-704c-4c6b-8461-28d09e3c4ba0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a717ea1-77cb-431b-8b8a-35c1d0a675a9",
    "vfModuleModelCustomizationUUID": "fdd4a546-8d33-4bef-88c0-6879570e9082",
    "isBase": true,
    "artifacts": [
      "1d96dfe7-9c53-44fd-9e87-0f1a382d2487",
      "7cccb8f9-0b46-47ba-86eb-b5a43ac2404f"
    ],
    "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-15T08:05:23.840Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2428c397Fe6b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a717ea1-77cb-431b-8b8a-35c1d0a675a9
VfModuleModelInvariantUUID:bb83453d-704c-4c6b-8461-28d09e3c4ba0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d96dfe7-9c53-44fd-9e87-0f1a382d2487
,
7cccb8f9-0b46-47ba-86eb-b5a43ac2404f

}
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-15T08:05:23.842Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2428c397Fe6b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb83453d-704c-4c6b-8461-28d09e3c4ba0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3a717ea1-77cb-431b-8b8a-35c1d0a675a9",
    "vfModuleModelCustomizationUUID": "fdd4a546-8d33-4bef-88c0-6879570e9082",
    "isBase": true,
    "artifacts": [
      "1d96dfe7-9c53-44fd-9e87-0f1a382d2487",
      "7cccb8f9-0b46-47ba-86eb-b5a43ac2404f"
    ],
    "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-15T08:05:23.842Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2428c397Fe6b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3a717ea1-77cb-431b-8b8a-35c1d0a675a9
VfModuleModelInvariantUUID:bb83453d-704c-4c6b-8461-28d09e3c4ba0
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d96dfe7-9c53-44fd-9e87-0f1a382d2487
,
7cccb8f9-0b46-47ba-86eb-b5a43ac2404f

}
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-15T08:05:23.842Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1d96dfe7-9c53-44fd-9e87-0f1a382d2487 from URL: /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml
2022-07-15T08:05:23.843Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:05:23.843Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml
2022-07-15T08:05:24.024Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:05:24.024Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml 1d96dfe7-9c53-44fd-9e87-0f1a382d2487 20368
2022-07-15T08:05:24.025Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T08:05:24.025Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml
2022-07-15T08:05:24.025Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:05:24.025Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:24.027Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:24.027Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872324025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:05:24.127Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:24.127Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:05:24.127Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:24.143Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:24.143Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:25.027Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7cccb8f9-0b46-47ba-86eb-b5a43ac2404f from URL: /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env
2022-07-15T08:05:25.028Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:05:25.028Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env
2022-07-15T08:05:25.111Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:05:25.112Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env 7cccb8f9-0b46-47ba-86eb-b5a43ac2404f 2098
2022-07-15T08:05:25.112Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T08:05:25.112Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env
2022-07-15T08:05:25.112Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:05:25.113Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:25.115Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:25.115Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872325112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:05:25.215Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:25.216Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:05:25.216Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:25.243Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:25.243Z||pool-142-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:26.115Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7759ad19-6f41-49f1-8b3b-ccee48e353c6
2022-07-15T08:05:26.116Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2428c397-fe6b 0 8288e5c0-d7e3-4ead-954c-cc5f15a22f6b 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-15T08:05:26.134Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50b9db46, org.onap.sdc.toscaparser.api.parameters.Input@635c443e, org.onap.sdc.toscaparser.api.parameters.Input@112e0eeb, org.onap.sdc.toscaparser.api.parameters.Input@1f1e6a1f, org.onap.sdc.toscaparser.api.parameters.Input@1e3e151]
2022-07-15T08:05:26.135Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.135Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.135Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T08:05:26.135Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4caa9a57-f09c-45ea-9d80-d6200e0de407
2022-07-15T08:05:26.135Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4caa9a57-f09c-45ea-9d80-d6200e0de407 matches Tosca VF Customization UUID: 4caa9a57-f09c-45ea-9d80-d6200e0de407
2022-07-15T08:05:26.136Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4caa9a57-f09c-45ea-9d80-d6200e0de407  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-15T08:05:26.137Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.138Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.138Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4caa9a57-f09c-45ea-9d80-d6200e0de407: {\"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-15T08:05:26.138Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d85e7f0
2022-07-15T08:05:26.139Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.139Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:05:26.139Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fdd4a546-8d33-4bef-88c0-6879570e9082
2022-07-15T08:05:26.139Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fdd4a546-8d33-4bef-88c0-6879570e9082
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-15T08:05:26.141Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.141Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:26.141Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:26.141Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.142Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:26.142Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:26.142Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.142Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:26.142Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:26.143Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:26.143Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T08:05:26.143Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:05:26.143Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:05:26.143Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.144Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:26.144Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:05:26.144Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:26.144Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:05:26.144Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.145Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5dd36096-08c1-44a0-af48-f2c789162521
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-15T08:05:26.146Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.147Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:26.147Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:26.147Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.147Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:26.148Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:26.148Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:26.148Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:05:26.148Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:26.148Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.149Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:05:26.149Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.149Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T08:05:26.149Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:05:26.150Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:26.150Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:05:26.150Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.150Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0affaae2-bf80-455e-9f38-19b723cba952
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-15T08:05:26.152Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.152Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:26.152Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:26.153Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.153Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is not matching search criteria
2022-07-15T08:05:26.153Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:05:26.153Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:05:26.153Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:05:26.154Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:26.154Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.154Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:05:26.154Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.155Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:05:26.155Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:05:26.155Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:05:26.155Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:05:26.155Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T08:05:26.155Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=998bd1d0-ce9b-420d-9a22-91e0afd60aa4
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-15T08:05:26.157Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.157Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:26.157Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:05:26.158Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.158Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Node template vFW 2428c397-fe6b 0 is matching search criteria
2022-07-15T08:05:26.158Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 2428c397-fe6b 0] matching following query criteria: sdcType=VF, customizationUUID=4caa9a57-f09c-45ea-9d80-d6200e0de407
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-15T08:05:26.159Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.160Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.160Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7759ad19-6f41-49f1-8b3b-ccee48e353c6: vFW 2428c397-fe6b
2022-07-15T08:05:26.160Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.160Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.161Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.161Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.161Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.161Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.161Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.162Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.162Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:05:26.162Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-48-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:05:26.162Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-15 07-48-44 
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-15T08:05:26.309Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2428c397-fe6b 8288e5c0-d7e3-4ead-954c-cc5f15a22f6b 1 ASDC deployResourceStructure
2022-07-15T08:05:26.310Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json ASDC sendASDCNotification
2022-07-15T08:05:26.310Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json
2022-07-15T08:05:26.310Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:05:26.310Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:26.313Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:26.313Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872326310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:05:26.413Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:26.413Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:05:26.413Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:26.427Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:26.427Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:27.313Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T08:05:27.313Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml
2022-07-15T08:05:27.313Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:05:27.314Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:27.315Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:27.315Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872327313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:05:27.415Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:27.416Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:05:27.416Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:27.430Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:27.431Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:28.316Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T08:05:28.316Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env
2022-07-15T08:05:28.316Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:05:28.317Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:28.319Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:28.319Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872328316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:05:28.419Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:28.420Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:05:28.420Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:28.433Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:28.433Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:29.319Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar ASDC sendASDCNotification
2022-07-15T08:05:29.320Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar
2022-07-15T08:05:29.320Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:05:29.320Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:05:29.322Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:05:29.322Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872329319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:05:29.423Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:05:29.423Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:05:29.423Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:05:29.437Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:05:29.437Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:05:30.323Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:05:30.331Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:05:30.334Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:05:30.334Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:05:30.334Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:05:30.334Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:06:00.334Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:06:00.345Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:06:00.347Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:06:00.347Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:06:00.347Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:06:00.347Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:06:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:06:00.912Z||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-15T08:06:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:06:01.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:06:01.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.564Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.564Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.566Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.566Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.567Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872300578,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872304132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872319441,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872319466,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.578Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872312001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872320638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872313497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872320888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872321653,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:06:01.599Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9360ddb3-99c8-43ad-92de-4b08e4d24320
2022-07-15T08:06:01.600Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9360ddb3-99c8-43ad-92de-4b08e4d24320 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-15T08:06:01.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872322418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872322833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "cds",
  "timestamp": 1657872323431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-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-15T08:06:01.616Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9360ddb3-99c8-43ad-92de-4b08e4d24320
2022-07-15T08:06:01.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9360ddb3-99c8-43ad-92de-4b08e4d24320 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-15T08:06:01.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872324025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872325112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872326310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/vfw2428c397fe6b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872320355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872327313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872328316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/resourceInstances/vfw2428c397fe6b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872329167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872328369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872329319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715074844/1.0/artifacts/service-Vfw20220715074844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872330172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "aai-ml",
  "timestamp": 1657872329374,
  "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-15T08:06:01.633Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9360ddb3-99c8-43ad-92de-4b08e4d24320
2022-07-15T08:06:01.633Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9360ddb3-99c8-43ad-92de-4b08e4d24320 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-15T08:06:01.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "policy-id",
  "timestamp": 1657872331176,
  "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-15T08:06:01.645Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9360ddb3-99c8-43ad-92de-4b08e4d24320
2022-07-15T08:06:01.645Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9360ddb3-99c8-43ad-92de-4b08e4d24320 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-15T08:06:01.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:06:01.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872327095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:06:01.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:06:01.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872344247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:06:01.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872345268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:06:01.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:06:01.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:06:01.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "clamp",
  "timestamp": 1657872346274,
  "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-15T08:06:01.663Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9360ddb3-99c8-43ad-92de-4b08e4d24320
2022-07-15T08:06:01.663Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9360ddb3-99c8-43ad-92de-4b08e4d24320 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-15T08:06:30.349Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:06:30.359Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:06:30.361Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:06:30.361Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:06:30.361Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:06:30.361Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:07:00.361Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:07:00.375Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:07:00.377Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:07:00.377Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:07:00.377Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:07:00.377Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:07:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:07:00.912Z||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-15T08:07:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:07:10.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:07:30.377Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:07:30.387Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:07:30.389Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:07:30.389Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:07:30.390Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:07:30.390Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:08:00.390Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:08:00.400Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:08:00.402Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:08:00.402Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:08:00.402Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:08:00.402Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:08:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:08:00.911Z||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-15T08:08:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:08:10.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:08:30.403Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:08:30.416Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:08:30.419Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:08:30.419Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:08:30.419Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:08:30.419Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:09:00.419Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:09:00.430Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:09:00.431Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:09:00.431Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:09:00.431Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:09:00.432Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:09:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:09:00.911Z||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-15T08:09:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:09:09.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:09:09.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:09:09.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:09:09.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:09:30.432Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:09:30.445Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:09:30.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:09:30.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:09:30.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:09:30.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:10:00.447Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:10:00.459Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e
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-15T08:10:00.460Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:10:00.461Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:10:00.461Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:10:00.461Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:10:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:10:00.911Z||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-15T08:10:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:00.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:00.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:10:00.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:00.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:10:30.461Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:10:30.462Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e 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-15T08:10:30.475Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3018c2f-6ddd-4606-b82a-b0f5adb5d87e and serviceModelVersionId: 7759ad19-6f41-49f1-8b3b-ccee48e353c6
2022-07-15T08:10:30.476Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 188cbfc2-23f4-467b-a037-4efa79aea336
2022-07-15T08:10:30.476Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/188cbfc2-23f4-467b-a037-4efa79aea336/model-vers/model-ver/7759ad19-6f41-49f1-8b3b-ccee48e353c6?depth=0
2022-07-15T08:10:30.480Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:10:30.517Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/188cbfc2-23f4-467b-a037-4efa79aea336/model-vers/model-ver/7759ad19-6f41-49f1-8b3b-ccee48e353c6?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-15T08:10:30.518Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/188cbfc2-23f4-467b-a037-4efa79aea336/model-vers/model-ver/7759ad19-6f41-49f1-8b3b-ccee48e353c6?depth=0|INFO|500||Invoke
2022-07-15T08:10:30.555Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/188cbfc2-23f4-467b-a037-4efa79aea336/model-vers/model-ver/7759ad19-6f41-49f1-8b3b-ccee48e353c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:10:30.848Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/188cbfc2-23f4-467b-a037-4efa79aea336/model-vers/model-ver/7759ad19-6f41-49f1-8b3b-ccee48e353c6?depth=0|INFO|500||InvokeReturn
2022-07-15T08:10:30.848Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/188cbfc2-23f4-467b-a037-4efa79aea336/model-vers/model-ver/7759ad19-6f41-49f1-8b3b-ccee48e353c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:10:30:454-56575], vertex-id=[516336], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:10:30 GMT], Content-Type=[application/json]}
2022-07-15T08:10:30.848Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:10:30.849Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:10:30.849Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:10:30.853Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:10:30.854Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3018c2f-6ddd-4606-b82a-b0f5adb5d87e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:10:30.854Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:10:30.854Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:30.856Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:30.856Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872630854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:10:30.956Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:30.957Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:30.957Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:30.972Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:30.972Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:10:31.868Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:10:31.868Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fc258de-09cf-451c-ad56-2a2dd0ead267","serviceName":"Demo_pNF_SyjWfpUFUaHxwdd83I7G","serviceVersion":"1.0","serviceUUID":"db840170-c1a2-47e3-a063-7fa01d13a1a6","serviceDescription":"catalog service description","serviceInvariantUUID":"eb772e47-c070-451c-a9cf-28e5aa7355b4","resources":[{"resourceInstanceName":"pNF 03c2918e-2845 0","resourceName":"pNF 03c2918e-2845","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"db7b111d-c2ab-4e00-ad2d-a20702a09b14","resourceInvariantUUID":"fc4c4ae0-3ff5-40a9-affd-0b7de1510448","resourceCustomizationUUID":"5f7384c7-6af4-46a9-8edc-2b49757a5b3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml","artifactChecksum":"ODI0ZjBlNDI0NzUwYTQ4ODE0NzQ5YmQxZmZhYmQ1NWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07f755e6-211b-4f32-ae9b-9ddd3d5a01cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar","artifactChecksum":"NzVjYzIyNzg1ZjkzNjZkNTI1MmFlOTYzYzZhMWNjZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0bfa7a0-52b0-40d3-b0fe-7880d78c565c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbc3fbdb-73dc-4dc9-b1ad-ae588f50482f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml","artifactChecksum":"OGM2NTdjYjg4ZmQyMTJmYzYwMzY2NmJhYmFkZjQwYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e37698f7-6dce-4609-a15a-7c189f0ec133","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0df5b70-a148-4152-a2d1-7c7fb1188a12","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"356f9beb-deff-413a-875d-c2a5a253daa0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml","artifactChecksum":"ZjhlMWU3MDM0MTNmYzhkODA2YjI5MDAyMTI3NjY1ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"17a7e3d3-a6e6-44db-8f37-f3e04dc4fd7e","artifactVersion":"1"},{"artifactName":"service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar","artifactChecksum":"YWExMTI2NWM0ZDBmNWQzY2NmY2U0ZTY2NWE4ODI4M2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"501b4768-9dbf-474b-baab-70ccd29c0f13","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:10:31.869Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:31.869Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:31.870Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:31.871Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:31.971Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:31.971Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:31.971Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:31.992Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:31.992Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:32.871Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:32.872Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:32.873Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:32.873Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:32.973Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:32.974Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:32.974Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:32.986Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:32.986Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:33.873Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:33.874Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:33.876Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:33.876Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:33.977Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:10:33.978Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:33.978Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:33.990Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:33.990Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:34.877Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:34.877Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:34.879Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:34.880Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:34.980Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:34.981Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:34.981Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:34.994Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:34.994Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:35.880Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:35.881Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:35.883Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:35.883Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:35.983Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:35.984Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:35.984Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:35.998Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:35.998Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:36.884Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:36.884Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:36.886Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:36.886Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:36.986Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:36.987Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:36.987Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:36.999Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:37.000Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:10:37.887Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:37.887Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:37.889Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:37.889Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:10:37.990Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:37.991Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:37.991Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:38.006Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:38.007Z||pool-154-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:38.890Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:10:38.890Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:38.892Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:38.892Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:10:38.992Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:38.993Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:38.993Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:39.023Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:39.023Z||pool-155-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:39.893Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "serviceName": "Demo_pNF_SyjWfpUFUaHxwdd83I7G",
  "serviceVersion": "1.0",
  "serviceUUID": "db840170-c1a2-47e3-a063-7fa01d13a1a6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eb772e47-c070-451c-a9cf-28e5aa7355b4",
  "resources": [
    {
      "resourceInstanceName": "pNF 03c2918e-2845 0",
      "resourceCustomizationUUID": "5f7384c7-6af4-46a9-8edc-2b49757a5b3d",
      "resourceName": "pNF 03c2918e-2845",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "db7b111d-c2ab-4e00-ad2d-a20702a09b14",
      "resourceInvariantUUID": "fc4c4ae0-3ff5-40a9-affd-0b7de1510448",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
      "artifactChecksum": "YWExMTI2NWM0ZDBmNWQzY2NmY2U0ZTY2NWE4ODI4M2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "501b4768-9dbf-474b-baab-70ccd29c0f13"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:10:39.893Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:10:39.893Z|e3018c2f-6ddd-4606-b82a-b0f5adb5d87e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 db840170-c1a2-47e3-a063-7fa01d13a1a6 ASDC
2022-07-15T08:10:39.894Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4fc258de-09cf-451c-ad56-2a2dd0ead267
ServiceName:Demo_pNF_SyjWfpUFUaHxwdd83I7G
ServiceVersion:1.0
ServiceUUID:db840170-c1a2-47e3-a063-7fa01d13a1a6
ServiceInvariantUUID:eb772e47-c070-451c-a9cf-28e5aa7355b4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
ArtifactUUID:501b4768-9dbf-474b-baab-70ccd29c0f13
ArtifactChecksum:YWExMTI2NWM0ZDBmNWQzY2NmY2U0ZTY2NWE4ODI4M2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 03c2918e-2845 0
ResourceCustomizationUUID:5f7384c7-6af4-46a9-8edc-2b49757a5b3d
ResourceInvariantUUID:fc4c4ae0-3ff5-40a9-affd-0b7de1510448
ResourceName:pNF 03c2918e-2845
ResourceType:PNF
ResourceUUID:db7b111d-c2ab-4e00-ad2d-a20702a09b14
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-15T08:10:39.894Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db840170-c1a2-47e3-a063-7fa01d13a1a6 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-15T08:10:39.916Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:10:39.917Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:10:39.917Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:10:39.917Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 501b4768-9dbf-474b-baab-70ccd29c0f13 from URL: /sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:39.917Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:10:39.917Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:40.328Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:10:40.333Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar 501b4768-9dbf-474b-baab-70ccd29c0f13 86693
2022-07-15T08:10:40.334Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar ASDC sendASDCNotification
2022-07-15T08:10:40.334Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:40.334Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:10:40.334Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:40.336Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:40.336Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872640334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:10:40.436Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:40.437Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:40.437Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:40.451Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:40.452Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:41.337Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:10:41.337Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:10:41.338Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 501b4768-9dbf-474b-baab-70ccd29c0f13, URL: /sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar to file: /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:41.338Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:41.338Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:41.339Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:41.433Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15917451727129275830/Definitions/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml
2022-07-15T08:10:42.219Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:10:42.219Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:10:42.219Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.219Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-15T08:10:42.219Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.219Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 03c2918e-2845 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-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.220Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.220Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.220Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.220Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.220Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.220Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:10:42.221Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.221Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.221Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Node template pNF 03c2918e-2845 0 is matching search criteria
2022-07-15T08:10:42.222Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:10:42.222Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 03c2918e-2845 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:10:42.222Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.222Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.223Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Node template pNF 03c2918e-2845 0 is matching search criteria
2022-07-15T08:10:42.223Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:10:42.223Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 03c2918e-2845 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:10:42.223Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.224Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.224Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.224Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.224Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.225Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.225Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.225Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.225Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.225Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.226Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SyjWfpUFUaHxwdd83I7G
Description:catalog service description
Model UUID:db840170-c1a2-47e3-a063-7fa01d13a1a6
Model Version:NULL
Model InvariantUuid:eb772e47-c070-451c-a9cf-28e5aa7355b4
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-15T08:10:42.233Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: db7b111d-c2ab-4e00-ad2d-a20702a09b14
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-15T08:10:42.235Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||pNF 03c2918e-2845 0
2022-07-15T08:10:42.236Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: db7b111d-c2ab-4e00-ad2d-a20702a09b14
2022-07-15T08:10:42.236Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||No resources found for Service: db840170-c1a2-47e3-a063-7fa01d13a1a6
2022-07-15T08:10:42.236Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: db840170-c1a2-47e3-a063-7fa01d13a1a6
2022-07-15T08:10:42.236Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 03c2918e-2845 0 db7b111d-c2ab-4e00-ad2d-a20702a09b14 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-15T08:10:42.240Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e2e31fd, org.onap.sdc.toscaparser.api.parameters.Input@8c8f684, org.onap.sdc.toscaparser.api.parameters.Input@3a3c06b, org.onap.sdc.toscaparser.api.parameters.Input@5c5b8830, org.onap.sdc.toscaparser.api.parameters.Input@4365eb9f]
2022-07-15T08:10:42.240Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.241Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.241Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid db840170-c1a2-47e3-a063-7fa01d13a1a6: pNF 03c2918e-2845
2022-07-15T08:10:42.241Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Processing PNF resource: db7b111d-c2ab-4e00-ad2d-a20702a09b14
2022-07-15T08:10:42.241Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:10:42.241Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_SyjWfpUFUaHxwdd83I7G is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:10:42.241Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5f7384c7-6af4-46a9-8edc-2b49757a5b3d is the same as notified resource customizationUUID: 5f7384c7-6af4-46a9-8edc-2b49757a5b3d
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-15T08:10:42.271Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 03c2918e-2845 db7b111d-c2ab-4e00-ad2d-a20702a09b14 0 ASDC deployResourceStructure
2022-07-15T08:10:42.271Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar ASDC sendASDCNotification
2022-07-15T08:10:42.271Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar
2022-07-15T08:10:42.271Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:10:42.272Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:10:42.273Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:10:42.274Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872642271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:10:42.374Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:10:42.374Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:10:42.374Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:10:42.387Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:10:42.388Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:10:43.274Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:10:43.283Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:10:43.285Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:10:43.285Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:10:43.285Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:10:43.285Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:11:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:11:00.912Z||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-15T08:11:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:11:00.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:11:00.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:11:00.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:11:00.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:11:13.287Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:11:13.297Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:11:13.299Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:11:13.299Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:11:13.299Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:11:13.299Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:11:43.300Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:11:43.315Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:11:43.317Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:11:43.317Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:11:43.318Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:11:43.318Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:12:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:12:00.913Z||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-15T08:12:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:12:00.945Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:12:00.947Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.949Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.949Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872540576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872540355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872544132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872555697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872557379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872558386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:12:00.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872556769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "policy-id",
  "timestamp": 1657872559391,
  "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-15T08:12:00.978Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
2022-07-15T08:12:00.978Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f 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-15T08:12:00.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872557832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:00.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:00.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:00.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872552001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:12:00.989Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:00.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872558861,
  "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-15T08:12:00.993Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
2022-07-15T08:12:00.993Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f 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-15T08:12:00.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:00.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872553497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872559871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872559867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872561294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "cds",
  "timestamp": 1657872562302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-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-15T08:12:01.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
2022-07-15T08:12:01.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f 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-15T08:12:01.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872567096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:12:01.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:12:01.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872575802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:12:01.015Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:01.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "aai-ml",
  "timestamp": 1657872576806,
  "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-15T08:12:01.020Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
2022-07-15T08:12:01.020Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f 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-15T08:12:01.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872585695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872587300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:12:01.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "clamp",
  "timestamp": 1657872588306,
  "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-15T08:12:01.039Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
2022-07-15T08:12:01.039Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f 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-15T08:12:13.318Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:12:13.329Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:12:13.331Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:12:13.331Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:12:13.331Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:12:13.331Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:12:43.332Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:12:43.343Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:12:43.344Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:12:43.345Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:12:43.345Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:12:43.345Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:13:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:13:00.912Z||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-15T08:13:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:13:01.442Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:13:01.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e3018c2f-6ddd-4606-b82a-b0f5adb5d87e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872630854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/resourceInstances/pnf03c2918e28450/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872640334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:13:01.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872642271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSyjwfpufuahxwdd83i7g/1.0/artifacts/service-DemoPnfSyjwfpufuahxwdd83i7g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:13:01.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:13:13.345Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:13:13.354Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:13:13.356Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:13:13.356Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:13:13.356Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:13:13.356Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:13:43.357Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:13:43.368Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:13:43.371Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:13:43.371Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:13:43.371Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:13:43.371Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:14:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:14:00.912Z||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-15T08:14:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:14:01.055Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:14:01.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872822001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872823498,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872824132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872839583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872840115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:14:01.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872840286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:14:01.064Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:14:13.371Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:14:13.381Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:14:13.383Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:14:13.383Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:14:13.383Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:14:13.383Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:14:43.383Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:14:43.394Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:14:43.396Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:14:43.396Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:14:43.396Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:14:43.396Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:15:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:15:00.911Z||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-15T08:15:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:00.940Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:00.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:15:00.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:00.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:15:13.397Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:15:13.407Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267
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-15T08:15:13.409Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:15:13.409Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:15:13.409Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:15:13.409Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:15:43.409Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:15:43.410Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267 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-15T08:15:43.416Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fc258de-09cf-451c-ad56-2a2dd0ead267 and serviceModelVersionId: db840170-c1a2-47e3-a063-7fa01d13a1a6
2022-07-15T08:15:43.416Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb772e47-c070-451c-a9cf-28e5aa7355b4
2022-07-15T08:15:43.417Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb772e47-c070-451c-a9cf-28e5aa7355b4/model-vers/model-ver/db840170-c1a2-47e3-a063-7fa01d13a1a6?depth=0
2022-07-15T08:15:43.425Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:15:43.480Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb772e47-c070-451c-a9cf-28e5aa7355b4/model-vers/model-ver/db840170-c1a2-47e3-a063-7fa01d13a1a6?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-15T08:15:43.487Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb772e47-c070-451c-a9cf-28e5aa7355b4/model-vers/model-ver/db840170-c1a2-47e3-a063-7fa01d13a1a6?depth=0|INFO|500||Invoke
2022-07-15T08:15:43.520Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb772e47-c070-451c-a9cf-28e5aa7355b4/model-vers/model-ver/db840170-c1a2-47e3-a063-7fa01d13a1a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:15:43.791Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb772e47-c070-451c-a9cf-28e5aa7355b4/model-vers/model-ver/db840170-c1a2-47e3-a063-7fa01d13a1a6?depth=0|INFO|500||InvokeReturn
2022-07-15T08:15:43.792Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb772e47-c070-451c-a9cf-28e5aa7355b4/model-vers/model-ver/db840170-c1a2-47e3-a063-7fa01d13a1a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:15:43:416-34345], vertex-id=[266392], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:15:43 GMT], Content-Type=[application/json]}
2022-07-15T08:15:43.794Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:15:43.795Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:15:43.795Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:15:43.799Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:15:43.800Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fc258de-09cf-451c-ad56-2a2dd0ead267 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:15:43.801Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:15:43.801Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:43.804Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:43.805Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872943800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:15:43.905Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:43.905Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:43.905Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:43.920Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:43.920Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:15:44.816Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:15:44.817Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dffebac7-b1a5-4d55-a49b-b1cd0201cbbb","serviceName":"Demo_pNF_eoVRAxPOUj5GQGIssfmy","serviceVersion":"1.0","serviceUUID":"c040a1d7-a3e3-4f7e-87b6-9504936c5246","serviceDescription":"catalog service description","serviceInvariantUUID":"a5be05bb-abcb-49fd-a854-866fbf01e2aa","resources":[{"resourceInstanceName":"pNF 063059cd-8df1 0","resourceName":"pNF 063059cd-8df1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"db6e7de8-a634-4998-8dcc-60179de28765","resourceInvariantUUID":"c92b87e9-8524-4a17-8252-dca7296fcd7a","resourceCustomizationUUID":"3277ba60-711e-40bd-8edf-3355e49ad058","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml","artifactChecksum":"NzgxZmVlMGJjNmFlZTkxN2JjN2Q0ZjVhNWVhNGFhZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82f5856e-c216-41bb-9a53-b71116c4931b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar","artifactChecksum":"NzVjYzIyNzg1ZjkzNjZkNTI1MmFlOTYzYzZhMWNjZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f0daae38-01d2-4abb-aa0e-c0cf38e71f2a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69500a83-9ca3-43cc-b459-36a1785b1d6f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml","artifactChecksum":"NDA1ZTc0Mzk5NzZkMDMyYWUyNjYzZjcwOGZmOGU3YzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1581a7b-afa5-4003-9942-136745cb8c56","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"56a87910-32ec-442d-8aa9-5e2aea5b452c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e6971d32-bd3f-4fb2-bbaf-f9f60ece7772","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEovraxpouj5gqgissfmy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml","artifactChecksum":"YzRjYTYzODc2N2MwMzcxYjU1NTc0YWZhYThjMmVlODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14443fde-48e7-4c78-91ac-22264ce61832","artifactVersion":"1"},{"artifactName":"service-DemoPnfEovraxpouj5gqgissfmy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar","artifactChecksum":"NDYxM2JhMjk2ZDU4Yzk4ZjdjNzNkZWEzZmI5MjhiNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ed52f8b-e4d9-4349-affa-7d425227d6bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:15:44.817Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:44.818Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:44.820Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:44.820Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:44.920Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:44.921Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:44.921Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:44.933Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:44.933Z||pool-159-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:45.821Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:45.821Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:45.823Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:45.823Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:45.924Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:15:45.925Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:45.925Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:45.936Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:45.937Z||pool-160-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:46.824Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:46.825Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:46.827Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:46.827Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:46.927Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:46.928Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:46.928Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:46.942Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:46.945Z||pool-161-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:47.827Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:47.828Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:47.830Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:47.830Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:47.930Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:47.931Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:47.931Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:47.944Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:47.944Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:48.831Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:48.831Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:48.833Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:48.833Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:48.933Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:48.934Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:48.934Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:48.946Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:48.946Z||pool-163-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:49.833Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:49.834Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:49.836Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:49.836Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:49.936Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:15:49.937Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:49.937Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:49.948Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:49.948Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:50.837Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:50.838Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:50.840Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:50.840Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:15:50.940Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:50.941Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:50.941Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:50.952Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:50.953Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:51.840Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:15:51.841Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:51.843Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:51.844Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:15:51.944Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:51.944Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:51.945Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:51.957Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:51.957Z||pool-166-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:52.845Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "serviceName": "Demo_pNF_eoVRAxPOUj5GQGIssfmy",
  "serviceVersion": "1.0",
  "serviceUUID": "c040a1d7-a3e3-4f7e-87b6-9504936c5246",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a5be05bb-abcb-49fd-a854-866fbf01e2aa",
  "resources": [
    {
      "resourceInstanceName": "pNF 063059cd-8df1 0",
      "resourceCustomizationUUID": "3277ba60-711e-40bd-8edf-3355e49ad058",
      "resourceName": "pNF 063059cd-8df1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "db6e7de8-a634-4998-8dcc-60179de28765",
      "resourceInvariantUUID": "c92b87e9-8524-4a17-8252-dca7296fcd7a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
      "artifactChecksum": "NDYxM2JhMjk2ZDU4Yzk4ZjdjNzNkZWEzZmI5MjhiNDM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ed52f8b-e4d9-4349-affa-7d425227d6bf"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:15:52.845Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:15:52.846Z|4fc258de-09cf-451c-ad56-2a2dd0ead267|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c040a1d7-a3e3-4f7e-87b6-9504936c5246 ASDC
2022-07-15T08:15:52.847Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
ServiceName:Demo_pNF_eoVRAxPOUj5GQGIssfmy
ServiceVersion:1.0
ServiceUUID:c040a1d7-a3e3-4f7e-87b6-9504936c5246
ServiceInvariantUUID:a5be05bb-abcb-49fd-a854-866fbf01e2aa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
ArtifactUUID:3ed52f8b-e4d9-4349-affa-7d425227d6bf
ArtifactChecksum:NDYxM2JhMjk2ZDU4Yzk4ZjdjNzNkZWEzZmI5MjhiNDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 063059cd-8df1 0
ResourceCustomizationUUID:3277ba60-711e-40bd-8edf-3355e49ad058
ResourceInvariantUUID:c92b87e9-8524-4a17-8252-dca7296fcd7a
ResourceName:pNF 063059cd-8df1
ResourceType:PNF
ResourceUUID:db6e7de8-a634-4998-8dcc-60179de28765
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-15T08:15:52.847Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c040a1d7-a3e3-4f7e-87b6-9504936c5246 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-15T08:15:52.876Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:15:52.877Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:15:52.877Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:15:52.877Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ed52f8b-e4d9-4349-affa-7d425227d6bf from URL: /sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:52.878Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:15:52.879Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:53.346Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:15:53.353Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar 3ed52f8b-e4d9-4349-affa-7d425227d6bf 86697
2022-07-15T08:15:53.354Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar ASDC sendASDCNotification
2022-07-15T08:15:53.354Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:53.354Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:15:53.354Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:53.356Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:53.356Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872953354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:15:53.457Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:15:53.458Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:53.458Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:53.470Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:53.471Z||pool-167-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:15:54.357Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:15:54.357Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:15:54.358Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3ed52f8b-e4d9-4349-affa-7d425227d6bf, URL: /sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar to file: /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:54.358Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:54.358Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:54.359Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:54.501Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6423711322771904062/Definitions/service-DemoPnfEovraxpouj5gqgissfmy-template.yml
2022-07-15T08:15:55.314Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:15:55.314Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:15:55.314Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.314Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 063059cd-8df1 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-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:15:55.315Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.316Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.316Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Node template pNF 063059cd-8df1 0 is matching search criteria
2022-07-15T08:15:55.316Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:15:55.316Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 063059cd-8df1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:15:55.316Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.316Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Node template pNF 063059cd-8df1 0 is matching search criteria
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 063059cd-8df1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.317Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.318Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_eoVRAxPOUj5GQGIssfmy
Description:catalog service description
Model UUID:c040a1d7-a3e3-4f7e-87b6-9504936c5246
Model Version:NULL
Model InvariantUuid:a5be05bb-abcb-49fd-a854-866fbf01e2aa
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-15T08:15:55.324Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: db6e7de8-a634-4998-8dcc-60179de28765
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-15T08:15:55.326Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||pNF 063059cd-8df1 0
2022-07-15T08:15:55.327Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: db6e7de8-a634-4998-8dcc-60179de28765
2022-07-15T08:15:55.327Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c040a1d7-a3e3-4f7e-87b6-9504936c5246
2022-07-15T08:15:55.327Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c040a1d7-a3e3-4f7e-87b6-9504936c5246
2022-07-15T08:15:55.327Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 063059cd-8df1 0 db6e7de8-a634-4998-8dcc-60179de28765 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-15T08:15:55.331Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33957e36, org.onap.sdc.toscaparser.api.parameters.Input@5e6a7aab, org.onap.sdc.toscaparser.api.parameters.Input@1967d8d2, org.onap.sdc.toscaparser.api.parameters.Input@5f151448, org.onap.sdc.toscaparser.api.parameters.Input@47e9b552]
2022-07-15T08:15:55.331Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.331Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.331Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c040a1d7-a3e3-4f7e-87b6-9504936c5246: pNF 063059cd-8df1
2022-07-15T08:15:55.331Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Processing PNF resource: db6e7de8-a634-4998-8dcc-60179de28765
2022-07-15T08:15:55.331Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:15:55.332Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_eoVRAxPOUj5GQGIssfmy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:15:55.332Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||Resource customization UUID: 3277ba60-711e-40bd-8edf-3355e49ad058 is the same as notified resource customizationUUID: 3277ba60-711e-40bd-8edf-3355e49ad058
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-15T08:15:55.363Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 063059cd-8df1 db6e7de8-a634-4998-8dcc-60179de28765 0 ASDC deployResourceStructure
2022-07-15T08:15:55.363Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar ASDC sendASDCNotification
2022-07-15T08:15:55.363Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar
2022-07-15T08:15:55.363Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:15:55.363Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:15:55.365Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:15:55.365Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872955363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:15:55.465Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:15:55.466Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:15:55.466Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:15:55.479Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:15:55.479Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:15:56.366Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:15:56.375Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:15:56.377Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:15:56.377Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:15:56.377Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:15:56.377Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:16:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:16:00.911Z||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-15T08:16:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:16:00.934Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:16:00.934Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:16:00.934Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:16:00.935Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:16:26.377Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:16:26.388Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:16:26.390Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:16:26.390Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:16:26.390Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:16:26.390Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:16:56.390Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:16:56.399Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:16:56.400Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:16:56.400Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:16:56.401Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:16:56.401Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:17:00.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:17:00.911Z||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-15T08:17:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:17:00.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:17:00.946Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.947Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "cds",
  "timestamp": 1657872841122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-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-15T08:17:00.963Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f3b7bfa-857b-4d97-b258-dd02c99670fe
2022-07-15T08:17:00.964Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3b7bfa-857b-4d97-b258-dd02c99670fe 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-15T08:17:00.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872841359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:17:00.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:17:00.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.974Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.975Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872842365,
  "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-15T08:17:00.979Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2f3b7bfa-857b-4d97-b258-dd02c99670fe
2022-07-15T08:17:00.979Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3b7bfa-857b-4d97-b258-dd02c99670fe 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-15T08:17:00.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.988Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872837095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:17:00.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872840356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:17:00.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872847287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:17:00.996Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:17:00.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:17:00.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:00.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872849351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:17:00.997Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:17:00.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:00.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "aai-ml",
  "timestamp": 1657872848291,
  "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-15T08:17:01.002Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f3b7bfa-857b-4d97-b258-dd02c99670fe
2022-07-15T08:17:01.002Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3b7bfa-857b-4d97-b258-dd02c99670fe 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-15T08:17:01.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:01.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872840576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:17:01.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:17:01.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:01.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872850336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:17:01.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:17:01.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:01.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872850358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:17:01.011Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:17:01.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:01.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872851367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:17:01.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:17:01.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:01.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "policy-id",
  "timestamp": 1657872851366,
  "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-15T08:17:01.017Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f3b7bfa-857b-4d97-b258-dd02c99670fe
2022-07-15T08:17:01.017Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3b7bfa-857b-4d97-b258-dd02c99670fe 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-15T08:17:01.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-07-15T08:17:01.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "clamp",
  "timestamp": 1657872852374,
  "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-15T08:17:01.028Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2f3b7bfa-857b-4d97-b258-dd02c99670fe
2022-07-15T08:17:01.028Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f3b7bfa-857b-4d97-b258-dd02c99670fe 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-15T08:17:26.401Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:17:26.411Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:17:26.413Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:17:26.413Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:17:26.413Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:17:26.413Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:17:56.413Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:17:56.423Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:17:56.425Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:17:56.425Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:17:56.425Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:17:56.425Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:18:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:18:00.911Z||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-15T08:18:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:18:00.937Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:18:00.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.952Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.953Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872920576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872927095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872920355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872924132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:00.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872938044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:00.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872939731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:00.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872939542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:00.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872940738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:18:00.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872939207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:00.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "policy-id",
  "timestamp": 1657872941746,
  "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-15T08:18:00.989Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
2022-07-15T08:18:00.989Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 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-15T08:18:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872940306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:00.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872941541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:00.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:00.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:00.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:00.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:00.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872942617,
  "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-15T08:18:01.004Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
2022-07-15T08:18:01.004Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 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-15T08:18:01.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "cds",
  "timestamp": 1657872943373,
  "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-15T08:18:01.017Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
2022-07-15T08:18:01.017Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 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-15T08:18:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fc258de-09cf-451c-ad56-2a2dd0ead267",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872943800,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:18:01.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872943620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:18:01.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872947353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872942750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/resourceInstances/pnf063059cd8df10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872951554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.046Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872952359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:18:01.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872928497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872952570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:18:01.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657872944132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.052Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "clamp",
  "timestamp": 1657872953364,
  "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-15T08:18:01.057Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
2022-07-15T08:18:01.058Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 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-15T08:18:01.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872952505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "policy-id",
  "timestamp": 1657872953574,
  "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-15T08:18:01.076Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
2022-07-15T08:18:01.076Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 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-15T08:18:01.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872944623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872953354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872952991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "cds",
  "timestamp": 1657872953803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-15T08:18:01.090Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
2022-07-15T08:18:01.090Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 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-15T08:18:01.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872953297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.099Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872954387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872955363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEovraxpouj5gqgissfmy/1.0/artifacts/service-DemoPnfEovraxpouj5gqgissfmy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:18:01.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872955493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:18:01.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872956536,
  "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-15T08:18:01.106Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
2022-07-15T08:18:01.107Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 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-15T08:18:01.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657872957540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:18:01.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:18:01.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:18:26.425Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:18:26.435Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:18:26.437Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:18:26.437Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:18:26.437Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:18:26.437Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:18:56.438Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:18:56.449Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:18:56.451Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:18:56.451Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:18:56.451Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:18:56.452Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:19:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:19:00.912Z||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-15T08:19:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:19:00.965Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:19:00.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872957095,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872966785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:19:00.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "aai-ml",
  "timestamp": 1657872967789,
  "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-15T08:19:00.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
2022-07-15T08:19:00.982Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 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-15T08:19:00.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872973362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:19:00.998Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:19:00.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:00.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:00.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:00.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:01.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:01.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:19:01.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:01.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872976680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:19:01.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:19:01.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872942001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:19:01.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:19:01.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "clamp",
  "timestamp": 1657872977686,
  "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-15T08:19:01.007Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
2022-07-15T08:19:01.007Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 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-15T08:19:01.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872976929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:19:01.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:19:01.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872989375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:19:01.016Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:19:01.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:19:01.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "aai-ml",
  "timestamp": 1657872990379,
  "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-15T08:19:01.020Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
2022-07-15T08:19:01.020Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 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-15T08:19:26.452Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:19:26.462Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:19:26.464Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:19:26.464Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:19:26.464Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:19:26.464Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:19:56.464Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:19:56.482Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:19:56.483Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:19:56.484Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:19:56.484Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:19:56.484Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:20:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:20:00.913Z||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-15T08:20:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:20:01.442Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:20:01.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873020576,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:20:01.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873024132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873020355,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873038180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:20:01.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873039220,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:20:01.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873039198,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:20:01.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873040225,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:20:01.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873040201,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:20:01.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 38909862-de87-4b10-9f9b-ea1b4d002eb2
2022-07-15T08:20:01.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38909862-de87-4b10-9f9b-ea1b4d002eb2 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-15T08:20:01.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "policy-id",
  "timestamp": 1657873041229,
  "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-15T08:20:01.500Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38909862-de87-4b10-9f9b-ea1b4d002eb2
2022-07-15T08:20:01.500Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38909862-de87-4b10-9f9b-ea1b4d002eb2 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-15T08:20:01.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873032001,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:20:01.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873033497,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:20:01.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873041778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:20:01.509Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873043390,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:20:01.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "cds",
  "timestamp": 1657873044711,
  "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=?
2022-07-15T08:20:01.514Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38909862-de87-4b10-9f9b-ea1b4d002eb2
2022-07-15T08:20:01.514Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38909862-de87-4b10-9f9b-ea1b4d002eb2 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-15T08:20:01.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873049360,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:20:01.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "aai-ml",
  "timestamp": 1657873050383,
  "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-15T08:20:01.527Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38909862-de87-4b10-9f9b-ea1b4d002eb2
2022-07-15T08:20:01.527Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38909862-de87-4b10-9f9b-ea1b4d002eb2 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-15T08:20:01.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.535Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:01.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873047095,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:20:01.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:20:01.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873067379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:20:01.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873069391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:20:01.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:20:01.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:20:01.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "clamp",
  "timestamp": 1657873070398,
  "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-15T08:20:01.542Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 38909862-de87-4b10-9f9b-ea1b4d002eb2
2022-07-15T08:20:01.543Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38909862-de87-4b10-9f9b-ea1b4d002eb2 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-15T08:20:26.484Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:20:26.495Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb
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-15T08:20:26.496Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:20:26.496Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:20:26.497Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:20:26.497Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:20:56.497Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:20:56.497Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb 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-15T08:20:56.502Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dffebac7-b1a5-4d55-a49b-b1cd0201cbbb and serviceModelVersionId: c040a1d7-a3e3-4f7e-87b6-9504936c5246
2022-07-15T08:20:56.502Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5be05bb-abcb-49fd-a854-866fbf01e2aa
2022-07-15T08:20:56.504Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0
2022-07-15T08:20:56.513Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:20:56.565Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0|INFO|500||Invoke
2022-07-15T08:20:56.566Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dffebac7-b1a5-4d55-a49b-b1cd0201cbbb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9746cb45-4552-4b4f-be28-2f34d3969ca4], X-ECOMP-RequestID=[dffebac7-b1a5-4d55-a49b-b1cd0201cbbb], X-TransactionId=[], X-ONAP-RequestID=[dffebac7-b1a5-4d55-a49b-b1cd0201cbbb], Content-Type=[application/merge-patch+json]}
2022-07-15T08:20:56.591Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:20:56.704Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?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/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220715-08:20:56:485-92845], vertex-id=[528624], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:20:56 GMT], Content-Type=[application/json]}
2022-07-15T08:20:56.705Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:20:56.706Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5be05bb-abcb-49fd-a854-866fbf01e2aa/model-vers/model-ver/c040a1d7-a3e3-4f7e-87b6-9504936c5246?depth=0|INFO|500||InvokeReturn
2022-07-15T08:20:56.706Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:20:56.706Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:20:56.711Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:20:56.711Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dffebac7-b1a5-4d55-a49b-b1cd0201cbbb and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:20:56.711Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:20:56.712Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:20:56.715Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:20:56.715Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873256711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:20:56.815Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:20:56.816Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:20:56.816Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:20:56.836Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:20:56.837Z||pool-169-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:20:57.729Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:20:57.729Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"7e6de782-bc80-4ed9-85e9-f3956b3b28c2","serviceName":"vFW 2022-07-15 07-57-43","serviceVersion":"1.0","serviceUUID":"6c4ad2b1-d734-4271-b089-fb26fd0f75e7","serviceDescription":"catalog service description","serviceInvariantUUID":"ed4bf75b-94e8-41de-834d-74f9e55f1af3","resources":[{"resourceInstanceName":"vFW fe473274-1279 0","resourceName":"vFW fe473274-1279","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ec98c34-2aee-4752-8998-c23d0589b5cf","resourceInvariantUUID":"0f565e42-836c-44ca-b964-4d68cea97a50","resourceCustomizationUUID":"9df70c26-b65c-4ffb-a153-eccae1b221ae","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml","artifactChecksum":"OTkzMmEyYWE4MjJkOWJhODMzY2E1NzQ5ZmMyODdmMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd4d699c-4a9e-4442-a1fc-4692b9c17c02","artifactVersion":"1"},{"artifactName":"vfwfe47327412790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json","artifactChecksum":"YWNiMjQzYTcyNjc2N2M0ZDU3OWU4NmU4MzJjYWU5YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1851cf01-bc91-4c2b-bf95-3989fe7834a8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml","artifactChecksum":"MTE1NTUzNWU0MDFjMTE1MDgxYWNmZGE5NDgyMGUyOGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"883a9137-6bc8-4fd1-b335-fbc1974959b8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a7723084-f759-4e9e-8aab-25a53bb12c1e","artifactVersion":"2","generatedFromUUID":"e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715075743-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml","artifactChecksum":"NThlNzA2MWY4YjM4MzUwYjQxZDI3NGJjNzA1MjY0ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96fe2505-59fc-4884-9ea2-a1a68c630624","artifactVersion":"1"},{"artifactName":"service-Vfw20220715075743-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar","artifactChecksum":"NGUxMDdkZmI0OTVjM2M3MzBhYWEyYzU1ZmUxODA2NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8b28692-7821-498c-9ce4-d543ff9b4515","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:20:57.730Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:20:57.730Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:20:57.732Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:20:57.732Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:20:57.832Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:20:57.833Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:20:57.833Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:20:57.845Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:20:57.846Z||pool-170-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:20:58.733Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:20:58.733Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:20:58.735Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:20:58.735Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:20:58.835Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:20:58.836Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:20:58.837Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:20:58.852Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:20:58.852Z||pool-171-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:20:59.736Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:20:59.736Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:20:59.738Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:20:59.738Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:20:59.838Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:20:59.839Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:20:59.839Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:20:59.851Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:20:59.851Z||pool-172-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:00.739Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:21:00.739Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:00.741Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:00.741Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:00.841Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:00.841Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:00.842Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:00.853Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:00.854Z||pool-173-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:21:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:21:00.911Z||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-15T08:21:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:01.071Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:01.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873228497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873244134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:01.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "cds",
  "timestamp": 1657873245140,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-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-15T08:21:01.108Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 905fc4aa-9008-4989-a2d6-886ae04b2708
2022-07-15T08:21:01.109Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 905fc4aa-9008-4989-a2d6-886ae04b2708 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-15T08:21:01.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873240355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873248294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873240576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873249300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873248465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873242001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "policy-id",
  "timestamp": 1657873250304,
  "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-15T08:21:01.126Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 905fc4aa-9008-4989-a2d6-886ae04b2708
2022-07-15T08:21:01.126Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 905fc4aa-9008-4989-a2d6-886ae04b2708 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-15T08:21:01.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873249921,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:01.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873249801,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873244132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873250869,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873251908,
  "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-15T08:21:01.138Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 905fc4aa-9008-4989-a2d6-886ae04b2708
2022-07-15T08:21:01.138Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 905fc4aa-9008-4989-a2d6-886ae04b2708 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-15T08:21:01.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873252912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dffebac7-b1a5-4d55-a49b-b1cd0201cbbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873256711,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vfw224cb292d1480_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:01.146Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:21:01.741Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:21:01.742Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:01.744Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:01.744Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:21:01.844Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:01.845Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:01.845Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:01.858Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:01.858Z||pool-174-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:21:02.744Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:21:02.745Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:02.747Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:02.747Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:21:02.847Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:02.848Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:02.848Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:02.869Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:02.869Z||pool-175-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:03.747Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:21:03.748Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:03.750Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:03.750Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:21:03.850Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:03.851Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:03.851Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:03.863Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:03.864Z||pool-176-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:04.751Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "serviceName": "vFW 2022-07-15 07-57-43",
  "serviceVersion": "1.0",
  "serviceUUID": "6c4ad2b1-d734-4271-b089-fb26fd0f75e7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ed4bf75b-94e8-41de-834d-74f9e55f1af3",
  "resources": [
    {
      "resourceInstanceName": "vFW fe473274-1279 0",
      "resourceCustomizationUUID": "9df70c26-b65c-4ffb-a153-eccae1b221ae",
      "resourceName": "vFW fe473274-1279",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2ec98c34-2aee-4752-8998-c23d0589b5cf",
      "resourceInvariantUUID": "0f565e42-836c-44ca-b964-4d68cea97a50",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfe47327412790_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
          "artifactChecksum": "YWNiMjQzYTcyNjc2N2M0ZDU3OWU4NmU4MzJjYWU5YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1851cf01-bc91-4c2b-bf95-3989fe7834a8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a7723084-f759-4e9e-8aab-25a53bb12c1e",
            "generatedFromUUID": "e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a7723084-f759-4e9e-8aab-25a53bb12c1e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715075743-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
      "artifactChecksum": "NGUxMDdkZmI0OTVjM2M3MzBhYWEyYzU1ZmUxODA2NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8b28692-7821-498c-9ce4-d543ff9b4515"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:21:04.751Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:21:04.752Z|dffebac7-b1a5-4d55-a49b-b1cd0201cbbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6c4ad2b1-d734-4271-b089-fb26fd0f75e7 ASDC
2022-07-15T08:21:04.753Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:7e6de782-bc80-4ed9-85e9-f3956b3b28c2
ServiceName:vFW 2022-07-15 07-57-43
ServiceVersion:1.0
ServiceUUID:6c4ad2b1-d734-4271-b089-fb26fd0f75e7
ServiceInvariantUUID:ed4bf75b-94e8-41de-834d-74f9e55f1af3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715075743-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar
ArtifactUUID:e8b28692-7821-498c-9ce4-d543ff9b4515
ArtifactChecksum:NGUxMDdkZmI0OTVjM2M3MzBhYWEyYzU1ZmUxODA2NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fe473274-1279 0
ResourceCustomizationUUID:9df70c26-b65c-4ffb-a153-eccae1b221ae
ResourceInvariantUUID:0f565e42-836c-44ca-b964-4d68cea97a50
ResourceName:vFW fe473274-1279
ResourceType:VF
ResourceUUID:2ec98c34-2aee-4752-8998-c23d0589b5cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfe47327412790_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json
ArtifactUUID:1851cf01-bc91-4c2b-bf95-3989fe7834a8
ArtifactChecksum:YWNiMjQzYTcyNjc2N2M0ZDU3OWU4NmU4MzJjYWU5YTU=
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/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml
ArtifactUUID:e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9
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/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env
ArtifactUUID:a7723084-f759-4e9e-8aab-25a53bb12c1e
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/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env
ArtifactUUID:a7723084-f759-4e9e-8aab-25a53bb12c1e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T08:21:04.753Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c4ad2b1-d734-4271-b089-fb26fd0f75e7 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-15T08:21:04.800Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:21:04.801Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:21:04.801Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:21:04.801Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8b28692-7821-498c-9ce4-d543ff9b4515 from URL: /sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:04.802Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:21:04.802Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:05.174Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:21:05.178Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar e8b28692-7821-498c-9ce4-d543ff9b4515 103095
2022-07-15T08:21:05.179Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar ASDC sendASDCNotification
2022-07-15T08:21:05.179Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:05.179Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:21:05.179Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:05.185Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:05.185Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873265179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:05.282Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-15T08:21:05.282Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:05.283Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:05.294Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:05.295Z||pool-177-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:06.185Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:21:06.186Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:21:06.186Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e8b28692-7821-498c-9ce4-d543ff9b4515, URL: /sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar to file: /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:06.187Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715075743-csar.csar
2022-07-15T08:21:06.187Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:06.187Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:06.399Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2173046854763414800/Definitions/service-Vfw20220715075743-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-07-15T08:21:08.452Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||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-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||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-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||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-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.453Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||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-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fe473274-1279 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-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||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-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.454Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:08.455Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:21:08.455Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:21:08.455Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.455Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.455Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:08.455Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:08.456Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:21:08.457Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.458Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:21:08.459Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.459Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:08.459Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:08.459Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.459Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:08.459Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T08:21:08.460Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.461Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=61971cbc-ab54-442e-9954-b77b38e5cdbb
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:21:08.462Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e3fb9c0-bce8-4595-b46c-8b610d942f45
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:08.463Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:21:08.464Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01928fea-c82c-4d69-8824-46008070a863
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.465Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.466Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.466Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.466Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:08.466Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:08.466Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 07-57-43
Description:catalog service description
Model UUID:6c4ad2b1-d734-4271-b089-fb26fd0f75e7
Model Version:NULL
Model InvariantUuid:ed4bf75b-94e8-41de-834d-74f9e55f1af3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fe473274-1279
Model UUID:9570b6f1-f3b1-446b-b597-dbc339aaf8de
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f565e42-836c-44ca-b964-4d68cea97a50
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9df70c26-b65c-4ffb-a153-eccae1b221ae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29f2ba20-6ea0-48d8-85c8-f5497543b296
ModelName:VfwFe4732741279..base_vfw..module-0
ModelUuid:1a6b5440-f65c-4b0f-b772-755a063b1e96
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:61971cbc-ab54-442e-9954-b77b38e5cdbb
ModelInvariantUuid:d006da32-32f3-424a-b315-482607f11c3f
ModelName:vFW fe473274-1279-nodes.vfwCvfc
ModelUuid:9e923a54-1c43-4649-8d9a-ca43c74ef81f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:cdac94bc-6c21-4670-853d-60912a47c50f
ModelInvariantUuid:b2d1c4e5-ede2-4592-9a95-c6cb2a72b26b
ModelName:VfwFe4732741279.compute.nodes.heat.vfw
ModelUuid:4cc0dd49-9c18-4aec-afdd-1372a995a77f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4e3fb9c0-bce8-4595-b46c-8b610d942f45
ModelInvariantUuid:58fea1ac-3bfa-4686-977d-2485963a140e
ModelName:vFW fe473274-1279-nodes.vsnCvfc
ModelUuid:e99ce565-8fcb-42b3-ac97-16dd70987d94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:28edccaf-459a-45a0-b890-ac106d26c7d1
ModelInvariantUuid:5e6babe8-e78d-40e3-b334-7a539eb64742
ModelName:VfwFe4732741279.compute.nodes.heat.vsn
ModelUuid:12eea9d8-248c-49d1-804e-70fecfb38eed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:01928fea-c82c-4d69-8824-46008070a863
ModelInvariantUuid:51264ad9-bda9-44f4-9414-a43700b09c0c
ModelName:vFW fe473274-1279-nodes.vpgCvfc
ModelUuid:0b47bede-f4b8-4575-ab7b-120ab5d05fba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:914579cc-5b51-40b9-871c-0d7179d0a8d5
ModelInvariantUuid:24201aa3-fe42-43b8-80a2-d3bd093ee9aa
ModelName:VfwFe4732741279.compute.nodes.heat.vpg
ModelUuid:4457d693-5119-4eda-a63f-11c85249127f
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-15T08:21:08.473Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ec98c34-2aee-4752-8998-c23d0589b5cf
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-15T08:21:08.475Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||vFW fe473274-1279 0
2022-07-15T08:21:08.475Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ec98c34-2aee-4752-8998-c23d0589b5cf
2022-07-15T08:21:08.475Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1851cf01-bc91-4c2b-bf95-3989fe7834a8 from URL: /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json
2022-07-15T08:21:08.476Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:21:08.476Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json
2022-07-15T08:21:08.621Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:21:08.622Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json 1851cf01-bc91-4c2b-bf95-3989fe7834a8 785
2022-07-15T08:21:08.623Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json ASDC sendASDCNotification
2022-07-15T08:21:08.623Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json
2022-07-15T08:21:08.623Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:21:08.623Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:08.625Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:08.625Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873268623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:08.725Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:21:08.726Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:08.726Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:08.737Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:08.737Z||pool-178-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:09.626Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFe4732741279..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29f2ba20-6ea0-48d8-85c8-f5497543b296",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a6b5440-f65c-4b0f-b772-755a063b1e96",
    "vfModuleModelCustomizationUUID": "2830153c-5e52-4205-acc5-5116cbacc2ae",
    "isBase": true,
    "artifacts": [
      "e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9",
      "a7723084-f759-4e9e-8aab-25a53bb12c1e"
    ],
    "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-15T08:21:09.630Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFe4732741279..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a6b5440-f65c-4b0f-b772-755a063b1e96
VfModuleModelInvariantUUID:29f2ba20-6ea0-48d8-85c8-f5497543b296
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9
,
a7723084-f759-4e9e-8aab-25a53bb12c1e

}
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-15T08:21:09.632Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFe4732741279..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "29f2ba20-6ea0-48d8-85c8-f5497543b296",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1a6b5440-f65c-4b0f-b772-755a063b1e96",
    "vfModuleModelCustomizationUUID": "2830153c-5e52-4205-acc5-5116cbacc2ae",
    "isBase": true,
    "artifacts": [
      "e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9",
      "a7723084-f759-4e9e-8aab-25a53bb12c1e"
    ],
    "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-15T08:21:09.632Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFe4732741279..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1a6b5440-f65c-4b0f-b772-755a063b1e96
VfModuleModelInvariantUUID:29f2ba20-6ea0-48d8-85c8-f5497543b296
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9
,
a7723084-f759-4e9e-8aab-25a53bb12c1e

}
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-15T08:21:09.632Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9 from URL: /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml
2022-07-15T08:21:09.632Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:21:09.633Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml
2022-07-15T08:21:09.928Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:21:09.929Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml e0d5c244-4e5e-4165-af43-f6b1c2b1bbb9 20368
2022-07-15T08:21:09.930Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T08:21:09.930Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml
2022-07-15T08:21:09.930Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:21:09.930Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:09.933Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:09.933Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873269930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:10.033Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:10.034Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:10.034Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:10.047Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:10.048Z||pool-179-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:10.934Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7723084-f759-4e9e-8aab-25a53bb12c1e from URL: /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env
2022-07-15T08:21:10.934Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:21:10.934Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env
2022-07-15T08:21:11.097Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:21:11.097Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env a7723084-f759-4e9e-8aab-25a53bb12c1e 2098
2022-07-15T08:21:11.097Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T08:21:11.098Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env
2022-07-15T08:21:11.098Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:21:11.098Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:11.100Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:11.100Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873271097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:21:11.200Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:11.201Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:11.201Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:11.213Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:11.214Z||pool-180-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:12.103Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6c4ad2b1-d734-4271-b089-fb26fd0f75e7
2022-07-15T08:21:12.103Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fe473274-1279 0 2ec98c34-2aee-4752-8998-c23d0589b5cf 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-15T08:21:12.117Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f77e9ff, org.onap.sdc.toscaparser.api.parameters.Input@26b07196, org.onap.sdc.toscaparser.api.parameters.Input@66877974, org.onap.sdc.toscaparser.api.parameters.Input@1e455340, org.onap.sdc.toscaparser.api.parameters.Input@1efd7966]
2022-07-15T08:21:12.118Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.118Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.118Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T08:21:12.118Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9df70c26-b65c-4ffb-a153-eccae1b221ae
2022-07-15T08:21:12.119Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9df70c26-b65c-4ffb-a153-eccae1b221ae matches Tosca VF Customization UUID: 9df70c26-b65c-4ffb-a153-eccae1b221ae
2022-07-15T08:21:12.119Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9df70c26-b65c-4ffb-a153-eccae1b221ae  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-15T08:21:12.121Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.121Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.122Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9df70c26-b65c-4ffb-a153-eccae1b221ae: {\"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-15T08:21:12.122Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@529e85f2
2022-07-15T08:21:12.122Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.122Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:21:12.122Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2830153c-5e52-4205-acc5-5116cbacc2ae
2022-07-15T08:21:12.122Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2830153c-5e52-4205-acc5-5116cbacc2ae
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-15T08:21:12.124Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.125Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:12.125Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:12.125Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.125Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:12.125Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:12.126Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.126Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:12.126Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:12.126Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:12.126Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T08:21:12.126Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:21:12.127Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:21:12.127Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.127Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:12.127Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:21:12.127Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:12.127Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:21:12.128Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.128Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=61971cbc-ab54-442e-9954-b77b38e5cdbb
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-15T08:21:12.129Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.130Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:12.130Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:12.130Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.131Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:12.131Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:12.131Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:12.131Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:21:12.131Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.132Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:12.132Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:21:12.132Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.132Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T08:21:12.132Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:21:12.132Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:12.133Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:21:12.133Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.133Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4e3fb9c0-bce8-4595-b46c-8b610d942f45
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-15T08:21:12.135Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.135Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:12.135Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:12.135Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.135Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is not matching search criteria
2022-07-15T08:21:12.135Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:21:12.136Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:21:12.136Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:21:12.136Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.136Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:12.136Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:21:12.136Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.137Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:21:12.137Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:21:12.137Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:21:12.137Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:21:12.137Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T08:21:12.138Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01928fea-c82c-4d69-8824-46008070a863
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-15T08:21:12.139Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.139Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:12.139Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:21:12.140Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.140Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Node template vFW fe473274-1279 0 is matching search criteria
2022-07-15T08:21:12.140Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW fe473274-1279 0] matching following query criteria: sdcType=VF, customizationUUID=9df70c26-b65c-4ffb-a153-eccae1b221ae
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-15T08:21:12.142Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.142Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.142Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6c4ad2b1-d734-4271-b089-fb26fd0f75e7: vFW fe473274-1279
2022-07-15T08:21:12.142Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.142Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.143Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.143Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.143Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.143Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.143Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.143Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.144Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:21:12.144Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 07-57-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:21:12.144Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-15 07-57-43 
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-15T08:21:12.291Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fe473274-1279 2ec98c34-2aee-4752-8998-c23d0589b5cf 1 ASDC deployResourceStructure
2022-07-15T08:21:12.292Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json ASDC sendASDCNotification
2022-07-15T08:21:12.292Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json
2022-07-15T08:21:12.292Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:21:12.292Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:12.294Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:12.294Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873272291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:21:12.394Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:12.395Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:12.395Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:12.408Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:12.408Z||pool-181-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:13.294Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T08:21:13.294Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml
2022-07-15T08:21:13.295Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:21:13.295Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:13.296Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:13.296Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873273294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:21:13.396Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:13.397Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:13.397Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:13.411Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:13.411Z||pool-182-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:21:14.297Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T08:21:14.297Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env
2022-07-15T08:21:14.297Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:21:14.297Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:14.299Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:14.299Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873274297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:21:14.400Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:14.400Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:14.400Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:14.418Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:14.419Z||pool-183-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:15.300Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar ASDC sendASDCNotification
2022-07-15T08:21:15.300Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar
2022-07-15T08:21:15.300Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:21:15.301Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:21:15.302Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:21:15.302Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873275300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:21:15.402Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:21:15.403Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:21:15.403Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:21:15.417Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:21:15.417Z||pool-184-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:21:16.303Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:21:16.313Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:21:16.315Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:21:16.316Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:21:16.316Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:21:16.316Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:21:46.316Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:21:46.326Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:21:46.328Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:21:46.328Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:21:46.328Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:21:46.328Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:22:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:22:00.911Z||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-15T08:22:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:22:00.941Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:22:00.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:22:00.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/resourceInstances/vfw224cb292d1480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:22:00.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:22:16.328Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:22:16.337Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:22:16.338Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:22:16.339Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:22:16.339Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:22:16.339Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:22:46.339Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:22:46.350Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:22:46.352Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:22:46.352Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:22:46.352Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:22:46.352Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:23:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:23:00.911Z||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-15T08:23:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:23:01.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:23:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:23:01.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:23:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:23:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:23:01.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:23:01.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:23:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873257096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:23:01.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:23:01.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:23:01.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:23:01.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873265179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:23:01.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873267960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:23:01.443Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873268623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:23:01.444Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "aai-ml",
  "timestamp": 1657873268963,
  "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-15T08:23:01.454Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 905fc4aa-9008-4989-a2d6-886ae04b2708
2022-07-15T08:23:01.454Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 905fc4aa-9008-4989-a2d6-886ae04b2708 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-15T08:23:01.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873269930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:23:01.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873271097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:23:01.471Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873272291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/vfwfe47327412790_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:23:01.472Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873273294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:23:01.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873274297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/resourceInstances/vfwfe47327412790/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:23:01.473Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873275300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715075743/1.0/artifacts/service-Vfw20220715075743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:23:01.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873277426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:23:01.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873279439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715081859/1.0/artifacts/service-Vfw20220715081859-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:23:01.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:23:01.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:23:01.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "905fc4aa-9008-4989-a2d6-886ae04b2708",
  "consumerID": "clamp",
  "timestamp": 1657873280444,
  "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-15T08:23:01.480Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 905fc4aa-9008-4989-a2d6-886ae04b2708
2022-07-15T08:23:01.480Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 905fc4aa-9008-4989-a2d6-886ae04b2708 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-15T08:23:16.353Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:23:16.362Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:23:16.364Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:23:16.364Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:23:16.364Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:23:16.364Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:23:46.365Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:23:46.374Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:23:46.376Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:23:46.376Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:23:46.376Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:23:46.376Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:24:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:24:00.912Z||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-15T08:24:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:24:01.051Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:24:01.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.055Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873420355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:24:01.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873429482,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:24:01.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657873420576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:24:01.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873430495,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:24:01.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:24:01.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873422001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:24:01.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "policy-id",
  "timestamp": 1657873431499,
  "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-15T08:24:01.092Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1c6db8d-58fd-4677-9a42-def6b1c17100
2022-07-15T08:24:01.093Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c6db8d-58fd-4677-9a42-def6b1c17100 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-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873423497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873430803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873424132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873432428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873433231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "cds",
  "timestamp": 1657873433434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-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-15T08:24:01.105Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1c6db8d-58fd-4677-9a42-def6b1c17100
2022-07-15T08:24:01.105Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c6db8d-58fd-4677-9a42-def6b1c17100 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-15T08:24:01.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873434272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:24:01.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657873435282,
  "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-15T08:24:01.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d1c6db8d-58fd-4677-9a42-def6b1c17100
2022-07-15T08:24:01.116Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c6db8d-58fd-4677-9a42-def6b1c17100 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-15T08:24:01.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873437736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:24:01.125Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:24:01.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:01.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "aai-ml",
  "timestamp": 1657873438741,
  "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-15T08:24:01.130Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1c6db8d-58fd-4677-9a42-def6b1c17100
2022-07-15T08:24:01.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c6db8d-58fd-4677-9a42-def6b1c17100 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-15T08:24:01.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:24:01.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:24:01.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:24:16.376Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:24:16.385Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:24:16.387Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:24:16.387Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:24:16.387Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:24:16.387Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:24:46.387Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:24:46.396Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:24:46.398Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:24:46.398Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:24:46.398Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:24:46.398Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:25:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:25:00.911Z||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-15T08:25:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:25:00.939Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:25:00.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:25:00.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:25:00.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:25:16.399Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:25:16.408Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:25:16.410Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:25:16.410Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:25:16.410Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:25:16.410Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:25:46.410Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:25:46.419Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2
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-15T08:25:46.421Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:25:46.421Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:25:46.421Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:25:46.421Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:26:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:26:00.912Z||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-15T08:26:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:01.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:01.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:26:01.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/resourceInstances/pnf50961cb3c24f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873437095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873454463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:26:01.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:26:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:26:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873456474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf49q372ccmmz46if9oe49/1.0/artifacts/service-DemoPnf49q372ccmmz46if9oe49-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:26:01.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:26:01.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:26:01.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1c6db8d-58fd-4677-9a42-def6b1c17100",
  "consumerID": "clamp",
  "timestamp": 1657873457477,
  "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-15T08:26:01.447Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1c6db8d-58fd-4677-9a42-def6b1c17100
2022-07-15T08:26:01.447Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1c6db8d-58fd-4677-9a42-def6b1c17100 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-15T08:26:16.421Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:26:16.422Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 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-15T08:26:16.427Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 and serviceModelVersionId: 6c4ad2b1-d734-4271-b089-fb26fd0f75e7
2022-07-15T08:26:16.427Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed4bf75b-94e8-41de-834d-74f9e55f1af3
2022-07-15T08:26:16.428Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0
2022-07-15T08:26:16.431Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:26:16.469Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0|INFO|500||Invoke
2022-07-15T08:26:16.470Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7e6de782-bc80-4ed9-85e9-f3956b3b28c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6160e296-46d6-4c35-bb7b-bbe6de02bd0b], X-ECOMP-RequestID=[7e6de782-bc80-4ed9-85e9-f3956b3b28c2], X-TransactionId=[], X-ONAP-RequestID=[7e6de782-bc80-4ed9-85e9-f3956b3b28c2], Content-Type=[application/merge-patch+json]}
2022-07-15T08:26:16.492Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:26:16.630Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?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/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:26:16:388-2347], vertex-id=[249912], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:26:16 GMT], Content-Type=[application/json]}
2022-07-15T08:26:16.631Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:26:16.631Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed4bf75b-94e8-41de-834d-74f9e55f1af3/model-vers/model-ver/6c4ad2b1-d734-4271-b089-fb26fd0f75e7?depth=0|INFO|500||InvokeReturn
2022-07-15T08:26:16.632Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:26:16.632Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:26:16.636Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:26:16.636Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7e6de782-bc80-4ed9-85e9-f3956b3b28c2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:26:16.636Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:26:16.637Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:16.638Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:16.638Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873576636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:26:16.739Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:26:16.740Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:16.740Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:16.751Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:16.752Z||pool-185-thread-1|||||INFO|500||cambria reply ok (12 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-15T08:26:17.650Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:26:17.650Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9360ddb3-99c8-43ad-92de-4b08e4d24320","serviceName":"Demo_pNF_NdQKvtq1z65H1upu3nAl","serviceVersion":"1.0","serviceUUID":"6937b9dd-1c2e-4af4-82bf-cadb977332a0","serviceDescription":"catalog service description","serviceInvariantUUID":"84791f44-89bc-46dc-ac37-fc626f789106","resources":[{"resourceInstanceName":"pNF 652a49ec-d5d3 0","resourceName":"pNF 652a49ec-d5d3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"208a0f1f-4512-4ed1-80be-6e903c1ea8ac","resourceInvariantUUID":"2785b310-7a73-475f-a038-3d53b64beea0","resourceCustomizationUUID":"4b45a04a-c93b-4800-ab2b-595873c09b67","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml","artifactChecksum":"ZjNiMmU4YzNkOGY0NTI0MTY0OTRlODI0NzYzNDQ3ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6956270a-f647-47ef-8794-ca2c7df29d90","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar","artifactChecksum":"NzVjYzIyNzg1ZjkzNjZkNTI1MmFlOTYzYzZhMWNjZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5076c32f-ea6a-4c70-8657-9cabf0c858c9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad2e8146-2627-4eb7-954e-5cf0e0a07120","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml","artifactChecksum":"YWY1ZDgyNDNhMGQxNzk1MGQ1ZTM4NjZmZmU4OWE1MWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efe92720-1b21-4baf-b499-0c355cc6d662","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a2b9f69a-fc25-447c-b5e2-97fb567a7863","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d508e53-fe08-41c0-ae6c-9e4b20af7999","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml","artifactChecksum":"MGM5ZGE3NmZkODJkMGM5Mjg4YTYxNDMxOGY4YjNlMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c6717aca-9dc4-4cea-b7c1-414308f6e542","artifactVersion":"1"},{"artifactName":"service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar","artifactChecksum":"MWNhYjM5NTBlMDkyM2M0NzQ2MDU1ZWUyYTc4ZTJiZTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3757d58-a966-4a3b-b873-f51e1dd8697b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:26:17.651Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:17.651Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:17.653Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:17.653Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:17.753Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:26:17.754Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:17.754Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:17.789Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:17.790Z||pool-186-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:18.653Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:18.654Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:18.655Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:18.655Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:18.755Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:26:18.756Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:18.756Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:18.769Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:18.769Z||pool-187-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:19.656Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:19.656Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:19.663Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:19.663Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:19.758Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-15T08:26:19.759Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:19.759Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:19.771Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:19.772Z||pool-188-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:20.663Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:20.664Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:20.665Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:20.665Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:20.766Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:26:20.767Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:20.767Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:20.780Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:20.780Z||pool-189-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:21.666Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:21.666Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:21.668Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:21.668Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:21.768Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:26:21.768Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:21.769Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:21.781Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:21.781Z||pool-190-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:22.668Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:22.670Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:22.673Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:22.673Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:22.775Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-15T08:26:22.775Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:22.776Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:22.795Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:22.795Z||pool-191-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:23.673Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:23.674Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:23.675Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:23.675Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:26:23.775Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:26:23.776Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:23.776Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:23.789Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:23.789Z||pool-192-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:24.676Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:26:24.676Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:24.678Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:24.678Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:26:24.779Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:26:24.779Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:24.779Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:24.791Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:24.792Z||pool-193-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:25.679Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "serviceName": "Demo_pNF_NdQKvtq1z65H1upu3nAl",
  "serviceVersion": "1.0",
  "serviceUUID": "6937b9dd-1c2e-4af4-82bf-cadb977332a0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "84791f44-89bc-46dc-ac37-fc626f789106",
  "resources": [
    {
      "resourceInstanceName": "pNF 652a49ec-d5d3 0",
      "resourceCustomizationUUID": "4b45a04a-c93b-4800-ab2b-595873c09b67",
      "resourceName": "pNF 652a49ec-d5d3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "208a0f1f-4512-4ed1-80be-6e903c1ea8ac",
      "resourceInvariantUUID": "2785b310-7a73-475f-a038-3d53b64beea0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
      "artifactChecksum": "MWNhYjM5NTBlMDkyM2M0NzQ2MDU1ZWUyYTc4ZTJiZTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3757d58-a966-4a3b-b873-f51e1dd8697b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:26:25.679Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:26:25.679Z|7e6de782-bc80-4ed9-85e9-f3956b3b28c2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6937b9dd-1c2e-4af4-82bf-cadb977332a0 ASDC
2022-07-15T08:26:25.680Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9360ddb3-99c8-43ad-92de-4b08e4d24320
ServiceName:Demo_pNF_NdQKvtq1z65H1upu3nAl
ServiceVersion:1.0
ServiceUUID:6937b9dd-1c2e-4af4-82bf-cadb977332a0
ServiceInvariantUUID:84791f44-89bc-46dc-ac37-fc626f789106
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
ArtifactUUID:f3757d58-a966-4a3b-b873-f51e1dd8697b
ArtifactChecksum:MWNhYjM5NTBlMDkyM2M0NzQ2MDU1ZWUyYTc4ZTJiZTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 652a49ec-d5d3 0
ResourceCustomizationUUID:4b45a04a-c93b-4800-ab2b-595873c09b67
ResourceInvariantUUID:2785b310-7a73-475f-a038-3d53b64beea0
ResourceName:pNF 652a49ec-d5d3
ResourceType:PNF
ResourceUUID:208a0f1f-4512-4ed1-80be-6e903c1ea8ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-15T08:26:25.680Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6937b9dd-1c2e-4af4-82bf-cadb977332a0 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-15T08:26:25.702Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:26:25.703Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:26:25.703Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:26:25.703Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f3757d58-a966-4a3b-b873-f51e1dd8697b from URL: /sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:25.703Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:26:25.703Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:26.158Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:26:26.162Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar f3757d58-a966-4a3b-b873-f51e1dd8697b 86691
2022-07-15T08:26:26.162Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar ASDC sendASDCNotification
2022-07-15T08:26:26.162Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:26.162Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:26:26.162Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:26.164Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:26.164Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873586162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:26:26.264Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:26:26.265Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:26.265Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:26.276Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:26.276Z||pool-194-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:27.165Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:26:27.165Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:26:27.166Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f3757d58-a966-4a3b-b873-f51e1dd8697b, URL: /sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar to file: /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.166Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.166Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.167Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.267Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17414758652707647192/Definitions/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml
2022-07-15T08:26:27.961Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:26:27.961Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:26:27.961Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.962Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-15T08:26:27.962Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.962Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 652a49ec-d5d3 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-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.962Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.962Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.963Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.963Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.963Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:27.963Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:26:27.963Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.964Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.964Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Node template pNF 652a49ec-d5d3 0 is matching search criteria
2022-07-15T08:26:27.964Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:26:27.964Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 652a49ec-d5d3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:26:27.965Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.965Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.965Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Node template pNF 652a49ec-d5d3 0 is matching search criteria
2022-07-15T08:26:27.965Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:26:27.965Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 652a49ec-d5d3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:26:27.966Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.966Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.966Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.966Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.967Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.967Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.967Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.967Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.967Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.968Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.968Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_NdQKvtq1z65H1upu3nAl
Description:catalog service description
Model UUID:6937b9dd-1c2e-4af4-82bf-cadb977332a0
Model Version:NULL
Model InvariantUuid:84791f44-89bc-46dc-ac37-fc626f789106
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-15T08:26:27.975Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 208a0f1f-4512-4ed1-80be-6e903c1ea8ac
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-15T08:26:27.978Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||pNF 652a49ec-d5d3 0
2022-07-15T08:26:27.978Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 208a0f1f-4512-4ed1-80be-6e903c1ea8ac
2022-07-15T08:26:27.978Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6937b9dd-1c2e-4af4-82bf-cadb977332a0
2022-07-15T08:26:27.978Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6937b9dd-1c2e-4af4-82bf-cadb977332a0
2022-07-15T08:26:27.978Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 652a49ec-d5d3 0 208a0f1f-4512-4ed1-80be-6e903c1ea8ac 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-15T08:26:27.983Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56c81c5d, org.onap.sdc.toscaparser.api.parameters.Input@7ddfe451, org.onap.sdc.toscaparser.api.parameters.Input@5c50398f, org.onap.sdc.toscaparser.api.parameters.Input@6e0fa4c3, org.onap.sdc.toscaparser.api.parameters.Input@78b377ab]
2022-07-15T08:26:27.983Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.983Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.983Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6937b9dd-1c2e-4af4-82bf-cadb977332a0: pNF 652a49ec-d5d3
2022-07-15T08:26:27.983Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Processing PNF resource: 208a0f1f-4512-4ed1-80be-6e903c1ea8ac
2022-07-15T08:26:27.984Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:26:27.984Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_NdQKvtq1z65H1upu3nAl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:26:27.984Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||Resource customization UUID: 4b45a04a-c93b-4800-ab2b-595873c09b67 is the same as notified resource customizationUUID: 4b45a04a-c93b-4800-ab2b-595873c09b67
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-15T08:26:28.012Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 652a49ec-d5d3 208a0f1f-4512-4ed1-80be-6e903c1ea8ac 0 ASDC deployResourceStructure
2022-07-15T08:26:28.012Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar ASDC sendASDCNotification
2022-07-15T08:26:28.012Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar
2022-07-15T08:26:28.013Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:26:28.013Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:26:28.015Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:26:28.015Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873588012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:26:28.115Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:26:28.116Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:26:28.116Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:26:28.132Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:26:28.132Z||pool-195-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:26:29.016Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:26:29.026Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:26:29.028Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:26:29.028Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:26:29.028Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:26:29.028Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:26:59.029Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:26:59.040Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:26:59.042Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:26:59.042Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:26:59.042Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:26:59.043Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:27:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:27:00.911Z||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-15T08:27:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:27:01.543Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:27:01.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7e6de782-bc80-4ed9-85e9-f3956b3b28c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873576636,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:27:01.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:27:01.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/resourceInstances/pnf652a49ecd5d30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657872307698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873586162,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:27:01.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:27:01.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:27:01.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873588012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfNdqkvtq1z65h1upu3nal/1.0/artifacts/service-DemoPnfNdqkvtq1z65h1upu3nal-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:27:01.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:27:29.043Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:27:29.055Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:27:29.056Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:27:29.057Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:27:29.057Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:27:29.057Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:27:59.057Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:27:59.082Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:27:59.084Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:27:59.084Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:27:59.084Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:27:59.084Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:28:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:28:00.913Z||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-15T08:28:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:28:10.470Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:28:29.084Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:28:29.096Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:28:29.098Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:28:29.098Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:28:29.098Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:28:29.098Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:28:59.099Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:28:59.110Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:28:59.111Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:28:59.111Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:28:59.112Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:28:59.112Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:29:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:29:00.912Z||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-15T08:29:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:29:10.459Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:29:29.114Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:29:29.123Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:29:29.125Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:29:29.125Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:29:29.125Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:29:29.125Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:29:59.126Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:29:59.170Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:29:59.173Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:29:59.173Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:29:59.173Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:29:59.173Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:30:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:30:00.912Z||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-15T08:30:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:30:10.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:30:29.174Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:30:29.183Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:30:29.185Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:30:29.185Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:30:29.185Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:30:29.185Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:30:59.186Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:30:59.196Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320
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-15T08:30:59.198Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:30:59.198Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:30:59.199Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:30:59.199Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:31:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:31:00.912Z||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-15T08:31:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:10.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:29.199Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:31:29.200Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320 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-15T08:31:29.205Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9360ddb3-99c8-43ad-92de-4b08e4d24320 and serviceModelVersionId: 6937b9dd-1c2e-4af4-82bf-cadb977332a0
2022-07-15T08:31:29.205Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84791f44-89bc-46dc-ac37-fc626f789106
2022-07-15T08:31:29.207Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0
2022-07-15T08:31:29.215Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:31:29.261Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0|INFO|500||Invoke
2022-07-15T08:31:29.261Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9360ddb3-99c8-43ad-92de-4b08e4d24320], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[695cc092-a4f0-4ec7-a84f-4ae7d53a4244], X-ECOMP-RequestID=[9360ddb3-99c8-43ad-92de-4b08e4d24320], X-TransactionId=[], X-ONAP-RequestID=[9360ddb3-99c8-43ad-92de-4b08e4d24320], Content-Type=[application/merge-patch+json]}
2022-07-15T08:31:29.283Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:31:29.431Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?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/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:31:29:180-33316], vertex-id=[553200], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:31:29 GMT], Content-Type=[application/json]}
2022-07-15T08:31:29.431Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:31:29.432Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84791f44-89bc-46dc-ac37-fc626f789106/model-vers/model-ver/6937b9dd-1c2e-4af4-82bf-cadb977332a0?depth=0|INFO|500||InvokeReturn
2022-07-15T08:31:29.432Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:31:29.433Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:31:29.437Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:31:29.437Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9360ddb3-99c8-43ad-92de-4b08e4d24320 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:31:29.437Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:31:29.438Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:29.440Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:29.440Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873889437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:31:29.541Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:31:29.541Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:29.542Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:29.554Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:29.555Z||pool-196-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:31:30.459Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:31:30.460Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|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-15T08:31:30.460Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:34.885Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:34.887Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:31:34.887Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b2f6b51-d3d0-4b51-868a-d33395b1cd1f","serviceName":"vFW 2022-07-15 08-07-38","serviceVersion":"1.0","serviceUUID":"280017d5-61b4-4f3b-ac80-6d556e648ddb","serviceDescription":"catalog service description","serviceInvariantUUID":"22d1a48c-96b9-4d1b-9c12-caa04c50da0a","resources":[{"resourceInstanceName":"vFW dfd65faa-cb2b 0","resourceName":"vFW dfd65faa-cb2b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b7fb655-160c-48b4-bf4d-c52858aac8a5","resourceInvariantUUID":"0e886af9-8519-4269-9139-d09146a47c9d","resourceCustomizationUUID":"251fd11a-41ae-4370-a298-d81ca52689d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml","artifactChecksum":"NjE0ZTNhNzEwOGY5YTZhZDNiYjc3YjI3MzU4YjMxNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41f03a1c-0e1b-47ba-993a-c3dd2559649b","artifactVersion":"1"},{"artifactName":"vfwdfd65faacb2b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json","artifactChecksum":"Y2UwYTVhN2Q2ZTg0OGE4M2YxYThjNDU3NmM2YTZmNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e628b649-bd57-4f02-b929-8de2ae906da9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"042c3535-847f-4123-823b-2fa7eba54a42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml","artifactChecksum":"OWZiNzJmNTQxZGY1MTU3YWNkYTM4NjBiM2IwOGEwMWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbf70002-e5a9-44e1-b225-5f0964ca13ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e8ab2526-c3b2-402f-be9c-6825d48e9cb9","artifactVersion":"2","generatedFromUUID":"042c3535-847f-4123-823b-2fa7eba54a42"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220715080738-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml","artifactChecksum":"MDUxNDlmMzMyOWI0ZGYzMTEyMTMxZTM5Y2NmODM0MTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd18297a-6f3e-4379-9277-3d4654be194c","artifactVersion":"1"},{"artifactName":"service-Vfw20220715080738-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar","artifactChecksum":"Yjk1NDk5MDkxNzg1Nzk0YzQwMDgzN2M5Njg2NGJjYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e276654-5231-47d3-8664-3768a3fc0316","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:31:34.890Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:34.890Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:34.892Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:34.892Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:31:34.992Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:34.993Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:34.993Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:35.011Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:35.011Z||pool-197-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:35.893Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:35.893Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:35.896Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:35.896Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:31:35.996Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:35.997Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:35.997Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:36.010Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:36.010Z||pool-198-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:36.897Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:36.897Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:36.899Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:36.900Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:31:37.000Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:37.000Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:37.001Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:37.021Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:37.021Z||pool-199-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:31:37.900Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:37.900Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:37.902Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:37.903Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:31:38.003Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:38.004Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:38.004Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:38.016Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:38.016Z||pool-200-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:38.903Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:38.903Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:38.905Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:38.906Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:31:39.006Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:39.006Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:39.006Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:39.025Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:39.025Z||pool-201-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:31:39.906Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:39.906Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:39.908Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:39.908Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:31:40.009Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:31:40.009Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:40.010Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:40.026Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:40.027Z||pool-202-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:40.909Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:31:40.909Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:40.911Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:40.911Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:31:41.011Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:41.012Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:41.012Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:41.041Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:41.041Z||pool-203-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:41.912Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "serviceName": "vFW 2022-07-15 08-07-38",
  "serviceVersion": "1.0",
  "serviceUUID": "280017d5-61b4-4f3b-ac80-6d556e648ddb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "22d1a48c-96b9-4d1b-9c12-caa04c50da0a",
  "resources": [
    {
      "resourceInstanceName": "vFW dfd65faa-cb2b 0",
      "resourceCustomizationUUID": "251fd11a-41ae-4370-a298-d81ca52689d2",
      "resourceName": "vFW dfd65faa-cb2b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b7fb655-160c-48b4-bf4d-c52858aac8a5",
      "resourceInvariantUUID": "0e886af9-8519-4269-9139-d09146a47c9d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdfd65faacb2b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
          "artifactChecksum": "Y2UwYTVhN2Q2ZTg0OGE4M2YxYThjNDU3NmM2YTZmNjI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e628b649-bd57-4f02-b929-8de2ae906da9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "042c3535-847f-4123-823b-2fa7eba54a42",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e8ab2526-c3b2-402f-be9c-6825d48e9cb9",
            "generatedFromUUID": "042c3535-847f-4123-823b-2fa7eba54a42"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e8ab2526-c3b2-402f-be9c-6825d48e9cb9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220715080738-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
      "artifactChecksum": "Yjk1NDk5MDkxNzg1Nzk0YzQwMDgzN2M5Njg2NGJjYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e276654-5231-47d3-8664-3768a3fc0316"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:31:41.912Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:31:41.912Z|9360ddb3-99c8-43ad-92de-4b08e4d24320|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 280017d5-61b4-4f3b-ac80-6d556e648ddb ASDC
2022-07-15T08:31:41.913Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
ServiceName:vFW 2022-07-15 08-07-38
ServiceVersion:1.0
ServiceUUID:280017d5-61b4-4f3b-ac80-6d556e648ddb
ServiceInvariantUUID:22d1a48c-96b9-4d1b-9c12-caa04c50da0a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220715080738-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar
ArtifactUUID:4e276654-5231-47d3-8664-3768a3fc0316
ArtifactChecksum:Yjk1NDk5MDkxNzg1Nzk0YzQwMDgzN2M5Njg2NGJjYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dfd65faa-cb2b 0
ResourceCustomizationUUID:251fd11a-41ae-4370-a298-d81ca52689d2
ResourceInvariantUUID:0e886af9-8519-4269-9139-d09146a47c9d
ResourceName:vFW dfd65faa-cb2b
ResourceType:VF
ResourceUUID:3b7fb655-160c-48b4-bf4d-c52858aac8a5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdfd65faacb2b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json
ArtifactUUID:e628b649-bd57-4f02-b929-8de2ae906da9
ArtifactChecksum:Y2UwYTVhN2Q2ZTg0OGE4M2YxYThjNDU3NmM2YTZmNjI=
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/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml
ArtifactUUID:042c3535-847f-4123-823b-2fa7eba54a42
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/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env
ArtifactUUID:e8ab2526-c3b2-402f-be9c-6825d48e9cb9
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/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env
ArtifactUUID:e8ab2526-c3b2-402f-be9c-6825d48e9cb9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T08:31:41.915Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 280017d5-61b4-4f3b-ac80-6d556e648ddb 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-15T08:31:41.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:31:41.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:31:41.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:31:41.947Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4e276654-5231-47d3-8664-3768a3fc0316 from URL: /sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:41.947Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:31:41.947Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:42.247Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:31:42.252Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar 4e276654-5231-47d3-8664-3768a3fc0316 103019
2022-07-15T08:31:42.252Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar ASDC sendASDCNotification
2022-07-15T08:31:42.252Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:42.252Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:31:42.252Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:42.254Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:42.255Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873902252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:31:42.355Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:42.356Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:42.356Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:42.371Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:42.371Z||pool-204-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:31:43.255Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:31:43.256Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:31:43.256Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4e276654-5231-47d3-8664-3768a3fc0316, URL: /sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar to file: /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:43.256Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220715080738-csar.csar
2022-07-15T08:31:43.257Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:43.257Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:43.495Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13397259889038200631/Definitions/service-Vfw20220715080738-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-07-15T08:31:45.415Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:31:45.415Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:31:45.416Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.416Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-15T08:31:45.416Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||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-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.416Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||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-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.416Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfd65faa-cb2b 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-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.416Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||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-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||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-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.417Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||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-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.418Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.418Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:45.418Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:31:45.418Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.418Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.419Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:45.419Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:31:45.419Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:31:45.419Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.420Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.420Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:45.420Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:31:45.420Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:31:45.420Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.421Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.421Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.421Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:45.421Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:45.421Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:31:45.422Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.422Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.422Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.422Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:31:45.422Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:45.422Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:31:45.423Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:31:45.423Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.423Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.423Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:31:45.423Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.423Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:31:45.424Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.424Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T08:31:45.424Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.424Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:31:45.424Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.425Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:45.425Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:45.425Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.425Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:45.425Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:45.426Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.426Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:45.426Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:45.426Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.426Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:45.427Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:45.427Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T08:31:45.427Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:45.427Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:31:45.427Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:31:45.427Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.428Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.428Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:31:45.428Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.428Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:31:45.428Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.428Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b43101-4e7c-41a7-91ee-31d638f9ea70
2022-07-15T08:31:45.429Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.429Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:45.429Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:45.429Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:31:45.429Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.430Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.430Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.430Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:31:45.430Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:45.430Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T08:31:45.431Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:31:45.431Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.431Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:31:45.431Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.431Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c046f73d-6738-4ee2-8c1a-38730a5aeb90
2022-07-15T08:31:45.431Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.432Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:45.432Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:45.432Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:31:45.432Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.432Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.433Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.433Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:31:45.433Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:45.433Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:31:45.433Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:31:45.433Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:45.434Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:45.434Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T08:31:45.434Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e8c9c30-ca6d-4aff-aebf-4efaa3b7f465
2022-07-15T08:31:45.434Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.434Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.435Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.435Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.435Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.435Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.435Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:45.435Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:45.436Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-15 08-07-38
Description:catalog service description
Model UUID:280017d5-61b4-4f3b-ac80-6d556e648ddb
Model Version:NULL
Model InvariantUuid:22d1a48c-96b9-4d1b-9c12-caa04c50da0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dfd65faa-cb2b
Model UUID:f3710ce2-a81b-4f54-b3a3-2b0dee7cba01
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0e886af9-8519-4269-9139-d09146a47c9d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:251fd11a-41ae-4370-a298-d81ca52689d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92a2a288-e63d-4a47-9b24-bb19db4c27dd
ModelName:VfwDfd65faaCb2b..base_vfw..module-0
ModelUuid:40350d24-5116-41d9-a86e-e052fca0429f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62b43101-4e7c-41a7-91ee-31d638f9ea70
ModelInvariantUuid:b88ad961-ed90-4d13-afcc-d82497bdde57
ModelName:vFW dfd65faa-cb2b-nodes.vfwCvfc
ModelUuid:25a10317-eb41-473b-94e4-3b875a9fb31a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:23b6b165-862f-4bbc-86f1-30716c91e6f1
ModelInvariantUuid:afa31675-c52a-4561-bd36-711361e89ce7
ModelName:VfwDfd65faaCb2b.compute.nodes.heat.vfw
ModelUuid:2ca3e4ae-6c19-4f33-8b6c-08141aec6d98
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c046f73d-6738-4ee2-8c1a-38730a5aeb90
ModelInvariantUuid:1e01960e-52ae-4ee8-b595-8981edf66776
ModelName:vFW dfd65faa-cb2b-nodes.vsnCvfc
ModelUuid:1d731473-16bf-477c-b837-d1fde5656486
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a35dba2c-7048-4a14-9146-2ddb6a1e1ec7
ModelInvariantUuid:08f0e81b-34de-441e-a2f8-54c1c801eefc
ModelName:VfwDfd65faaCb2b.compute.nodes.heat.vsn
ModelUuid:1aded51a-b686-4985-bc84-0c23a92447ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1e8c9c30-ca6d-4aff-aebf-4efaa3b7f465
ModelInvariantUuid:5a3224ab-a709-40df-8bbd-24b32da29c17
ModelName:vFW dfd65faa-cb2b-nodes.vpgCvfc
ModelUuid:ab535ca6-a4e9-434b-bab3-a6e4f3964c29
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:47313e31-51e4-4ad9-ae63-926c199733ca
ModelInvariantUuid:5e4d3be6-33a3-4679-9779-600e1292c158
ModelName:VfwDfd65faaCb2b.compute.nodes.heat.vpg
ModelUuid:b20ac578-e2de-4a7e-9071-1e1cdd2c681e
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-15T08:31:45.441Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b7fb655-160c-48b4-bf4d-c52858aac8a5
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-15T08:31:45.444Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||vFW dfd65faa-cb2b 0
2022-07-15T08:31:45.444Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b7fb655-160c-48b4-bf4d-c52858aac8a5
2022-07-15T08:31:45.444Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e628b649-bd57-4f02-b929-8de2ae906da9 from URL: /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json
2022-07-15T08:31:45.444Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:31:45.444Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json
2022-07-15T08:31:45.616Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:31:45.616Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json e628b649-bd57-4f02-b929-8de2ae906da9 785
2022-07-15T08:31:45.617Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json ASDC sendASDCNotification
2022-07-15T08:31:45.617Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json
2022-07-15T08:31:45.617Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:31:45.618Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:45.619Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:45.620Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873905617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:31:45.720Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:45.720Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:45.720Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:45.732Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:45.732Z||pool-205-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:46.620Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDfd65faaCb2b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "92a2a288-e63d-4a47-9b24-bb19db4c27dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "40350d24-5116-41d9-a86e-e052fca0429f",
    "vfModuleModelCustomizationUUID": "da35baaa-3368-4027-b0db-ea0fe22042f4",
    "isBase": true,
    "artifacts": [
      "042c3535-847f-4123-823b-2fa7eba54a42",
      "e8ab2526-c3b2-402f-be9c-6825d48e9cb9"
    ],
    "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-15T08:31:46.624Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfd65faaCb2b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40350d24-5116-41d9-a86e-e052fca0429f
VfModuleModelInvariantUUID:92a2a288-e63d-4a47-9b24-bb19db4c27dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
042c3535-847f-4123-823b-2fa7eba54a42
,
e8ab2526-c3b2-402f-be9c-6825d48e9cb9

}
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-15T08:31:46.625Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDfd65faaCb2b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "92a2a288-e63d-4a47-9b24-bb19db4c27dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "40350d24-5116-41d9-a86e-e052fca0429f",
    "vfModuleModelCustomizationUUID": "da35baaa-3368-4027-b0db-ea0fe22042f4",
    "isBase": true,
    "artifacts": [
      "042c3535-847f-4123-823b-2fa7eba54a42",
      "e8ab2526-c3b2-402f-be9c-6825d48e9cb9"
    ],
    "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-15T08:31:46.626Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfd65faaCb2b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40350d24-5116-41d9-a86e-e052fca0429f
VfModuleModelInvariantUUID:92a2a288-e63d-4a47-9b24-bb19db4c27dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
042c3535-847f-4123-823b-2fa7eba54a42
,
e8ab2526-c3b2-402f-be9c-6825d48e9cb9

}
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-15T08:31:46.626Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 042c3535-847f-4123-823b-2fa7eba54a42 from URL: /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml
2022-07-15T08:31:46.626Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:31:46.626Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml
2022-07-15T08:31:46.722Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:31:46.723Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml 042c3535-847f-4123-823b-2fa7eba54a42 20368
2022-07-15T08:31:46.723Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T08:31:46.723Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml
2022-07-15T08:31:46.723Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:31:46.724Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:46.725Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:46.725Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873906723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:31:46.826Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:46.826Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:46.826Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:46.838Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:46.838Z||pool-206-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:47.726Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8ab2526-c3b2-402f-be9c-6825d48e9cb9 from URL: /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env
2022-07-15T08:31:47.726Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:31:47.727Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env
2022-07-15T08:31:47.905Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:31:47.906Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env e8ab2526-c3b2-402f-be9c-6825d48e9cb9 2098
2022-07-15T08:31:47.906Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T08:31:47.907Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env
2022-07-15T08:31:47.907Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:31:47.907Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:47.909Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:47.909Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873907906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:31:48.009Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:48.010Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:48.010Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:48.021Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:48.021Z||pool-207-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:48.909Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 280017d5-61b4-4f3b-ac80-6d556e648ddb
2022-07-15T08:31:48.910Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dfd65faa-cb2b 0 3b7fb655-160c-48b4-bf4d-c52858aac8a5 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-15T08:31:48.925Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33aaa3a6, org.onap.sdc.toscaparser.api.parameters.Input@55120bd3, org.onap.sdc.toscaparser.api.parameters.Input@67f873c3, org.onap.sdc.toscaparser.api.parameters.Input@3e538182, org.onap.sdc.toscaparser.api.parameters.Input@5882b27d]
2022-07-15T08:31:48.926Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.927Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.927Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T08:31:48.927Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 251fd11a-41ae-4370-a298-d81ca52689d2
2022-07-15T08:31:48.928Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 251fd11a-41ae-4370-a298-d81ca52689d2 matches Tosca VF Customization UUID: 251fd11a-41ae-4370-a298-d81ca52689d2
2022-07-15T08:31:48.928Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 251fd11a-41ae-4370-a298-d81ca52689d2  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-15T08:31:48.931Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.931Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.932Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 251fd11a-41ae-4370-a298-d81ca52689d2: {\"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-15T08:31:48.932Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bb4b11e
2022-07-15T08:31:48.932Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.933Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:31:48.933Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : da35baaa-3368-4027-b0db-ea0fe22042f4
2022-07-15T08:31:48.933Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID da35baaa-3368-4027-b0db-ea0fe22042f4
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-15T08:31:48.936Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.936Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:48.937Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:48.937Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.937Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:48.938Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:48.938Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.938Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:48.939Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:48.939Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-15T08:31:48.939Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:48.940Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:31:48.940Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:31:48.940Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.940Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:48.941Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:31:48.941Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:48.941Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:31:48.942Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.942Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=62b43101-4e7c-41a7-91ee-31d638f9ea70
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-15T08:31:48.944Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.945Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:48.945Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:48.945Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:48.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:48.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:31:48.946Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:48.947Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.947Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.947Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:31:48.948Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:48.948Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-15T08:31:48.948Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-15T08:31:48.949Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:48.949Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-15T08:31:48.949Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.949Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c046f73d-6738-4ee2-8c1a-38730a5aeb90
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-15T08:31:48.951Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.952Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:48.952Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:48.952Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.953Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is not matching search criteria
2022-07-15T08:31:48.953Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-15T08:31:48.953Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-15T08:31:48.954Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:48.954Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.954Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.954Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-15T08:31:48.955Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-15T08:31:48.955Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-15T08:31:48.955Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-15T08:31:48.956Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-15T08:31:48.956Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-15T08:31:48.956Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-15T08:31:48.957Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1e8c9c30-ca6d-4aff-aebf-4efaa3b7f465
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-15T08:31:48.958Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.959Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:48.959Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:31:48.960Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.960Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Node template vFW dfd65faa-cb2b 0 is matching search criteria
2022-07-15T08:31:48.960Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW dfd65faa-cb2b 0] matching following query criteria: sdcType=VF, customizationUUID=251fd11a-41ae-4370-a298-d81ca52689d2
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-15T08:31:48.962Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.962Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.963Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 280017d5-61b4-4f3b-ac80-6d556e648ddb: vFW dfd65faa-cb2b
2022-07-15T08:31:48.963Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.963Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.963Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.964Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.964Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.964Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.965Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.965Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.965Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:31:48.966Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-07-15 08-07-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:31:48.966Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-07-15 08-07-38 
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-15T08:31:49.108Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dfd65faa-cb2b 3b7fb655-160c-48b4-bf4d-c52858aac8a5 1 ASDC deployResourceStructure
2022-07-15T08:31:49.109Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json ASDC sendASDCNotification
2022-07-15T08:31:49.109Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json
2022-07-15T08:31:49.109Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:31:49.109Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:49.111Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:49.111Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873909109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:31:49.212Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:31:49.212Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:49.213Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:49.224Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:49.225Z||pool-208-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:50.112Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-15T08:31:50.112Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml
2022-07-15T08:31:50.112Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:31:50.113Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:50.115Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:50.115Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873910112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:31:50.216Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:31:50.224Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:50.224Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:50.252Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:50.253Z||pool-209-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:31:51.115Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-15T08:31:51.116Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env
2022-07-15T08:31:51.116Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:31:51.116Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:51.118Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:51.118Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873911115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:31:51.218Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:51.219Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:51.219Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:51.233Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:51.233Z||pool-210-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:31:52.119Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar ASDC sendASDCNotification
2022-07-15T08:31:52.119Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar
2022-07-15T08:31:52.119Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:31:52.120Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:31:52.121Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:31:52.121Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873912119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:31:52.221Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:31:52.222Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:31:52.222Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:31:52.237Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:31:52.237Z||pool-211-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:31:53.122Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:31:53.130Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:31:53.132Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:31:53.132Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:31:53.132Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:31:53.133Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:32:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:32:00.912Z||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-15T08:32:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:32:01.541Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:32:01.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9360ddb3-99c8-43ad-92de-4b08e4d24320",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873889437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:32:01.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:32:01.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:32:01.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:32:01.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:32:01.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:32:01.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:32:01.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:32:01.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:32:01.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873902252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:32:01.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873905617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:32:01.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873906723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:32:01.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873907906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:32:01.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873909109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/vfwdfd65faacb2b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:32:01.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873910112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:32:01.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873911115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/resourceInstances/vfwdfd65faacb2b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:32:01.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:32:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873912119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715080738/1.0/artifacts/service-Vfw20220715080738-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:32:01.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:32:23.133Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:32:23.143Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:32:23.144Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:32:23.145Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:32:23.145Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:32:23.145Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:32:53.145Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:32:53.154Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:32:53.156Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:32:53.156Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:32:53.156Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:32:53.156Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:33:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:33:00.912Z||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-15T08:33:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:33:10.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:33:23.156Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:33:23.165Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:33:23.167Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:33:23.167Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:33:23.167Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:33:23.167Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:33:53.167Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:33:53.177Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:33:53.178Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:33:53.178Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:33:53.179Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:33:53.179Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:34:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:34:00.911Z||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-15T08:34:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:34:01.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:34:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874000576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874007095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874000355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:34:01.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874004132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874016585,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874015606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:34:01.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874008497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874017592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874016625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874017266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:34:01.562Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "policy-id",
  "timestamp": 1657874018595,
  "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-15T08:34:01.577Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d95f47ee-b9b8-468c-b769-c2b5bf71f53f
2022-07-15T08:34:01.577Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d95f47ee-b9b8-468c-b769-c2b5bf71f53f 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-15T08:34:01.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874017635,
  "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-15T08:34:01.588Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d95f47ee-b9b8-468c-b769-c2b5bf71f53f
2022-07-15T08:34:01.588Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d95f47ee-b9b8-468c-b769-c2b5bf71f53f 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-15T08:34:01.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "cds",
  "timestamp": 1657874018273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-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-15T08:34:01.598Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d95f47ee-b9b8-468c-b769-c2b5bf71f53f
2022-07-15T08:34:01.599Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d95f47ee-b9b8-468c-b769-c2b5bf71f53f 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-15T08:34:01.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874020568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:34:01.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874021601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:34:01.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "clamp",
  "timestamp": 1657874022606,
  "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-15T08:34:01.621Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d95f47ee-b9b8-468c-b769-c2b5bf71f53f
2022-07-15T08:34:01.621Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d95f47ee-b9b8-468c-b769-c2b5bf71f53f 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-15T08:34:01.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/resourceInstances/pnfcf1083307c040/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874022001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874030998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:34:01.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874037890,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6i0f7rdapnkifnyzuhce/1.0/artifacts/service-DemoPnf6i0f7rdapnkifnyzuhce-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:34:01.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:34:01.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:34:01.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d95f47ee-b9b8-468c-b769-c2b5bf71f53f",
  "consumerID": "aai-ml",
  "timestamp": 1657874038895,
  "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-15T08:34:01.637Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d95f47ee-b9b8-468c-b769-c2b5bf71f53f
2022-07-15T08:34:01.638Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d95f47ee-b9b8-468c-b769-c2b5bf71f53f 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-15T08:34:23.179Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:34:23.188Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:34:23.189Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:34:23.190Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:34:23.190Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:34:23.190Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:34:53.190Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:34:53.199Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:34:53.201Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:34:53.202Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:34:53.202Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:34:53.202Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:35:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:35:00.912Z||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-15T08:35:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:35:10.452Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:35:23.202Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:35:23.209Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:35:23.210Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:35:23.210Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:35:23.210Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:35:23.210Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:35:53.211Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:35:53.217Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:35:53.218Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:35:53.218Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:35:53.218Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:35:53.218Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:36:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:36:00.912Z||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-15T08:36:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:01.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:01.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.551Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.555Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.557Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874112001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874113497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874125542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874125120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874120356,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "cds",
  "timestamp": 1657874126548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-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-15T08:36:01.577Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ebe4978a-f3ab-45a1-afca-dc2bae928e6e
2022-07-15T08:36:01.577Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebe4978a-f3ab-45a1-afca-dc2bae928e6e 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-15T08:36:01.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874128219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874120576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874129242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874128407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "policy-id",
  "timestamp": 1657874130253,
  "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-15T08:36:01.587Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebe4978a-f3ab-45a1-afca-dc2bae928e6e
2022-07-15T08:36:01.587Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebe4978a-f3ab-45a1-afca-dc2bae928e6e 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-15T08:36:01.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874129525,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874124132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874130603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:01.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874131638,
  "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-15T08:36:01.595Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ebe4978a-f3ab-45a1-afca-dc2bae928e6e
2022-07-15T08:36:01.595Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebe4978a-f3ab-45a1-afca-dc2bae928e6e 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-15T08:36:01.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874127095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:36:01.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:36:01.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874132642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/resourceInstances/vfwf1929790e3660/artifacts/vfwf1929790e3660_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:36:01.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874141968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:36:01.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "aai-ml",
  "timestamp": 1657874142972,
  "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-15T08:36:01.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ebe4978a-f3ab-45a1-afca-dc2bae928e6e
2022-07-15T08:36:01.601Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebe4978a-f3ab-45a1-afca-dc2bae928e6e 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-15T08:36:01.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874145590,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:36:01.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874147601,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220715083344/1.0/artifacts/service-Vfw20220715083344-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:36:01.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:36:01.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:36:01.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ebe4978a-f3ab-45a1-afca-dc2bae928e6e",
  "consumerID": "clamp",
  "timestamp": 1657874148609,
  "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-15T08:36:01.607Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ebe4978a-f3ab-45a1-afca-dc2bae928e6e
2022-07-15T08:36:01.607Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ebe4978a-f3ab-45a1-afca-dc2bae928e6e 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-15T08:36:23.219Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:36:23.226Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f
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-15T08:36:23.228Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:36:23.228Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:36:23.228Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:36:23.229Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:36:53.229Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:36:53.229Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f 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-15T08:36:53.235Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f and serviceModelVersionId: 280017d5-61b4-4f3b-ac80-6d556e648ddb
2022-07-15T08:36:53.235Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22d1a48c-96b9-4d1b-9c12-caa04c50da0a
2022-07-15T08:36:53.236Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22d1a48c-96b9-4d1b-9c12-caa04c50da0a/model-vers/model-ver/280017d5-61b4-4f3b-ac80-6d556e648ddb?depth=0
2022-07-15T08:36:53.241Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:36:53.278Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d1a48c-96b9-4d1b-9c12-caa04c50da0a/model-vers/model-ver/280017d5-61b4-4f3b-ac80-6d556e648ddb?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-15T08:36:53.280Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d1a48c-96b9-4d1b-9c12-caa04c50da0a/model-vers/model-ver/280017d5-61b4-4f3b-ac80-6d556e648ddb?depth=0|INFO|500||Invoke
2022-07-15T08:36:53.310Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d1a48c-96b9-4d1b-9c12-caa04c50da0a/model-vers/model-ver/280017d5-61b4-4f3b-ac80-6d556e648ddb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:36:53.553Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d1a48c-96b9-4d1b-9c12-caa04c50da0a/model-vers/model-ver/280017d5-61b4-4f3b-ac80-6d556e648ddb?depth=0|INFO|500||InvokeReturn
2022-07-15T08:36:53.554Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22d1a48c-96b9-4d1b-9c12-caa04c50da0a/model-vers/model-ver/280017d5-61b4-4f3b-ac80-6d556e648ddb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220715-08:36:53:229-23734], vertex-id=[569584], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:36:53 GMT], Content-Type=[application/json]}
2022-07-15T08:36:53.554Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:36:53.555Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:36:53.555Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:36:53.561Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:36:53.562Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b2f6b51-d3d0-4b51-868a-d33395b1cd1f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:36:53.562Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:36:53.563Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:53.565Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:53.565Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874213562,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:36:53.666Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:36:53.667Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:53.667Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:53.684Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:53.685Z||pool-212-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:36:54.575Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:36:54.575Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2f3b7bfa-857b-4d97-b258-dd02c99670fe","serviceName":"Demo_pNF_lT3GFxeuhzfd5v70GtFT","serviceVersion":"1.0","serviceUUID":"e66edf59-3934-4036-97ab-4da03c25fbc1","serviceDescription":"catalog service description","serviceInvariantUUID":"31a1a183-7b14-4e6c-95eb-1896ac72ded0","resources":[{"resourceInstanceName":"pNF a2e3e5eb-4914 0","resourceName":"pNF a2e3e5eb-4914","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"77a2c720-f1ea-4779-a6c3-fcc90366d121","resourceInvariantUUID":"3be91b71-f1f9-4b38-978a-556cae5cac8a","resourceCustomizationUUID":"f33678ee-b04d-4994-8bab-23686dc62e58","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml","artifactChecksum":"MGVlMTA2YWM5OWU5NGViMmM4YTQzMmY2NWJlZjg3ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fce6f7ff-9fde-4b1f-8c44-46203e4d7244","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar","artifactChecksum":"NzVjYzIyNzg1ZjkzNjZkNTI1MmFlOTYzYzZhMWNjZTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"038a1cf0-f182-4eae-9e43-f4ce148213fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"449a776d-13ef-4908-90c0-02f6c8cd7adc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml","artifactChecksum":"MDg1OTRkOWZlMWU4OTNkOTllYmQ3MzFkNjAwYWI4MTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4609c6b7-34aa-45b9-a299-5f119a4b9653","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fcf97232-fea6-4859-af0e-792d24b7be2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ec5c1c2-1b03-42e4-8bc8-4de0f7e9fa30","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml","artifactChecksum":"N2MyZTY4MTE5MWY1NjIzZGU4NjZlM2YwMzJkZDliZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbde7769-8025-4878-b09f-beed664864b1","artifactVersion":"1"},{"artifactName":"service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar","artifactChecksum":"NTIzYmY0MTA2NjZiMWJhOWExY2M5OWEzN2IwNGEyZWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8330ff66-118e-4dc0-9e43-e726236a4002","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:36:54.576Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:36:54.576Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:54.578Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:54.578Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:54.679Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:36:54.680Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:54.680Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:54.693Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:54.694Z||pool-213-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:36:55.579Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:36:55.580Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:55.582Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:55.583Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:55.683Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:36:55.683Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:55.683Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:55.694Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:55.695Z||pool-214-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:36:56.583Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:36:56.584Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:56.586Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:56.586Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:56.686Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:36:56.687Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:56.688Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:56.701Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:56.702Z||pool-215-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:36:57.586Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:36:57.587Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:57.589Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:57.589Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:57.691Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-15T08:36:57.692Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:57.692Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:57.705Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:57.705Z||pool-216-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:36:58.590Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:36:58.590Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:58.592Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:58.592Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:58.692Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:36:58.693Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:58.693Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:58.703Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:58.704Z||pool-217-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:36:59.592Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:36:59.593Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:36:59.595Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:36:59.596Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:36:59.697Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:36:59.699Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:36:59.699Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:36:59.709Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:36:59.710Z||pool-218-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:37:00.596Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:37:00.596Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:37:00.598Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:37:00.598Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:00.701Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-15T08:37:00.701Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:37:00.702Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:37:00.719Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:37:00.720Z||pool-219-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:37:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:37:00.911Z||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-15T08:37:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:37:01.547Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:37:01.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1b2f6b51-d3d0-4b51-868a-d33395b1cd1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874213562,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.549Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/resourceInstances/pnfa2e3e5eb49140/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:37:01.550Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:37:01.599Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:37:01.599Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:37:01.601Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:37:01.601Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:37:01.701Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:37:01.703Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:37:01.703Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:37:01.716Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:37:01.716Z||pool-220-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:37:02.602Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "serviceName": "Demo_pNF_lT3GFxeuhzfd5v70GtFT",
  "serviceVersion": "1.0",
  "serviceUUID": "e66edf59-3934-4036-97ab-4da03c25fbc1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "31a1a183-7b14-4e6c-95eb-1896ac72ded0",
  "resources": [
    {
      "resourceInstanceName": "pNF a2e3e5eb-4914 0",
      "resourceCustomizationUUID": "f33678ee-b04d-4994-8bab-23686dc62e58",
      "resourceName": "pNF a2e3e5eb-4914",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "77a2c720-f1ea-4779-a6c3-fcc90366d121",
      "resourceInvariantUUID": "3be91b71-f1f9-4b38-978a-556cae5cac8a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
      "artifactChecksum": "NTIzYmY0MTA2NjZiMWJhOWExY2M5OWEzN2IwNGEyZWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8330ff66-118e-4dc0-9e43-e726236a4002"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:37:02.603Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:37:02.603Z|1b2f6b51-d3d0-4b51-868a-d33395b1cd1f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e66edf59-3934-4036-97ab-4da03c25fbc1 ASDC
2022-07-15T08:37:02.604Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2f3b7bfa-857b-4d97-b258-dd02c99670fe
ServiceName:Demo_pNF_lT3GFxeuhzfd5v70GtFT
ServiceVersion:1.0
ServiceUUID:e66edf59-3934-4036-97ab-4da03c25fbc1
ServiceInvariantUUID:31a1a183-7b14-4e6c-95eb-1896ac72ded0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
ArtifactUUID:8330ff66-118e-4dc0-9e43-e726236a4002
ArtifactChecksum:NTIzYmY0MTA2NjZiMWJhOWExY2M5OWEzN2IwNGEyZWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a2e3e5eb-4914 0
ResourceCustomizationUUID:f33678ee-b04d-4994-8bab-23686dc62e58
ResourceInvariantUUID:3be91b71-f1f9-4b38-978a-556cae5cac8a
ResourceName:pNF a2e3e5eb-4914
ResourceType:PNF
ResourceUUID:77a2c720-f1ea-4779-a6c3-fcc90366d121
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-15T08:37:02.604Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e66edf59-3934-4036-97ab-4da03c25fbc1 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-15T08:37:02.624Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:37:02.625Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:37:02.625Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:37:02.625Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8330ff66-118e-4dc0-9e43-e726236a4002 from URL: /sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:02.626Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:37:02.626Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:02.928Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:37:02.931Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar 8330ff66-118e-4dc0-9e43-e726236a4002 86677
2022-07-15T08:37:02.932Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar ASDC sendASDCNotification
2022-07-15T08:37:02.932Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:02.932Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:37:02.932Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:37:02.935Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:37:02.935Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874222932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:37:03.035Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:37:03.035Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:37:03.036Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:37:03.048Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:37:03.048Z||pool-221-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:37:03.936Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:37:03.939Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:37:03.939Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8330ff66-118e-4dc0-9e43-e726236a4002, URL: /sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar to file: /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:03.940Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:03.941Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:03.941Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.074Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2052097222207259739/Definitions/service-DemoPnfLt3gfxeuhzfd5v70gtft-template.yml
2022-07-15T08:37:04.819Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:37:04.820Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:37:04.820Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.820Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-15T08:37:04.820Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.821Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.821Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.821Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.821Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.821Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a2e3e5eb-4914 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-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.821Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.822Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:37:04.822Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.822Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.822Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Node template pNF a2e3e5eb-4914 0 is matching search criteria
2022-07-15T08:37:04.823Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:37:04.823Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a2e3e5eb-4914 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:37:04.823Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.823Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.824Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Node template pNF a2e3e5eb-4914 0 is matching search criteria
2022-07-15T08:37:04.824Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:37:04.824Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a2e3e5eb-4914 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:37:04.824Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.825Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.825Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.825Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.825Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.825Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.825Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.826Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.826Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.826Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.826Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lT3GFxeuhzfd5v70GtFT
Description:catalog service description
Model UUID:e66edf59-3934-4036-97ab-4da03c25fbc1
Model Version:NULL
Model InvariantUuid:31a1a183-7b14-4e6c-95eb-1896ac72ded0
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-15T08:37:04.834Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 77a2c720-f1ea-4779-a6c3-fcc90366d121
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-15T08:37:04.837Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||pNF a2e3e5eb-4914 0
2022-07-15T08:37:04.837Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 77a2c720-f1ea-4779-a6c3-fcc90366d121
2022-07-15T08:37:04.837Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e66edf59-3934-4036-97ab-4da03c25fbc1
2022-07-15T08:37:04.837Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e66edf59-3934-4036-97ab-4da03c25fbc1
2022-07-15T08:37:04.838Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a2e3e5eb-4914 0 77a2c720-f1ea-4779-a6c3-fcc90366d121 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-15T08:37:04.841Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f73b499, org.onap.sdc.toscaparser.api.parameters.Input@4e220c6c, org.onap.sdc.toscaparser.api.parameters.Input@2f8b644c, org.onap.sdc.toscaparser.api.parameters.Input@1101c493, org.onap.sdc.toscaparser.api.parameters.Input@13546d56]
2022-07-15T08:37:04.842Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.842Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.842Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e66edf59-3934-4036-97ab-4da03c25fbc1: pNF a2e3e5eb-4914
2022-07-15T08:37:04.843Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Processing PNF resource: 77a2c720-f1ea-4779-a6c3-fcc90366d121
2022-07-15T08:37:04.843Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:37:04.843Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_lT3GFxeuhzfd5v70GtFT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:37:04.843Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||Resource customization UUID: f33678ee-b04d-4994-8bab-23686dc62e58 is the same as notified resource customizationUUID: f33678ee-b04d-4994-8bab-23686dc62e58
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-15T08:37:04.872Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a2e3e5eb-4914 77a2c720-f1ea-4779-a6c3-fcc90366d121 0 ASDC deployResourceStructure
2022-07-15T08:37:04.872Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar ASDC sendASDCNotification
2022-07-15T08:37:04.873Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar
2022-07-15T08:37:04.873Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:37:04.873Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:37:04.875Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:37:04.875Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874224872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:37:04.975Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:37:04.976Z||pool-222-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:37:04.976Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:37:04.989Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:37:04.989Z||pool-222-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:37:05.876Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:37:05.883Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:37:05.884Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:37:05.884Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:37:05.885Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:37:05.885Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:37:35.885Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:37:35.892Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:37:35.893Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:37:35.894Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:37:35.894Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:37:35.894Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:38:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:38:00.912Z||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-15T08:38:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:38:01.043Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:38:01.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:38:01.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:38:01.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:38:05.894Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:38:05.902Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:38:05.903Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:38:05.904Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:38:05.904Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:38:05.904Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:38:35.904Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:38:35.909Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:38:35.911Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:38:35.911Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:38:35.911Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:38:35.911Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:39:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:39:00.911Z||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-15T08:39:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:39:01.440Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:39:01.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:39:01.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874222932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:39:01.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:39:01.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:39:01.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874224872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLt3gfxeuhzfd5v70gtft/1.0/artifacts/service-DemoPnfLt3gfxeuhzfd5v70gtft-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:39:01.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:39:05.911Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:39:05.918Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:39:05.919Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:39:05.919Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:39:05.919Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:39:05.920Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:39:35.920Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:39:35.927Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:39:35.928Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:39:35.928Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:39:35.928Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:39:35.929Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:40:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:40:00.911Z||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-15T08:40:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:40:05.929Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:40:05.934Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:40:05.936Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:40:05.936Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:40:05.936Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:40:05.936Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:40:10.473Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:40:35.936Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:40:35.943Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:40:35.944Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:40:35.945Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:40:35.945Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:40:35.945Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:41:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:41:00.911Z||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-15T08:41:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:41:05.945Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:41:05.952Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:41:05.954Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:41:05.954Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:41:05.954Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:41:05.954Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:41:10.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:41:35.955Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:41:35.961Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe
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-15T08:41:35.962Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:41:35.963Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:41:35.963Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:41:35.963Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:42:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:42:00.911Z||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-15T08:42:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:05.963Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:42:05.963Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe 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-15T08:42:05.968Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f3b7bfa-857b-4d97-b258-dd02c99670fe and serviceModelVersionId: e66edf59-3934-4036-97ab-4da03c25fbc1
2022-07-15T08:42:05.968Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31a1a183-7b14-4e6c-95eb-1896ac72ded0
2022-07-15T08:42:05.969Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31a1a183-7b14-4e6c-95eb-1896ac72ded0/model-vers/model-ver/e66edf59-3934-4036-97ab-4da03c25fbc1?depth=0
2022-07-15T08:42:05.975Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:42:06.018Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1a183-7b14-4e6c-95eb-1896ac72ded0/model-vers/model-ver/e66edf59-3934-4036-97ab-4da03c25fbc1?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-15T08:42:06.020Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1a183-7b14-4e6c-95eb-1896ac72ded0/model-vers/model-ver/e66edf59-3934-4036-97ab-4da03c25fbc1?depth=0|INFO|500||Invoke
2022-07-15T08:42:06.044Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1a183-7b14-4e6c-95eb-1896ac72ded0/model-vers/model-ver/e66edf59-3934-4036-97ab-4da03c25fbc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:42:06.227Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1a183-7b14-4e6c-95eb-1896ac72ded0/model-vers/model-ver/e66edf59-3934-4036-97ab-4da03c25fbc1?depth=0|INFO|500||InvokeReturn
2022-07-15T08:42:06.228Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1a183-7b14-4e6c-95eb-1896ac72ded0/model-vers/model-ver/e66edf59-3934-4036-97ab-4da03c25fbc1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:42:05:945-68673], vertex-id=[266344], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:42:05 GMT], Content-Type=[application/json]}
2022-07-15T08:42:06.228Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:42:06.228Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:42:06.228Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:42:06.235Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:42:06.235Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f3b7bfa-857b-4d97-b258-dd02c99670fe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:42:06.235Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:42:06.235Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:06.237Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:06.237Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874526235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:42:06.338Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:42:06.339Z||pool-223-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:06.339Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:06.351Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:06.351Z||pool-223-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:06.966Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:06.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:42:06.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2f3b7bfa-857b-4d97-b258-dd02c99670fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874526235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:42:06.968Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:42:07.247Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:42:07.247Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"75647fb0-e947-4a20-a9bd-0a8e8e484fa3","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"85d462d6-a6d3-4c94-861a-8502a8660f19","serviceDescription":"service","serviceInvariantUUID":"47ba9cef-fecb-402e-80ff-a683b87579f2","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c67e2078-285c-4fc8-98a1-352e1f9e4e58","resourceInvariantUUID":"fcdb4b10-c5c9-453d-b452-36207baaaecb","resourceCustomizationUUID":"ecdbca68-54bb-46fd-8946-037501c3695b","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":"ODIzNDBkMjYyYWNhZjY5ZmE0MmU3YjBkZjA0YzE2ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c27196f-4472-4ca6-b09f-b52375c5a1a1","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":"ZWMyNmUyNmU1ZWE3YWJmYmYxNmYzNGI1MjM3OWI3OTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81586bd3-a743-47fa-9837-c295eb78ab67","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":"e29dd8dc-6f3f-4390-97d9-a3666d057c8e","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":"a990e22e-06cc-4769-8714-68fcae6ab62e","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":"6140ceca-b1a6-44f4-8d88-2ed45e58a25b","artifactVersion":"2","generatedFromUUID":"eee99fa6-d76d-4e7d-a976-5ef963c2d876"},{"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":"8bdccda8-122c-404f-b5ef-3e68a77f70f9","artifactVersion":"2","generatedFromUUID":"e29dd8dc-6f3f-4390-97d9-a3666d057c8e"},{"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":"eee99fa6-d76d-4e7d-a976-5ef963c2d876","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":"16507815-72d1-43c2-bba8-9b76b3de78c9","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":"M2I3MmIwNTdhOGQzZjg2NzEzNGNhN2VhYmJlMzRiMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0254334-3b40-431d-802b-b5c9ce01c504","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTZjZTcxNmFjMDM5Y2U0OGZkNjAxM2VjNmJkNmYyMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c72b1ca9-783b-4f03-b233-e5ce69d9a151","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:42:07.249Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:07.249Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:07.251Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:07.251Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:42:07.352Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:42:07.352Z||pool-224-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:07.353Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:07.364Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:07.365Z||pool-224-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:08.252Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:08.252Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:08.255Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:08.255Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:42:08.355Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:08.356Z||pool-225-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:08.356Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:08.368Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:08.369Z||pool-225-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:09.256Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:09.256Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:09.258Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:09.258Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:42:09.358Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:09.359Z||pool-226-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:09.359Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:09.374Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:09.375Z||pool-226-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:10.259Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:10.259Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:10.261Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:10.261Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:42:10.361Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:10.362Z||pool-227-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:10.362Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:10.374Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:10.374Z||pool-227-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:11.261Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:11.262Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:11.264Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:11.264Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-15T08:42:11.364Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:11.365Z||pool-228-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:11.365Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:11.378Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:11.378Z||pool-228-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:12.264Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:12.265Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:12.267Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:12.267Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-15T08:42:12.367Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:12.368Z||pool-229-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:12.368Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:12.380Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:12.381Z||pool-229-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:13.268Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:13.268Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:13.270Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:13.270Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-15T08:42:13.371Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:42:13.371Z||pool-230-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:13.372Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:13.384Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:13.385Z||pool-230-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:14.271Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:14.272Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:14.274Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:14.274Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:42:14.375Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:14.376Z||pool-231-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:14.376Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:14.388Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:14.388Z||pool-231-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:15.275Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:15.276Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:15.278Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:15.278Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:42:15.378Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:15.379Z||pool-232-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:15.380Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:15.392Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:15.393Z||pool-232-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:16.278Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:42:16.279Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:16.281Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:16.281Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:42:16.382Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:16.383Z||pool-233-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:16.383Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:16.395Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:16.395Z||pool-233-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:17.282Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "85d462d6-a6d3-4c94-861a-8502a8660f19",
  "serviceDescription": "service",
  "serviceInvariantUUID": "47ba9cef-fecb-402e-80ff-a683b87579f2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "ecdbca68-54bb-46fd-8946-037501c3695b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c67e2078-285c-4fc8-98a1-352e1f9e4e58",
      "resourceInvariantUUID": "fcdb4b10-c5c9-453d-b452-36207baaaecb",
      "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": "ZWMyNmUyNmU1ZWE3YWJmYmYxNmYzNGI1MjM3OWI3OTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81586bd3-a743-47fa-9837-c295eb78ab67",
          "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": "e29dd8dc-6f3f-4390-97d9-a3666d057c8e",
          "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": "8bdccda8-122c-404f-b5ef-3e68a77f70f9",
            "generatedFromUUID": "e29dd8dc-6f3f-4390-97d9-a3666d057c8e"
          },
          "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": "6140ceca-b1a6-44f4-8d88-2ed45e58a25b",
          "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": "8bdccda8-122c-404f-b5ef-3e68a77f70f9",
          "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": "eee99fa6-d76d-4e7d-a976-5ef963c2d876",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTZjZTcxNmFjMDM5Y2U0OGZkNjAxM2VjNmJkNmYyMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c72b1ca9-783b-4f03-b233-e5ce69d9a151"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:42:17.283Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:42:17.283Z|2f3b7bfa-857b-4d97-b258-dd02c99670fe|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85d462d6-a6d3-4c94-861a-8502a8660f19 ASDC
2022-07-15T08:42:17.283Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:75647fb0-e947-4a20-a9bd-0a8e8e484fa3
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:85d462d6-a6d3-4c94-861a-8502a8660f19
ServiceInvariantUUID:47ba9cef-fecb-402e-80ff-a683b87579f2
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:c72b1ca9-783b-4f03-b233-e5ce69d9a151
ArtifactChecksum:YTZjZTcxNmFjMDM5Y2U0OGZkNjAxM2VjNmJkNmYyMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:ecdbca68-54bb-46fd-8946-037501c3695b
ResourceInvariantUUID:fcdb4b10-c5c9-453d-b452-36207baaaecb
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c67e2078-285c-4fc8-98a1-352e1f9e4e58
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:81586bd3-a743-47fa-9837-c295eb78ab67
ArtifactChecksum:ZWMyNmUyNmU1ZWE3YWJmYmYxNmYzNGI1MjM3OWI3OTA=
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:e29dd8dc-6f3f-4390-97d9-a3666d057c8e
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:8bdccda8-122c-404f-b5ef-3e68a77f70f9
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:6140ceca-b1a6-44f4-8d88-2ed45e58a25b
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:8bdccda8-122c-404f-b5ef-3e68a77f70f9
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:eee99fa6-d76d-4e7d-a976-5ef963c2d876
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T08:42:17.284Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85d462d6-a6d3-4c94-861a-8502a8660f19 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-15T08:42:17.316Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:42:17.316Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:42:17.316Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:42:17.317Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c72b1ca9-783b-4f03-b233-e5ce69d9a151 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:17.317Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:42:17.317Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:17.486Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:42:17.497Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c72b1ca9-783b-4f03-b233-e5ce69d9a151 162261
2022-07-15T08:42:17.498Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:17.498Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:17.498Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:42:17.498Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:17.501Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:17.501Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874537498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:42:17.602Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:42:17.603Z||pool-234-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:17.603Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:17.615Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:17.615Z||pool-234-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:18.502Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:42:18.503Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:42:18.503Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c72b1ca9-783b-4f03-b233-e5ce69d9a151, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:18.504Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-15T08:42:18.504Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:18.505Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:18.703Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17087120911255916274/Definitions/service-BasicCnfMacro-template.yml
2022-07-15T08:42:19.857Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:42:19.858Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.859Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-15T08:42:19.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.861Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:42:19.862Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=eede43da-b38a-47e0-9925-bb4b04ccdbc2
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.863Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.864Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.864Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.864Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:19.864Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:19.864Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:85d462d6-a6d3-4c94-861a-8502a8660f19
Model Version:NULL
Model InvariantUuid:47ba9cef-fecb-402e-80ff-a683b87579f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:67a0ea33-e373-47cb-99eb-00bb1b481419
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fcdb4b10-c5c9-453d-b452-36207baaaecb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ecdbca68-54bb-46fd-8946-037501c3695b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dd629471-643a-4b50-83f3-cdfd8fab9880
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:1e331fb0-b3a8-49fb-b21e-5508024a6046
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0d3a1e45-7897-4c44-b1b3-ba38bfa9af14
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:2701f852-f706-433f-914c-132e45402259
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eede43da-b38a-47e0-9925-bb4b04ccdbc2
ModelInvariantUuid:0227e7d3-ec1c-4fe5-b3e3-a0fce864bf77
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:59179916-f08b-42f5-89dc-13f800f25f24
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:4ef7d2f7-b9a6-4e2c-801e-6fd25d5304d9
ModelInvariantUuid:b06fffce-aab0-4a23-8038-e7718de848e1
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:37f94457-aa6f-4ae9-ab55-dbff8a0355d8
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-15T08:42:19.872Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c67e2078-285c-4fc8-98a1-352e1f9e4e58
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-15T08:42:19.875Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0
2022-07-15T08:42:19.875Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c67e2078-285c-4fc8-98a1-352e1f9e4e58
2022-07-15T08:42:19.875Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 81586bd3-a743-47fa-9837-c295eb78ab67 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-15T08:42:19.875Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:42:19.875Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:19.955Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:42:19.956Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 81586bd3-a743-47fa-9837-c295eb78ab67 1565
2022-07-15T08:42:19.956Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:19.956Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:19.957Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:42:19.957Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:19.960Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:19.960Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874539956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:42:20.059Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:42:20.060Z||pool-235-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:20.060Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:20.072Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:20.072Z||pool-235-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:20.964Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0d3a1e45-7897-4c44-b1b3-ba38bfa9af14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2701f852-f706-433f-914c-132e45402259",
    "vfModuleModelCustomizationUUID": "085d3b94-6093-4e08-a67c-8b0c799c21fa",
    "isBase": true,
    "artifacts": [
      "e29dd8dc-6f3f-4390-97d9-a3666d057c8e",
      "8bdccda8-122c-404f-b5ef-3e68a77f70f9"
    ],
    "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": "dd629471-643a-4b50-83f3-cdfd8fab9880",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e331fb0-b3a8-49fb-b21e-5508024a6046",
    "vfModuleModelCustomizationUUID": "def031aa-8c26-4a2b-bac5-7cd0411d7ed0",
    "isBase": false,
    "artifacts": [
      "eee99fa6-d76d-4e7d-a976-5ef963c2d876"
    ],
    "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-15T08:42:20.978Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2701f852-f706-433f-914c-132e45402259
VfModuleModelInvariantUUID:0d3a1e45-7897-4c44-b1b3-ba38bfa9af14
VfModuleModelDescription:NULL
Artifacts UUID List:{
e29dd8dc-6f3f-4390-97d9-a3666d057c8e
,
8bdccda8-122c-404f-b5ef-3e68a77f70f9

}
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:1e331fb0-b3a8-49fb-b21e-5508024a6046
VfModuleModelInvariantUUID:dd629471-643a-4b50-83f3-cdfd8fab9880
VfModuleModelDescription:NULL
Artifacts UUID List:{
eee99fa6-d76d-4e7d-a976-5ef963c2d876

}
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-15T08:42:20.986Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0d3a1e45-7897-4c44-b1b3-ba38bfa9af14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2701f852-f706-433f-914c-132e45402259",
    "vfModuleModelCustomizationUUID": "085d3b94-6093-4e08-a67c-8b0c799c21fa",
    "isBase": true,
    "artifacts": [
      "e29dd8dc-6f3f-4390-97d9-a3666d057c8e",
      "8bdccda8-122c-404f-b5ef-3e68a77f70f9"
    ],
    "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": "dd629471-643a-4b50-83f3-cdfd8fab9880",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e331fb0-b3a8-49fb-b21e-5508024a6046",
    "vfModuleModelCustomizationUUID": "def031aa-8c26-4a2b-bac5-7cd0411d7ed0",
    "isBase": false,
    "artifacts": [
      "eee99fa6-d76d-4e7d-a976-5ef963c2d876"
    ],
    "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-15T08:42:20.986Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2701f852-f706-433f-914c-132e45402259
VfModuleModelInvariantUUID:0d3a1e45-7897-4c44-b1b3-ba38bfa9af14
VfModuleModelDescription:NULL
Artifacts UUID List:{
e29dd8dc-6f3f-4390-97d9-a3666d057c8e
,
8bdccda8-122c-404f-b5ef-3e68a77f70f9

}
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:1e331fb0-b3a8-49fb-b21e-5508024a6046
VfModuleModelInvariantUUID:dd629471-643a-4b50-83f3-cdfd8fab9880
VfModuleModelDescription:NULL
Artifacts UUID List:{
eee99fa6-d76d-4e7d-a976-5ef963c2d876

}
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-15T08:42:20.986Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e29dd8dc-6f3f-4390-97d9-a3666d057c8e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-15T08:42:20.986Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:42:20.987Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:21.104Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:42:21.105Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e29dd8dc-6f3f-4390-97d9-a3666d057c8e 914
2022-07-15T08:42:21.106Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:21.106Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:21.106Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:42:21.107Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:21.109Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:21.109Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874541106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:42:21.209Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:42:21.210Z||pool-236-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:21.210Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:21.230Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:21.230Z||pool-236-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:22.110Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6140ceca-b1a6-44f4-8d88-2ed45e58a25b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-15T08:42:22.110Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:42:22.111Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:22.210Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:42:22.210Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6140ceca-b1a6-44f4-8d88-2ed45e58a25b 12
2022-07-15T08:42:22.210Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:22.211Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:22.211Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:42:22.211Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:22.213Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:22.213Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874542210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:42:22.313Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:22.314Z||pool-237-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:22.314Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:22.328Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:22.328Z||pool-237-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:23.213Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8bdccda8-122c-404f-b5ef-3e68a77f70f9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-15T08:42:23.214Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:42:23.214Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:23.532Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:42:23.533Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8bdccda8-122c-404f-b5ef-3e68a77f70f9 96
2022-07-15T08:42:23.533Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:23.533Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:23.533Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:42:23.533Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:23.535Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:23.535Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874543533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:42:23.635Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:23.636Z||pool-238-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:23.636Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:23.647Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:23.647Z||pool-238-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:24.536Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eee99fa6-d76d-4e7d-a976-5ef963c2d876 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-15T08:42:24.536Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:42:24.536Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:24.655Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:42:24.656Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz eee99fa6-d76d-4e7d-a976-5ef963c2d876 20206
2022-07-15T08:42:24.656Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:24.656Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:24.657Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:42:24.657Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:24.659Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:24.659Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874544656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:42:24.759Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:24.760Z||pool-239-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:24.760Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:24.773Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:24.773Z||pool-239-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:25.663Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 85d462d6-a6d3-4c94-861a-8502a8660f19
2022-07-15T08:42:25.663Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c67e2078-285c-4fc8-98a1-352e1f9e4e58 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-15T08:42:25.673Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@397ce797, org.onap.sdc.toscaparser.api.parameters.Input@1a5abe07, org.onap.sdc.toscaparser.api.parameters.Input@9bd2e7d, org.onap.sdc.toscaparser.api.parameters.Input@3555419d, org.onap.sdc.toscaparser.api.parameters.Input@6bcb58ff]
2022-07-15T08:42:25.674Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.674Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.674Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T08:42:25.674Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ecdbca68-54bb-46fd-8946-037501c3695b
2022-07-15T08:42:25.675Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ecdbca68-54bb-46fd-8946-037501c3695b matches Tosca VF Customization UUID: ecdbca68-54bb-46fd-8946-037501c3695b
2022-07-15T08:42:25.675Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ecdbca68-54bb-46fd-8946-037501c3695b  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-15T08:42:25.677Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.677Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.678Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ecdbca68-54bb-46fd-8946-037501c3695b: {\"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-15T08:42:25.678Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bc69d9d
2022-07-15T08:42:25.678Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.678Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:42:25.678Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : def031aa-8c26-4a2b-bac5-7cd0411d7ed0
2022-07-15T08:42:25.679Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID def031aa-8c26-4a2b-bac5-7cd0411d7ed0
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-15T08:42:25.681Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.681Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:25.681Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:42:25.682Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.682Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:25.682Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:42:25.682Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.682Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-15T08:42:25.683Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ecdbca68-54bb-46fd-8946-037501c3695b
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-15T08:42:25.684Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.684Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.685Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 85d462d6-a6d3-4c94-861a-8502a8660f19: basic_cnf_macro
2022-07-15T08:42:25.685Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.685Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.685Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.685Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.685Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.686Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.686Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.686Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.686Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:42:25.686Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:42:25.686Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:25.724Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c67e2078-285c-4fc8-98a1-352e1f9e4e58 2 ASDC deployResourceStructure
2022-07-15T08:42:25.725Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:25.725Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:25.725Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:42:25.726Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:25.727Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:25.728Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874545725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:42:25.828Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:25.828Z||pool-240-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:25.828Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:25.842Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:25.842Z||pool-240-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:26.729Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:26.729Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:26.729Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:42:26.730Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:26.731Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:26.732Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874546729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:42:26.832Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:26.833Z||pool-241-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:26.833Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:26.846Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:26.846Z||pool-241-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:27.732Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:27.733Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:27.733Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-15T08:42:27.734Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:27.735Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:27.735Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874547732,
  "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-15T08:42:27.836Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:42:27.836Z||pool-242-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:27.836Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:27.849Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:27.849Z||pool-242-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:28.736Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:28.737Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:28.737Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:42:28.738Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:28.740Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:28.740Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874548736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:42:28.840Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:28.841Z||pool-243-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:28.841Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:28.851Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:28.852Z||pool-243-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:42:29.741Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:29.741Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:29.741Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-15T08:42:29.742Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:29.743Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:29.744Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874549741,
  "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-15T08:42:29.845Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:42:29.846Z||pool-244-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:29.846Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:29.866Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:29.866Z||pool-244-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:30.744Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:30.745Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||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-15T08:42:30.745Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:42:30.745Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:42:30.747Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:42:30.747Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874550744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:42:30.847Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:42:30.848Z||pool-245-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:42:30.848Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:42:30.859Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:42:30.860Z||pool-245-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:42:31.747Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:42:31.753Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:42:31.754Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:42:31.755Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:42:31.755Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:42:31.755Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:43:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:43:00.911Z||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-15T08:43:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:43:01.539Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:43:01.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-15T08:43:01.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:43:01.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:43:01.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:43:01.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874537498,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874539956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874541106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:43:01.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874542210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874543533,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874544656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874545725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874546729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:43:01.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874547732,
  "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-15T08:43:01.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874548736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874549741,
  "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-15T08:43:01.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:43:01.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874550744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:43:01.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:43:01.755Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:43:01.761Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:43:01.762Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:43:01.762Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:43:01.762Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:43:01.762Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:43:31.763Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:43:31.770Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:43:31.771Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:43:31.771Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:43:31.771Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:43:31.771Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:44:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:44:00.912Z||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-15T08:44:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:44:01.772Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:44:01.777Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:44:01.779Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:44:01.779Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:44:01.779Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:44:01.779Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:44:10.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:44:31.779Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:44:31.786Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:44:31.787Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:44:31.787Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:44:31.787Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:44:31.787Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:45:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:45:00.911Z||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-15T08:45:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:45:01.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:45:01.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657874660576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874667095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874660355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:45:01.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874664132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874668497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874677206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:45:01.559Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874676161,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874678211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874677181,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874677277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:45:01.560Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "policy-id",
  "timestamp": 1657874679215,
  "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-15T08:45:01.570Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a536133-22a7-4368-9886-8f6a069bf6aa
2022-07-15T08:45:01.570Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a536133-22a7-4368-9886-8f6a069bf6aa 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-15T08:45:01.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657874678186,
  "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-15T08:45:01.576Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7a536133-22a7-4368-9886-8f6a069bf6aa
2022-07-15T08:45:01.576Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a536133-22a7-4368-9886-8f6a069bf6aa 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-15T08:45:01.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "cds",
  "timestamp": 1657874678284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-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-15T08:45:01.582Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a536133-22a7-4368-9886-8f6a069bf6aa
2022-07-15T08:45:01.582Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a536133-22a7-4368-9886-8f6a069bf6aa 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-15T08:45:01.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874686696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874688706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/resourceInstances/pnfd78779417d440/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "clamp",
  "timestamp": 1657874689710,
  "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-15T08:45:01.592Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a536133-22a7-4368-9886-8f6a069bf6aa
2022-07-15T08:45:01.592Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a536133-22a7-4368-9886-8f6a069bf6aa 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-15T08:45:01.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:45:01.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874682001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:45:01.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:45:01.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874690816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874697243,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSoa18ci7lxvtwqzjiplg/1.0/artifacts/service-DemoPnfSoa18ci7lxvtwqzjiplg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-15T08:45:01.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a536133-22a7-4368-9886-8f6a069bf6aa",
  "consumerID": "aai-ml",
  "timestamp": 1657874698248,
  "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-15T08:45:01.600Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a536133-22a7-4368-9886-8f6a069bf6aa
2022-07-15T08:45:01.600Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a536133-22a7-4368-9886-8f6a069bf6aa 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-15T08:45:01.788Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:45:01.793Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:45:01.794Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:45:01.794Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:45:01.794Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:45:01.794Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:45:31.794Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:45:31.803Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:45:31.803Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:45:31.804Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:45:31.804Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:45:31.804Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:46:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:46:00.912Z||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-15T08:46:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:46:01.804Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:46:01.812Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:46:01.813Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:46:01.814Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:46:01.814Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:46:01.814Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:46:10.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:46:31.814Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:46:31.828Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:46:31.829Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:46:31.829Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:46:31.829Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:46:31.830Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:47:00.911Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:47:00.913Z||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-15T08:47:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:01.830Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:47:01.838Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3
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-15T08:47:01.839Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:47:01.839Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:47:01.839Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:47:01.839Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:47:10.462Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:31.840Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:47:31.840Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 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-15T08:47:31.845Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 and serviceModelVersionId: 85d462d6-a6d3-4c94-861a-8502a8660f19
2022-07-15T08:47:31.845Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47ba9cef-fecb-402e-80ff-a683b87579f2
2022-07-15T08:47:31.847Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0
2022-07-15T08:47:31.860Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:47:31.924Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0|INFO|500||Invoke
2022-07-15T08:47:31.925Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75647fb0-e947-4a20-a9bd-0a8e8e484fa3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08f4414e-60b1-49e5-a9cd-aefd01f8aeb4], X-ECOMP-RequestID=[75647fb0-e947-4a20-a9bd-0a8e8e484fa3], X-TransactionId=[], X-ONAP-RequestID=[75647fb0-e947-4a20-a9bd-0a8e8e484fa3], Content-Type=[application/merge-patch+json]}
2022-07-15T08:47:31.952Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:47:32.233Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?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/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:47:31:853-92523], vertex-id=[270392], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:47:31 GMT], Content-Type=[application/json]}
2022-07-15T08:47:32.234Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:47:32.235Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47ba9cef-fecb-402e-80ff-a683b87579f2/model-vers/model-ver/85d462d6-a6d3-4c94-861a-8502a8660f19?depth=0|INFO|500||InvokeReturn
2022-07-15T08:47:32.236Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:47:32.236Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:47:32.243Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:47:32.243Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75647fb0-e947-4a20-a9bd-0a8e8e484fa3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:47:32.243Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:47:32.244Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:32.247Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:32.247Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874852243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:47:32.347Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:32.348Z||pool-246-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:32.348Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:32.364Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:32.364Z||pool-246-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-15T08:47:33.260Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:47:33.261Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"5bd5d23e-16be-4e5d-82e7-93a8e795ae35","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d65ebdfa-9c91-417f-8a56-c14aeb1074de","serviceDescription":"service","serviceInvariantUUID":"bdd4e245-3a01-4df5-bcb9-afd8d18163fe","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a0514e5-f01f-425e-94b3-5b06577d2c64","resourceInvariantUUID":"097cc6e9-0023-45ca-9738-7bf667db4b22","resourceCustomizationUUID":"467fb01e-b513-4d19-8805-410d4c2c9b2b","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":"NGU0NzUzZDAyMzdjMWJmNmU5YWI2MWViZGI3ZDM3MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c7af9cb-bc32-4837-ae17-341c7b8341e0","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":"Y2M0NTBiODliMDRmYzg2YjkxYTI3M2ZiZGNmYmEwZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d750c31-ba32-4d54-827d-d1b5e92a5b41","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":"769f14f3-9b7c-45ea-bd81-f1293e33b40f","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":"e217ec13-d52c-4eb3-b861-56525f671418","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":"369f0404-f363-4021-8d0a-6f7f1e8a9921","artifactVersion":"2","generatedFromUUID":"769f14f3-9b7c-45ea-bd81-f1293e33b40f"},{"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":"NDViNWYxYTZhMmFhOGE5YmIwMTdiMTkwZTAxNDhkNzg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c6cfcba4-0d14-4601-b1e9-929e23f65390","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":"ZjNjNWZmODRiOTMyMjI4N2E2NzMxNGUwN2NiOWY0MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8e16dc3b-b0b0-401e-8602-d42e3a22ff83","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGFhZjRkMzZjM2Q0ZDY1ZWE4YWE3YTRkM2IxN2UxNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eefb7490-5feb-451d-9ab4-ad832de32ce1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:47:33.262Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:33.262Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:33.264Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:33.265Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:47:33.364Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:47:33.365Z||pool-247-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:33.365Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:33.377Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:33.377Z||pool-247-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:34.265Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:34.266Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:34.269Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:34.270Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:47:34.370Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:34.371Z||pool-248-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:34.371Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:34.391Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:34.391Z||pool-248-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:35.270Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:35.271Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:35.273Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:35.273Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:47:35.373Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:35.374Z||pool-249-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:35.374Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:35.386Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:35.386Z||pool-249-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:36.274Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:36.274Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:36.277Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:36.277Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:47:36.377Z||pool-250-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:36.378Z||pool-250-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:36.378Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:36.389Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:36.389Z||pool-250-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:37.277Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:37.278Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:37.280Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:37.281Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-15T08:47:37.381Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:37.382Z||pool-251-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:37.382Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:37.395Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:37.396Z||pool-251-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:38.281Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:38.282Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:38.285Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:38.285Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:47:38.385Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:38.386Z||pool-252-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:38.386Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:38.399Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:38.399Z||pool-252-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:39.285Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:39.286Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:39.289Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:39.289Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:47:39.389Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:39.390Z||pool-253-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:39.390Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:39.401Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:39.402Z||pool-253-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:40.289Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:47:40.290Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:40.292Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:40.293Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:47:40.393Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:40.394Z||pool-254-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:40.394Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:40.407Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:40.407Z||pool-254-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:41.294Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d65ebdfa-9c91-417f-8a56-c14aeb1074de",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bdd4e245-3a01-4df5-bcb9-afd8d18163fe",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "467fb01e-b513-4d19-8805-410d4c2c9b2b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4a0514e5-f01f-425e-94b3-5b06577d2c64",
      "resourceInvariantUUID": "097cc6e9-0023-45ca-9738-7bf667db4b22",
      "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": "Y2M0NTBiODliMDRmYzg2YjkxYTI3M2ZiZGNmYmEwZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d750c31-ba32-4d54-827d-d1b5e92a5b41",
          "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": "769f14f3-9b7c-45ea-bd81-f1293e33b40f",
          "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": "369f0404-f363-4021-8d0a-6f7f1e8a9921",
            "generatedFromUUID": "769f14f3-9b7c-45ea-bd81-f1293e33b40f"
          },
          "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": "369f0404-f363-4021-8d0a-6f7f1e8a9921",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGFhZjRkMzZjM2Q0ZDY1ZWE4YWE3YTRkM2IxN2UxNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eefb7490-5feb-451d-9ab4-ad832de32ce1"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:47:41.294Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:47:41.294Z|75647fb0-e947-4a20-a9bd-0a8e8e484fa3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d65ebdfa-9c91-417f-8a56-c14aeb1074de ASDC
2022-07-15T08:47:41.295Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:5bd5d23e-16be-4e5d-82e7-93a8e795ae35
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d65ebdfa-9c91-417f-8a56-c14aeb1074de
ServiceInvariantUUID:bdd4e245-3a01-4df5-bcb9-afd8d18163fe
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:eefb7490-5feb-451d-9ab4-ad832de32ce1
ArtifactChecksum:ZGFhZjRkMzZjM2Q0ZDY1ZWE4YWE3YTRkM2IxN2UxNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:467fb01e-b513-4d19-8805-410d4c2c9b2b
ResourceInvariantUUID:097cc6e9-0023-45ca-9738-7bf667db4b22
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4a0514e5-f01f-425e-94b3-5b06577d2c64
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:2d750c31-ba32-4d54-827d-d1b5e92a5b41
ArtifactChecksum:Y2M0NTBiODliMDRmYzg2YjkxYTI3M2ZiZGNmYmEwZjU=
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:769f14f3-9b7c-45ea-bd81-f1293e33b40f
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:369f0404-f363-4021-8d0a-6f7f1e8a9921
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:369f0404-f363-4021-8d0a-6f7f1e8a9921
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-15T08:47:41.295Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d65ebdfa-9c91-417f-8a56-c14aeb1074de 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-15T08:47:41.323Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:47:41.323Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:47:41.323Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:47:41.324Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eefb7490-5feb-451d-9ab4-ad832de32ce1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-15T08:47:41.324Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:47:41.324Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-15T08:47:41.788Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:47:41.794Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar eefb7490-5feb-451d-9ab4-ad832de32ce1 82864
2022-07-15T08:47:41.794Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:41.794Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:41.795Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:47:41.795Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:41.797Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:41.797Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874861794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:47:41.897Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:41.898Z||pool-255-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:41.898Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:41.915Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:41.915Z||pool-255-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:42.798Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:47:42.799Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:47:42.799Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: eefb7490-5feb-451d-9ab4-ad832de32ce1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:42.799Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-15T08:47:42.800Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:42.801Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:43.018Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2495394296878842033/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-15T08:47:44.140Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:47:44.140Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:47:44.140Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:47:44.141Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.142Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.142Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:44.142Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:47:44.142Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.143Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:47:44.144Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.145Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:44.146Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:47:44.146Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.146Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-15T08:47:44.146Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-15T08:47:44.146Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-15T08:47:44.146Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ddd7acce-3d75-4255-91f4-e2ea846700cc
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:44.147Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d65ebdfa-9c91-417f-8a56-c14aeb1074de
Model Version:NULL
Model InvariantUuid:bdd4e245-3a01-4df5-bcb9-afd8d18163fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7ab896a5-c121-4d1e-b7a9-660a94898bab
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:097cc6e9-0023-45ca-9738-7bf667db4b22
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:467fb01e-b513-4d19-8805-410d4c2c9b2b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7a2555f0-b3ad-430f-a2fd-18b5ab46b3d0
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:28047991-1766-42e1-8bec-ab68de9fca1a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ddd7acce-3d75-4255-91f4-e2ea846700cc
ModelInvariantUuid:91a6857e-55d1-4135-b708-a9ff52ce381d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a801258c-2cd4-479d-9e0d-6010e77bf215
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2e3a1d59-10c5-4f87-8545-c49f492c837b
ModelInvariantUuid:6e5fd77b-8a19-42db-b2e8-b4cc94573e88
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0e3520c3-d153-4c8b-9bf7-d7938631ff70
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-15T08:47:44.155Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a0514e5-f01f-425e-94b3-5b06577d2c64
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-15T08:47:44.157Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-07-15T08:47:44.157Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a0514e5-f01f-425e-94b3-5b06577d2c64
2022-07-15T08:47:44.157Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2d750c31-ba32-4d54-827d-d1b5e92a5b41 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-15T08:47:44.157Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:47:44.157Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.260Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:47:44.260Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2d750c31-ba32-4d54-827d-d1b5e92a5b41 792
2022-07-15T08:47:44.261Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.261Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:44.261Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:47:44.261Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:44.263Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:44.263Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874864261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:47:44.363Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:44.364Z||pool-256-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:44.364Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:44.376Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:44.376Z||pool-256-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:47:45.264Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7a2555f0-b3ad-430f-a2fd-18b5ab46b3d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28047991-1766-42e1-8bec-ab68de9fca1a",
    "vfModuleModelCustomizationUUID": "77f2b290-40ac-41d9-a84b-2c522b016a8d",
    "isBase": true,
    "artifacts": [
      "769f14f3-9b7c-45ea-bd81-f1293e33b40f",
      "369f0404-f363-4021-8d0a-6f7f1e8a9921"
    ],
    "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-15T08:47:45.268Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28047991-1766-42e1-8bec-ab68de9fca1a
VfModuleModelInvariantUUID:7a2555f0-b3ad-430f-a2fd-18b5ab46b3d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
769f14f3-9b7c-45ea-bd81-f1293e33b40f
,
369f0404-f363-4021-8d0a-6f7f1e8a9921

}
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-15T08:47:45.269Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7a2555f0-b3ad-430f-a2fd-18b5ab46b3d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28047991-1766-42e1-8bec-ab68de9fca1a",
    "vfModuleModelCustomizationUUID": "77f2b290-40ac-41d9-a84b-2c522b016a8d",
    "isBase": true,
    "artifacts": [
      "769f14f3-9b7c-45ea-bd81-f1293e33b40f",
      "369f0404-f363-4021-8d0a-6f7f1e8a9921"
    ],
    "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-15T08:47:45.269Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28047991-1766-42e1-8bec-ab68de9fca1a
VfModuleModelInvariantUUID:7a2555f0-b3ad-430f-a2fd-18b5ab46b3d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
769f14f3-9b7c-45ea-bd81-f1293e33b40f
,
369f0404-f363-4021-8d0a-6f7f1e8a9921

}
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-15T08:47:45.269Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 769f14f3-9b7c-45ea-bd81-f1293e33b40f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-15T08:47:45.269Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:47:45.270Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:45.418Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:47:45.418Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 769f14f3-9b7c-45ea-bd81-f1293e33b40f 5033
2022-07-15T08:47:45.419Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:45.419Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:45.419Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:47:45.419Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:45.421Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:45.421Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874865419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:47:45.522Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:47:45.522Z||pool-257-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:45.522Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:45.536Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:45.537Z||pool-257-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:46.422Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 369f0404-f363-4021-8d0a-6f7f1e8a9921 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-15T08:47:46.422Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:47:46.422Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:46.600Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:47:46.600Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 369f0404-f363-4021-8d0a-6f7f1e8a9921 903
2022-07-15T08:47:46.600Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:46.601Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:46.601Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:47:46.601Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:46.603Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:46.603Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874866600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:47:46.703Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:46.704Z||pool-258-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:46.704Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:46.720Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:46.720Z||pool-258-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:47.603Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d65ebdfa-9c91-417f-8a56-c14aeb1074de
2022-07-15T08:47:47.604Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4a0514e5-f01f-425e-94b3-5b06577d2c64 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-15T08:47:47.616Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a6776ce, org.onap.sdc.toscaparser.api.parameters.Input@f67617f, org.onap.sdc.toscaparser.api.parameters.Input@12d54211, org.onap.sdc.toscaparser.api.parameters.Input@48e18fd2, org.onap.sdc.toscaparser.api.parameters.Input@79814106]
2022-07-15T08:47:47.618Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.618Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.618Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-07-15T08:47:47.618Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 467fb01e-b513-4d19-8805-410d4c2c9b2b
2022-07-15T08:47:47.618Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 467fb01e-b513-4d19-8805-410d4c2c9b2b matches Tosca VF Customization UUID: 467fb01e-b513-4d19-8805-410d4c2c9b2b
2022-07-15T08:47:47.618Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 467fb01e-b513-4d19-8805-410d4c2c9b2b  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-15T08:47:47.620Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.620Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.621Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 467fb01e-b513-4d19-8805-410d4c2c9b2b: {\"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-15T08:47:47.621Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31ff33d9
2022-07-15T08:47:47.621Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.621Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-15T08:47:47.621Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77f2b290-40ac-41d9-a84b-2c522b016a8d
2022-07-15T08:47:47.621Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77f2b290-40ac-41d9-a84b-2c522b016a8d
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-15T08:47:47.623Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.624Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-15T08:47:47.625Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-15T08:47:47.625Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-15T08:47:47.625Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ddd7acce-3d75-4255-91f4-e2ea846700cc
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-15T08:47:47.627Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.627Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:47.627Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-15T08:47:47.627Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.627Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-15T08:47:47.628Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=467fb01e-b513-4d19-8805-410d4c2c9b2b
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-15T08:47:47.629Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d65ebdfa-9c91-417f-8a56-c14aeb1074de: basic_vm_macro
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.630Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.631Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.631Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.631Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.631Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:47:47.631Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:47:47.631Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:47.710Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4a0514e5-f01f-425e-94b3-5b06577d2c64 1 ASDC deployResourceStructure
2022-07-15T08:47:47.710Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:47.710Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:47.710Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:47:47.710Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:47.712Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:47.712Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874867710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:47:47.812Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:47.813Z||pool-259-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:47.813Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:47.825Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:47.825Z||pool-259-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:48.713Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:48.713Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:48.713Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:47:48.713Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:48.715Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:48.715Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874868713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:47:48.815Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:48.816Z||pool-260-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:48.816Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:48.829Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:48.829Z||pool-260-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:47:49.716Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:49.716Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:49.716Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:47:49.716Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:49.717Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:49.718Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874869716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:47:49.818Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:49.818Z||pool-261-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:49.819Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:49.832Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:49.832Z||pool-261-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:50.718Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:50.718Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||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-15T08:47:50.719Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:47:50.719Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:47:50.720Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:47:50.720Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874870718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:47:50.821Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:47:50.821Z||pool-262-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:47:50.821Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:47:50.833Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:47:50.833Z||pool-262-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:47:51.721Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:47:51.728Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:47:51.729Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:47:51.729Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:47:51.729Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:47:51.729Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:48:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:48:00.911Z||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-15T08:48:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:48:01.537Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:48:01.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75647fb0-e947-4a20-a9bd-0a8e8e484fa3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874852243,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874861794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874864261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874865419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:48:01.541Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874866600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874867710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874868713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874869716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:01.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:48:01.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657874870718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:48:01.543Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:48:21.729Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:48:21.737Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:48:21.738Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:48:21.738Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:48:21.738Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:48:21.738Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:48:51.739Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:48:51.745Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:48:51.746Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:48:51.746Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:48:51.747Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:48:51.747Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:49:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:49:00.912Z||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-15T08:49:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:49:10.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:49:21.747Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:49:21.754Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:49:21.755Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:49:21.755Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:49:21.755Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:49:21.755Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:49:51.755Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:49:51.761Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:49:51.762Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:49:51.762Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:49:51.762Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:49:51.763Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:50:00.912Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:50:00.912Z||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-15T08:50:00.913Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:50:10.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:50:21.763Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:50:21.771Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:50:21.772Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:50:21.773Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:50:21.773Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:50:21.773Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:50:51.773Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:50:51.781Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:50:51.783Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:50:51.783Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:50:51.783Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:50:51.783Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:51:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:51:00.911Z||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-15T08:51:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:51:10.457Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:51:21.784Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:51:21.790Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:51:21.791Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:51:21.791Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:51:21.791Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:51:21.791Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:51:51.791Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:51:51.799Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:51:51.801Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:51:51.801Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:51:51.802Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:51:51.802Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:52:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:52:00.911Z||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-15T08:52:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:10.455Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:21.803Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:52:21.810Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35
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-15T08:52:21.811Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:52:21.811Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:52:21.811Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:52:21.811Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:52:51.811Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-07-15T08:52:51.812Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 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-15T08:52:51.816Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 and serviceModelVersionId: d65ebdfa-9c91-417f-8a56-c14aeb1074de
2022-07-15T08:52:51.816Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bdd4e245-3a01-4df5-bcb9-afd8d18163fe
2022-07-15T08:52:51.817Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0
2022-07-15T08:52:51.821Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-15T08:52:51.854Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0|INFO|500||Invoke
2022-07-15T08:52:51.854Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5bd5d23e-16be-4e5d-82e7-93a8e795ae35], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28a7c4f9-b8c3-4275-ae86-d60f9456f339], X-ECOMP-RequestID=[5bd5d23e-16be-4e5d-82e7-93a8e795ae35], X-TransactionId=[], X-ONAP-RequestID=[5bd5d23e-16be-4e5d-82e7-93a8e795ae35], Content-Type=[application/merge-patch+json]}
2022-07-15T08:52:51.878Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-07-15T08:52:52.253Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?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/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220715-08:52:51:782-49395], vertex-id=[631024], Content-Length=[0], Date=[Fri, 15 Jul 2022 08:52:51 GMT], Content-Type=[application/json]}
2022-07-15T08:52:52.254Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-15T08:52:52.254Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bdd4e245-3a01-4df5-bcb9-afd8d18163fe/model-vers/model-ver/d65ebdfa-9c91-417f-8a56-c14aeb1074de?depth=0|INFO|500||InvokeReturn
2022-07-15T08:52:52.255Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-15T08:52:52.256Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-15T08:52:52.262Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-15T08:52:52.262Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5bd5d23e-16be-4e5d-82e7-93a8e795ae35 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-07-15T08:52:52.262Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-07-15T08:52:52.265Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:52.268Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:52.268Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657875172262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:52:52.368Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:52.368Z||pool-263-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:52.369Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:52.385Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:52.385Z||pool-263-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-15T08:52:53.276Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-15T08:52:53.276Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"38909862-de87-4b10-9f9b-ea1b4d002eb2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"406249e6-4c69-41d8-ab80-f0c9970e54bf","serviceDescription":"service","serviceInvariantUUID":"9b2f64c6-e74f-4268-8b33-3ab6598ff32a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"88e1dde0-f5ef-48f1-a805-14e25e7bd9f0","resourceInvariantUUID":"5f3f3983-1fa6-426a-86e2-9aac73bd9edb","resourceCustomizationUUID":"05947b57-4a72-48b7-a91d-2d19c5e98e97","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":"MGM0NTM2NWNjZWE1MGYwMWFkYTRkZmRiMzA1NDc4ZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a19280dc-73cc-4bd7-94ef-f8561818a9a6","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":"b77fe0da-ae23-40ac-b7a0-92ce4f9f6d62","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":"a4173d80-4586-4549-abe9-64d1f5f34ffd","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":"NWI5MGQyY2M0NDNlODhkNGYxMGM3YWE3MDdmOTUzYzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"daa0d11f-1649-4309-be3c-96a35a25ed7a","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":"7da135c8-8269-4ab8-9b80-8e8dc9266b85","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":"7fa861de-b1a7-44c2-ae9b-03e4afbffde9","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":"11358d24-fa4e-4cf7-ae9f-ac430de86cdd","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":"ZTNlZGM1Y2Y3YWZlYWM4OTJlYjZjMzQ5ZmViNzEzMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dac1130-d51d-4ecd-b672-ceee4e18a8d8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjdjY2ZmNmMxZTNlYTg2NTA3YjFiZDAyNWI5Y2QzN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8a5be96-81f0-4297-8ba4-808e87cc61e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-15T08:52:53.277Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:53.277Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:53.278Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:53.279Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:53.379Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:53.379Z||pool-264-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:53.379Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:53.391Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:53.391Z||pool-264-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:52:54.279Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:54.279Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:54.281Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:54.281Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:54.381Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:54.382Z||pool-265-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:54.383Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:54.394Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:54.394Z||pool-265-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:52:55.281Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:55.282Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:55.283Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:55.283Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:55.383Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:55.384Z||pool-266-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:55.384Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:55.406Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:55.407Z||pool-266-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:52:56.284Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:56.284Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:56.286Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:56.286Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:56.386Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:56.387Z||pool-267-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:56.387Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:56.400Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:56.400Z||pool-267-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:52:57.287Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:57.287Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:57.289Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:57.289Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:57.389Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:57.390Z||pool-268-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:57.390Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:57.401Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:57.402Z||pool-268-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:52:58.289Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:58.289Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:58.291Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:58.291Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:58.391Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:58.393Z||pool-269-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:58.393Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:58.405Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:58.406Z||pool-269-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:52:59.292Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:52:59.292Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:52:59.294Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:52:59.294Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:52:59.394Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:52:59.395Z||pool-270-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:52:59.395Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:52:59.407Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:52:59.408Z||pool-270-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:53:00.295Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:53:00.295Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:53:00.297Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:53:00.297Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:00.397Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-15T08:53:00.398Z||pool-271-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:53:00.399Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:53:00.411Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:53:00.412Z||pool-271-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:53:00.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:53:00.911Z||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-15T08:53:00.911Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:53:01.298Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-15T08:53:01.298Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:53:01.300Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:53:01.300Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:53:01.400Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:53:01.400Z||pool-272-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:53:01.401Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:53:01.413Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:53:01.413Z||pool-272-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:53:01.425Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:53:01.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5bd5d23e-16be-4e5d-82e7-93a8e795ae35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657875172262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-07-15T08:53:01.427Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-15T08:53:01.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:01.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-15T08:53:01.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-15T08:53:01.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:53:02.300Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "406249e6-4c69-41d8-ab80-f0c9970e54bf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9b2f64c6-e74f-4268-8b33-3ab6598ff32a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "05947b57-4a72-48b7-a91d-2d19c5e98e97",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "88e1dde0-f5ef-48f1-a805-14e25e7bd9f0",
      "resourceInvariantUUID": "5f3f3983-1fa6-426a-86e2-9aac73bd9edb",
      "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": "ZjdjY2ZmNmMxZTNlYTg2NTA3YjFiZDAyNWI5Y2QzN2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b8a5be96-81f0-4297-8ba4-808e87cc61e0"
    }
  ],
  "workloadContext": "Production"
}
2022-07-15T08:53:02.300Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-15T08:53:02.300Z|5bd5d23e-16be-4e5d-82e7-93a8e795ae35|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 406249e6-4c69-41d8-ab80-f0c9970e54bf ASDC
2022-07-15T08:53:02.301Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:38909862-de87-4b10-9f9b-ea1b4d002eb2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:406249e6-4c69-41d8-ab80-f0c9970e54bf
ServiceInvariantUUID:9b2f64c6-e74f-4268-8b33-3ab6598ff32a
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:b8a5be96-81f0-4297-8ba4-808e87cc61e0
ArtifactChecksum:ZjdjY2ZmNmMxZTNlYTg2NTA3YjFiZDAyNWI5Y2QzN2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:05947b57-4a72-48b7-a91d-2d19c5e98e97
ResourceInvariantUUID:5f3f3983-1fa6-426a-86e2-9aac73bd9edb
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:88e1dde0-f5ef-48f1-a805-14e25e7bd9f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-15T08:53:02.301Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 406249e6-4c69-41d8-ab80-f0c9970e54bf 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-15T08:53:02.316Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:53:02.317Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:53:02.317Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:53:02.317Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b8a5be96-81f0-4297-8ba4-808e87cc61e0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-15T08:53:02.317Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-15T08:53:02.317Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-15T08:53:02.662Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-15T08:53:02.667Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b8a5be96-81f0-4297-8ba4-808e87cc61e0 109708
2022-07-15T08:53:02.667Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||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-15T08:53:02.667Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||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-15T08:53:02.667Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-15T08:53:02.667Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:53:02.669Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:53:02.669Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657875182667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-15T08:53:02.769Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-15T08:53:02.770Z||pool-273-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:53:02.770Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:53:02.782Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:53:02.783Z||pool-273-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-15T08:53:03.670Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-15T08:53:03.671Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-15T08:53:03.671Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b8a5be96-81f0-4297-8ba4-808e87cc61e0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:03.672Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-15T08:53:03.672Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:03.672Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:03.798Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2922184435315215992/Definitions/service-TestPnfMacro-template.yml
2022-07-15T08:53:04.516Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-15T08:53:04.517Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:53:04.517Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.517Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-15T08:53:04.517Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.517Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.517Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||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-15T08:53:04.518Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.518Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.518Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.518Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-15T08:53:04.518Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-15T08:53:04.518Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.519Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.519Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-15T08:53:04.519Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:53:04.520Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:53:04.520Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.520Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.520Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-15T08:53:04.520Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-15T08:53:04.521Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-15T08:53:04.521Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.521Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.521Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.521Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.521Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.522Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.522Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.522Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.522Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.522Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.523Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:406249e6-4c69-41d8-ab80-f0c9970e54bf
Model Version:NULL
Model InvariantUuid:9b2f64c6-e74f-4268-8b33-3ab6598ff32a
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-15T08:53:04.531Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 88e1dde0-f5ef-48f1-a805-14e25e7bd9f0
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-15T08:53:04.533Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-07-15T08:53:04.533Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 88e1dde0-f5ef-48f1-a805-14e25e7bd9f0
2022-07-15T08:53:04.533Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 406249e6-4c69-41d8-ab80-f0c9970e54bf
2022-07-15T08:53:04.534Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 406249e6-4c69-41d8-ab80-f0c9970e54bf
2022-07-15T08:53:04.534Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 88e1dde0-f5ef-48f1-a805-14e25e7bd9f0 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-15T08:53:04.538Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3fed747, org.onap.sdc.toscaparser.api.parameters.Input@613ca72e, org.onap.sdc.toscaparser.api.parameters.Input@4bd46d47, org.onap.sdc.toscaparser.api.parameters.Input@37977142, org.onap.sdc.toscaparser.api.parameters.Input@4226cc18]
2022-07-15T08:53:04.538Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.538Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.539Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 406249e6-4c69-41d8-ab80-f0c9970e54bf: test-pnf
2022-07-15T08:53:04.539Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Processing PNF resource: 88e1dde0-f5ef-48f1-a805-14e25e7bd9f0
2022-07-15T08:53:04.539Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-15T08:53:04.539Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-15T08:53:04.540Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||Resource customization UUID: 05947b57-4a72-48b7-a91d-2d19c5e98e97 is the same as notified resource customizationUUID: 05947b57-4a72-48b7-a91d-2d19c5e98e97
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-15T08:53:04.574Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 88e1dde0-f5ef-48f1-a805-14e25e7bd9f0 0 ASDC deployResourceStructure
2022-07-15T08:53:04.575Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||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-15T08:53:04.575Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||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-15T08:53:04.576Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-15T08:53:04.576Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-15T08:53:04.578Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-15T08:53:04.578Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657875184575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-15T08:53:04.679Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-15T08:53:04.679Z||pool-274-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-15T08:53:04.679Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TbUPMLv8CRXsQqMj) ...
2022-07-15T08:53:04.692Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:53:04.692Z||pool-274-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-15T08:53:05.579Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:53:05.586Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
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-15T08:53:05.588Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:53:05.589Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:53:05.589Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:53:05.589Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:53:35.590Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:53:35.599Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
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-15T08:53:35.601Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:53:35.602Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:53:35.602Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:53:35.602Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:54:00.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-15T08:54:00.912Z||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-15T08:54:00.912Z||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 TbUPMLv8CRXsQqMj) ...
2022-07-15T08:54:00.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-15T08:54:00.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-15T08:54:00.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38909862-de87-4b10-9f9b-ea1b4d002eb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657873890459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-15T08:54:00.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-15T08:54:05.603Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:54:05.610Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
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-15T08:54:05.611Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:54:05.611Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:54:05.612Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:54:05.612Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-15T08:54:35.612Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-15T08:54:35.621Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38909862-de87-4b10-9f9b-ea1b4d002eb2
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-15T08:54:35.622Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-15T08:54:35.622Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-15T08:54:35.622Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-15T08:54:35.623Z|38909862-de87-4b10-9f9b-ea1b4d002eb2|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.