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-05T03:51:16.967Z||main|||||INFO|500||The following profiles are active: basic
2022-07-05T03:51:43.037Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-05T03:51:43.039Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-05T03:51:43.339Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-05T03:51:51.625Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-05T03:51:52.536Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-05T03:51:53.945Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-05T03:51:53.989Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-05T03:51:54.331Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-05T03:51:55.010Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-05T03:51:56.478Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-05T03:52:03.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T03:52:08.492Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T03:52:08.620Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-05T03:52:09.723Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T03:52:10.312Z||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-05T03:52:12.606Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T03:52:15.012Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-05T03:52:15.104Z||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$$3b0cdf14.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-05T03:52:15.106Z||main|||||WARN|500||The sdc end point is not alive
2022-07-05T03:52:23.069Z||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-05T03:52:29.853Z||main|||||WARN|500||---
2022-07-05T03:52:29.854Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-05T03:52:29.855Z||main|||||WARN|500||---
2022-07-05T03:52:30.846Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-05T03:52:40.679Z||main|||||INFO|500||Started Application in 89.918 seconds (JVM running for 96.136)
2022-07-05T03:52:40.770Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:52:40.774Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:52:40.812Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:52:40.866Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:52:40.977Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 085ab22f-f3e9-4651-ab57-ea05ef339153 url= /sdc/v1/artifactTypes
2022-07-05T03:52:40.988Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:52:42.211Z||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.49.220] 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$$610f2d50.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-05T03:52:42.220Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@84a14cd
2022-07-05T03:52:42.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T03:52:42.250Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T03:52:42.256Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T03:52:42.261Z||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$$610f2d50.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-05T03:53:30.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:53:30.668Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:53:30.669Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:53:30.680Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:53:30.706Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0002ab05-7319-4b38-bde6-badaa7e813c1 url= /sdc/v1/artifactTypes
2022-07-05T03:53:30.707Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:53:31.766Z||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.49.220] 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$$610f2d50.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-05T03:53:31.767Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@100bce3
2022-07-05T03:53:31.768Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T03:53:31.768Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T03:53:31.773Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T03:53:31.775Z||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$$610f2d50.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-05T03:54:20.666Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:54:20.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:54:20.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:54:20.673Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:54:20.687Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 481cd4ab-082a-43ab-9c60-e7fd9a454f63 url= /sdc/v1/artifactTypes
2022-07-05T03:54:20.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:54:21.748Z||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.49.220] 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$$610f2d50.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-05T03:54:21.749Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@258ffc78
2022-07-05T03:54:21.749Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T03:54:21.749Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T03:54:21.750Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T03:54:21.751Z||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$$610f2d50.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-05T03:55:10.666Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T03:55:10.667Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T03:55:10.668Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T03:55:10.674Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T03:55:10.690Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7bc15b57-edf3-450f-9a14-46f7ef9ce1bf url= /sdc/v1/artifactTypes
2022-07-05T03:55:10.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T03:55:11.460Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-05T03:55:11.474Z||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-05T03:55:11.511Z||scheduling-1|||||DEBUG|500||create keys
2022-07-05T03:55:11.521Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-05T03:55:11.562Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:55:11.589Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 70eecef2-fff6-454e-a3c9-5dac82da83b4 url= /sdc/v1/registerForDistribution
2022-07-05T03:55:12.040Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 70eecef2-fff6-454e-a3c9-5dac82da83b4 url= /sdc/v1/registerForDistribution
2022-07-05T03:55:12.041Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-05T03:55:12.058Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:55:12.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:55:12.071Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-05T03:55:12.079Z||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-05T03:55:12.080Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:55:12.079Z||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-05T03:55:12.082Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:55:22.433Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:55:22.433Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:56:12.052Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:56:12.053Z||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-05T03:56:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:56:12.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:56:12.058Z||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-05T03:56:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:56:21.625Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:56:21.627Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:57:12.052Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:57:12.056Z||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-05T03:57:12.057Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:57:12.059Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:57:12.061Z||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-05T03:57:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:57:21.632Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:57:21.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:58:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:58:12.055Z||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-05T03:58:12.056Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:58:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:58:12.059Z||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-05T03:58:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:58:21.653Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:58:21.653Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:59:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:59:12.054Z||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-05T03:59:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:59:12.062Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T03:59:12.066Z||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-05T03:59:12.067Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T03:59:21.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T03:59:21.650Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:00:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:00:12.053Z||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-05T04:00:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:00:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:00:12.058Z||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-05T04:00:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:00:21.630Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:00:21.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:01:11.541Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-05T04:01:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:01:12.053Z||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-05T04:01:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:01:12.058Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:01:12.059Z||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-05T04:01:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:01:21.621Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:01:21.626Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:02:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:02:12.054Z||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-05T04:02:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:02:12.057Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:02:12.061Z||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-05T04:02:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:02:21.635Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:02:21.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:03:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:03:12.053Z||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-05T04:03:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:03:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:03:12.061Z||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-05T04:03:12.062Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:03:21.629Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:03:21.652Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:04:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:04:12.053Z||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-05T04:04:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:04:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:04:12.058Z||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-05T04:04:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:04:21.639Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:04:21.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:05:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:05:12.053Z||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-05T04:05:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:05:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:05:12.058Z||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-05T04:05:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:05:21.637Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:05:21.666Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:06:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:06:12.053Z||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-05T04:06:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:06:12.060Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:06:12.061Z||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-05T04:06:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:06:21.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:06:21.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:07:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:07:12.053Z||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-05T04:07:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:07:12.058Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:07:12.058Z||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-05T04:07:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:07:21.629Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:07:21.673Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:08:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:08:12.053Z||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-05T04:08:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:08:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:08:12.058Z||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-05T04:08:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:08:21.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:08:21.642Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:09:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:09:12.053Z||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-05T04:09:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:09:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:09:12.058Z||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-05T04:09:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:09:21.645Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:09:21.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:10:12.052Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:10:12.055Z||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-05T04:10:12.056Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:10:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:10:12.058Z||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-05T04:10:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:10:21.644Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:10:21.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:11:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:11:12.053Z||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-05T04:11:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:11:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:11:12.058Z||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-05T04:11:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:11:21.615Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:11:21.654Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:12:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:12:12.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:12:12.059Z||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-05T04:12:12.059Z||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-05T04:12:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:12:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:12:21.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:12:21.641Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:13:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:13:12.053Z||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-05T04:13:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:13:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:13:12.058Z||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-05T04:13:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:13:21.617Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:13:21.632Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:14:12.054Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:14:12.057Z||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-05T04:14:12.057Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:14:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:14:12.059Z||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-05T04:14:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:14:21.619Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:14:21.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:15:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:15:12.053Z||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-05T04:15:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:15:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:15:12.059Z||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-05T04:15:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:15:21.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:15:21.622Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:16:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:16:12.053Z||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-05T04:16:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:16:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:16:12.058Z||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-05T04:16:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:16:21.635Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:16:21.643Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:17:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:17:12.053Z||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-05T04:17:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:17:12.058Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:17:12.059Z||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-05T04:17:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:17:21.613Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:17:21.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:18:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:18:12.054Z||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-05T04:18:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:18:12.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:18:12.059Z||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-05T04:18:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:18:21.629Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:18:21.650Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:19:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:19:12.053Z||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-05T04:19:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:19:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:19:12.058Z||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-05T04:19:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:19:21.615Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:19:21.669Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:20:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:20:12.054Z||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-05T04:20:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:20:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:20:12.058Z||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-05T04:20:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:20:21.645Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:20:21.654Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:21:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:21:12.053Z||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-05T04:21:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:21:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:21:12.058Z||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-05T04:21:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:21:21.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:21:21.631Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:22:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:22:12.053Z||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-05T04:22:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:22:12.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:22:12.058Z||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-05T04:22:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:22:21.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:22:21.635Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:23:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:23:12.053Z||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-05T04:23:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:23:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:23:12.058Z||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-05T04:23:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:23:21.647Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:23:21.649Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:24:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:24:12.053Z||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-05T04:24:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:24:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:24:12.058Z||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-05T04:24:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:24:21.621Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:24:21.690Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:25:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:25:12.054Z||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-05T04:25:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:25:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:25:12.058Z||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-05T04:25:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:25:21.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:25:21.626Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:26:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:26:12.053Z||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-05T04:26:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:26:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:26:12.058Z||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-05T04:26:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:26:21.627Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:26:21.648Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:27:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:27:12.053Z||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-05T04:27:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:27:12.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:27:12.059Z||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-05T04:27:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:27:21.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:27:21.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:28:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:28:12.052Z||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-05T04:28:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:28:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:28:12.060Z||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-05T04:28:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:28:21.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:28:21.629Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:29:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:29:12.053Z||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-05T04:29:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:29:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:29:12.058Z||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-05T04:29:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:29:21.603Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:29:21.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:30:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:30:12.056Z||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-05T04:30:12.056Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:30:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:30:12.057Z||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-05T04:30:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:30:21.653Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:30:21.653Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:31:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:31:12.052Z||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-05T04:31:12.052Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:31:12.057Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:31:12.058Z||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-05T04:31:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:31:21.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:31:21.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:32:12.053Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:32:12.055Z||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-05T04:32:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:32:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:32:12.058Z||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-05T04:32:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:32:21.628Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:32:21.640Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:33:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:33:12.053Z||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-05T04:33:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:33:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:33:12.059Z||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-05T04:33:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:33:21.617Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:33:21.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:34:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:34:12.054Z||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-05T04:34:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:34:12.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:34:12.058Z||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-05T04:34:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:34:21.650Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:34:21.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:35:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:35:12.053Z||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-05T04:35:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:35:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:35:12.058Z||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-05T04:35:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:35:21.609Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:35:21.613Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:36:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:36:12.053Z||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-05T04:36:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:36:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:36:12.058Z||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-05T04:36:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:36:21.630Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:36:21.665Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:37:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:37:12.053Z||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-05T04:37:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:37:12.060Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:37:12.061Z||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-05T04:37:12.062Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:37:21.624Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:37:21.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:38:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:38:12.053Z||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-05T04:38:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:38:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:38:12.058Z||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-05T04:38:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:38:21.617Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:38:21.636Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:39:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:39:12.052Z||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-05T04:39:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:39:12.066Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:39:12.068Z||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-05T04:39:12.068Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:39:21.622Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:39:21.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:40:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:40:12.052Z||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-05T04:40:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:40:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:40:12.060Z||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-05T04:40:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:40:21.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:40:21.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:41:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:41:12.053Z||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-05T04:41:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:41:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:41:12.058Z||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-05T04:41:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:41:21.633Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:41:21.635Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:42:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:42:12.054Z||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-05T04:42:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:42:12.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:42:12.058Z||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-05T04:42:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:42:21.609Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:42:21.610Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:43:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:43:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:43:12.058Z||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-05T04:43:12.058Z||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-05T04:43:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:43:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:43:21.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:43:21.634Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:44:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:44:12.053Z||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-05T04:44:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:44:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:44:12.059Z||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-05T04:44:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:44:21.637Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:44:21.652Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:45:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:45:12.053Z||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-05T04:45:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:45:12.058Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:45:12.059Z||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-05T04:45:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:45:21.614Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:45:21.637Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:46:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:46:12.053Z||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-05T04:46:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:46:12.062Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:46:12.067Z||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-05T04:46:12.067Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:46:21.641Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:46:21.652Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:47:12.052Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:47:12.054Z||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-05T04:47:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:47:12.059Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:47:12.061Z||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-05T04:47:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:47:21.617Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:47:21.620Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:12.051Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:48:12.054Z||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-05T04:48:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:48:12.058Z||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-05T04:48:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:12.245Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:12.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996467278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996471743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996469362,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996467604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996474126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996474715,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:12.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996482064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996481972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996482367,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "cds",
  "timestamp": 1656996482995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-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-05T04:48:12.720Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:12.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a939f0c-5687-428a-a917-4a302871ae4b","serviceName":"basic_onboard_wzoSlG","serviceVersion":"1.0","serviceUUID":"534bc292-415a-40c4-9422-6a576f558a50","serviceDescription":"service","serviceInvariantUUID":"da33a706-ee6a-4081-b02a-580caa40455a","resources":[{"resourceInstanceName":"basic_onboard_wzoSlG 0","resourceName":"basic_onboard_wzoSlG","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e390522b-59b0-438b-96b0-44abd775979c","resourceInvariantUUID":"7f22588b-64a9-454e-9d0e-8b891944d241","resourceCustomizationUUID":"3c71f257-209f-48e7-a73c-2bb5593d770b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU5NTNlZWNjZDU0ZWY4Y2I5NTFmMzE1YTdlMTQwNmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41ef733e-ed4a-446e-865e-4eca209261a0","artifactVersion":"1"},{"artifactName":"basic_onboard_wzoslg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json","artifactChecksum":"NzI2NjA4MjcxYjg4ZmI3ODA4ODcwZDZjYmU5ODUxZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea5d71f8-2e74-4e95-90e3-2bc51e264a7b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f913a60-cc2b-4d06-8b72-4d5f8f54152e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38aec605-d728-4efe-b551-5458313616c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"441e7b9c-05f2-456b-a8ea-71052cacae3f","artifactVersion":"2","generatedFromUUID":"5f913a60-cc2b-4d06-8b72-4d5f8f54152e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWzoslg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml","artifactChecksum":"YTNhYjE0OGU4NTViYjA1MDQwZjA1Y2U0M2QzZTM0OGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9cc93346-2e63-483c-81ef-cceb09928e7c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWzoslg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar","artifactChecksum":"ZDE2MzAyYThkMmEwZjEzZWY2MjFmYzdlMjVlNDJhN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d57be0c9-0361-4dca-9976-10665e75f321","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T04:48:12.738Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.741Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:12.765Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:12.789Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b and ComponentName cds
2022-07-05T04:48:12.810Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:12.811Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T04:48:12.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996483370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996482952,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996483989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996484589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "policy-id",
  "timestamp": 1656996485009,
  "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-05T04:48:12.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.887Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:48:12.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996485674,
  "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-05T04:48:12.910Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-07-05T04:48:12.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.912Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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=?
2022-07-05T04:48:12.919Z||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-05T04:48:12.919Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T04:48:12.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996486678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996487656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:12.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.942Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996489554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:12.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:12.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:12.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "clamp",
  "timestamp": 1656996490562,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-07-05T04:48:12.948Z||pool-3-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:48:12.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:48:12.976Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:48:13.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:48:13.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996484684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:13.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:48:13.828Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:13.829Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:13.832Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:13.832Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:48:13.932Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:13.935Z||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-05T04:48:13.935Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:13.962Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:13.963Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:14.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:14.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:14.838Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:14.839Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:48:14.940Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:48:14.942Z||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-05T04:48:14.942Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:14.960Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:14.961Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:15.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:15.841Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:15.844Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:15.844Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:15.945Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:15.946Z||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-05T04:48:15.947Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:15.964Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:15.965Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:16.851Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:16.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:16.859Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:16.861Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-05T04:48:16.961Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T04:48:16.962Z||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-05T04:48:16.962Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:16.977Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:16.978Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:17.870Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:17.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:17.875Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:17.876Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:48:17.976Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:17.977Z||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-05T04:48:17.977Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:17.998Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:17.999Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:18.877Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:48:18.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:18.885Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:18.885Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:48:18.987Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T04:48:18.989Z||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-05T04:48:18.990Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:19.013Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:19.014Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:19.891Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "serviceName": "basic_onboard_wzoSlG",
  "serviceVersion": "1.0",
  "serviceUUID": "534bc292-415a-40c4-9422-6a576f558a50",
  "serviceDescription": "service",
  "serviceInvariantUUID": "da33a706-ee6a-4081-b02a-580caa40455a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_wzoSlG 0",
      "resourceCustomizationUUID": "3c71f257-209f-48e7-a73c-2bb5593d770b",
      "resourceName": "basic_onboard_wzoSlG",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e390522b-59b0-438b-96b0-44abd775979c",
      "resourceInvariantUUID": "7f22588b-64a9-454e-9d0e-8b891944d241",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wzoslg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
          "artifactChecksum": "NzI2NjA4MjcxYjg4ZmI3ODA4ODcwZDZjYmU5ODUxZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea5d71f8-2e74-4e95-90e3-2bc51e264a7b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5f913a60-cc2b-4d06-8b72-4d5f8f54152e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "441e7b9c-05f2-456b-a8ea-71052cacae3f",
            "generatedFromUUID": "5f913a60-cc2b-4d06-8b72-4d5f8f54152e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "441e7b9c-05f2-456b-a8ea-71052cacae3f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWzoslg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
      "artifactChecksum": "ZDE2MzAyYThkMmEwZjEzZWY2MjFmYzdlMjVlNDJhN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d57be0c9-0361-4dca-9976-10665e75f321"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T04:48:19.895Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T04:48:19.903Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 534bc292-415a-40c4-9422-6a576f558a50 ASDC
2022-07-05T04:48:20.127Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6a939f0c-5687-428a-a917-4a302871ae4b
ServiceName:basic_onboard_wzoSlG
ServiceVersion:1.0
ServiceUUID:534bc292-415a-40c4-9422-6a576f558a50
ServiceInvariantUUID:da33a706-ee6a-4081-b02a-580caa40455a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWzoslg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
ArtifactUUID:d57be0c9-0361-4dca-9976-10665e75f321
ArtifactChecksum:ZDE2MzAyYThkMmEwZjEzZWY2MjFmYzdlMjVlNDJhN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wzoSlG 0
ResourceCustomizationUUID:3c71f257-209f-48e7-a73c-2bb5593d770b
ResourceInvariantUUID:7f22588b-64a9-454e-9d0e-8b891944d241
ResourceName:basic_onboard_wzoSlG
ResourceType:VF
ResourceUUID:e390522b-59b0-438b-96b0-44abd775979c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wzoslg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
ArtifactUUID:ea5d71f8-2e74-4e95-90e3-2bc51e264a7b
ArtifactChecksum:NzI2NjA4MjcxYjg4ZmI3ODA4ODcwZDZjYmU5ODUxZmI=
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/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5f913a60-cc2b-4d06-8b72-4d5f8f54152e
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/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
ArtifactUUID:441e7b9c-05f2-456b-a8ea-71052cacae3f
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/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
ArtifactUUID:441e7b9c-05f2-456b-a8ea-71052cacae3f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T04:48:20.128Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 534bc292-415a-40c4-9422-6a576f558a50 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-05T04:48:20.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:48:20.231Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:48:20.234Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:48:20.235Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d57be0c9-0361-4dca-9976-10665e75f321 from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:20.235Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:20.237Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:20.453Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:20.496Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar d57be0c9-0361-4dca-9976-10665e75f321 71596
2022-07-05T04:48:20.499Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar ASDC sendASDCNotification
2022-07-05T04:48:20.499Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:20.501Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:20.503Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:20.511Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:20.512Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996500497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:20.616Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-05T04:48:20.633Z||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-05T04:48:20.634Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:20.652Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:20.653Z||pool-10-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:48:21.515Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:48:21.517Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:48:21.518Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d57be0c9-0361-4dca-9976-10665e75f321, URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar to file: /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:21.519Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:21.758Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:21.759Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:22.953Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16454398730975631400/Definitions/service-BasicOnboardWzoslg-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-05T04:48:27.249Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T04:48:27.259Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:48:27.259Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.260Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wzoSlG 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-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.261Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:27.262Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:48:27.273Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.276Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.285Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.286Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:48:27.288Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:48:27.291Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.291Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:48:27.292Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.293Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.299Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.299Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is not matching search criteria
2022-07-05T04:48:27.300Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-05T04:48:27.300Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-05T04:48:27.300Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-05T04:48:27.301Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T04:48:27.301Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T04:48:27.301Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.302Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:48:27.304Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.305Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.305Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:27.306Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.306Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.306Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:27.307Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.307Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:27.307Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:27.308Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.308Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is not matching search criteria
2022-07-05T04:48:27.308Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea68663e-14e2-487e-af5a-8c2a952ee1f0
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.309Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.310Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.310Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.310Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:27.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:27.312Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_wzoSlG
Description:service
Model UUID:534bc292-415a-40c4-9422-6a576f558a50
Model Version:NULL
Model InvariantUuid:da33a706-ee6a-4081-b02a-580caa40455a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_wzoSlG
Model UUID:ee2a6452-533a-495d-ab9e-0f5c6810d842
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7f22588b-64a9-454e-9d0e-8b891944d241
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c71f257-209f-48e7-a73c-2bb5593d770b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247
ModelName:BasicOnboardWzoslg..base_ubuntu18..module-0
ModelUuid:9fe9e746-1835-49a1-9b47-7051ae8728d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ea68663e-14e2-487e-af5a-8c2a952ee1f0
ModelInvariantUuid:e9631a6e-26a8-429a-9750-768faf839e35
ModelName:basic_onboard_wzoSlG-nodes.ubuntu18Cvfc
ModelUuid:fd06f69d-20bc-4832-a249-ca8cddd1a4d1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bf70dd05-9ead-4321-9005-dade1b08fc9d
ModelInvariantUuid:7eca10c9-3fe6-4d11-8f0b-4ad4df75fc78
ModelName:BasicOnboardWzoslg.compute.nodes.heat.ubuntu18
ModelUuid:2cea54b7-1187-4855-9d09-952e3bdc78f7
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-05T04:48:27.348Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e390522b-59b0-438b-96b0-44abd775979c
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-05T04:48:27.536Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||basic_onboard_wzoSlG 0
2022-07-05T04:48:27.550Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e390522b-59b0-438b-96b0-44abd775979c
2022-07-05T04:48:27.551Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ea5d71f8-2e74-4e95-90e3-2bc51e264a7b from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:27.551Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:27.551Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:27.743Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:27.744Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json ea5d71f8-2e74-4e95-90e3-2bc51e264a7b 798
2022-07-05T04:48:27.744Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json ASDC sendASDCNotification
2022-07-05T04:48:27.744Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:27.745Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:27.745Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:27.749Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:27.750Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996507744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:27.850Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:27.853Z||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-05T04:48:27.853Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:27.872Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:27.873Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:28.751Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWzoslg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fe9e746-1835-49a1-9b47-7051ae8728d8",
    "vfModuleModelCustomizationUUID": "c98850b0-e569-40e2-be86-70d8b54d2493",
    "isBase": true,
    "artifacts": [
      "5f913a60-cc2b-4d06-8b72-4d5f8f54152e",
      "441e7b9c-05f2-456b-a8ea-71052cacae3f"
    ],
    "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-05T04:48:28.781Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWzoslg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fe9e746-1835-49a1-9b47-7051ae8728d8
VfModuleModelInvariantUUID:ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f913a60-cc2b-4d06-8b72-4d5f8f54152e
,
441e7b9c-05f2-456b-a8ea-71052cacae3f

}
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-05T04:48:28.793Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWzoslg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fe9e746-1835-49a1-9b47-7051ae8728d8",
    "vfModuleModelCustomizationUUID": "c98850b0-e569-40e2-be86-70d8b54d2493",
    "isBase": true,
    "artifacts": [
      "5f913a60-cc2b-4d06-8b72-4d5f8f54152e",
      "441e7b9c-05f2-456b-a8ea-71052cacae3f"
    ],
    "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-05T04:48:28.798Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWzoslg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fe9e746-1835-49a1-9b47-7051ae8728d8
VfModuleModelInvariantUUID:ce86d8c7-6c1a-4ab5-8e16-f1823ddf6247
VfModuleModelDescription:NULL
Artifacts UUID List:{
5f913a60-cc2b-4d06-8b72-4d5f8f54152e
,
441e7b9c-05f2-456b-a8ea-71052cacae3f

}
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-05T04:48:28.799Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f913a60-cc2b-4d06-8b72-4d5f8f54152e from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:28.799Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:28.799Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:28.894Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:28.895Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml 5f913a60-cc2b-4d06-8b72-4d5f8f54152e 5033
2022-07-05T04:48:28.896Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T04:48:28.897Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:28.897Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:28.898Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:28.918Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:28.919Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996508896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:29.019Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:29.021Z||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-05T04:48:29.021Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:29.038Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:29.039Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:29.920Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 441e7b9c-05f2-456b-a8ea-71052cacae3f from URL: /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:29.922Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:48:29.922Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:30.158Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:48:30.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env 441e7b9c-05f2-456b-a8ea-71052cacae3f 909
2022-07-05T04:48:30.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T04:48:30.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:30.160Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:48:30.160Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:30.163Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:30.163Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996510159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:48:30.264Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:48:30.265Z||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-05T04:48:30.266Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:30.283Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:30.285Z||pool-13-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:31.164Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 534bc292-415a-40c4-9422-6a576f558a50
2022-07-05T04:48:31.165Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wzoSlG 0 e390522b-59b0-438b-96b0-44abd775979c 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-05T04:48:31.217Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f860a6d, org.onap.sdc.toscaparser.api.parameters.Input@40593793, org.onap.sdc.toscaparser.api.parameters.Input@3be8f805, org.onap.sdc.toscaparser.api.parameters.Input@22c94311, org.onap.sdc.toscaparser.api.parameters.Input@2d93e047]
2022-07-05T04:48:31.227Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-05T04:48:31.228Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c71f257-209f-48e7-a73c-2bb5593d770b
2022-07-05T04:48:31.229Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c71f257-209f-48e7-a73c-2bb5593d770b matches Tosca VF Customization UUID: 3c71f257-209f-48e7-a73c-2bb5593d770b
2022-07-05T04:48:31.229Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c71f257-209f-48e7-a73c-2bb5593d770b  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-05T04:48:31.252Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.253Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.255Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c71f257-209f-48e7-a73c-2bb5593d770b: {\"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-05T04:48:31.256Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d78adc6
2022-07-05T04:48:31.256Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.256Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:48:31.257Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c98850b0-e569-40e2-be86-70d8b54d2493
2022-07-05T04:48:31.259Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c98850b0-e569-40e2-be86-70d8b54d2493
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-05T04:48:31.277Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.278Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.278Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:31.280Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.280Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.281Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:31.281Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.281Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is not matching search criteria
2022-07-05T04:48:31.283Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T04:48:31.284Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T04:48:31.284Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ea68663e-14e2-487e-af5a-8c2a952ee1f0
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-05T04:48:31.311Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.312Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.312Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:48:31.313Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.313Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_wzoSlG 0 is matching search criteria
2022-07-05T04:48:31.313Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_wzoSlG 0] matching following query criteria: sdcType=VF, customizationUUID=3c71f257-209f-48e7-a73c-2bb5593d770b
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-05T04:48:31.320Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.322Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.323Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 534bc292-415a-40c4-9422-6a576f558a50: basic_onboard_wzoSlG
2022-07-05T04:48:31.323Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.324Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.324Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.324Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.325Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.325Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.326Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.326Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.326Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:48:31.327Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_wzoSlG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:48:31.327Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_wzoSlG 
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-05T04:48:31.623Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wzoSlG e390522b-59b0-438b-96b0-44abd775979c 1 ASDC deployResourceStructure
2022-07-05T04:48:31.623Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json ASDC sendASDCNotification
2022-07-05T04:48:31.624Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json
2022-07-05T04:48:31.624Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:31.624Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:31.631Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:31.635Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996511623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:31.729Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-07-05T04:48:31.730Z||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-05T04:48:31.730Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:31.756Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:31.758Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:32.641Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:32.645Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:32.645Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996512640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:32.745Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:32.747Z||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-05T04:48:32.747Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:32.765Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:32.766Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:48:33.646Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T04:48:33.646Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env
2022-07-05T04:48:33.647Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:33.650Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:33.652Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:33.653Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996513646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:33.753Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:48:33.755Z||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-05T04:48:33.755Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:33.773Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:33.774Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:48:34.654Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar ASDC sendASDCNotification
2022-07-05T04:48:34.655Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar
2022-07-05T04:48:34.656Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:48:34.657Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:48:34.661Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:48:34.661Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996514654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:48:34.762Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:48:34.764Z||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-05T04:48:34.764Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:48:34.787Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:48:34.788Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:48:35.663Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:48:35.701Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:48:35.707Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:48:35.707Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:48:35.707Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:49:05.714Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:49:05.734Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:49:05.749Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:49:05.752Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:49:05.752Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:49:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:49:12.058Z||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-05T04:49:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:49:12.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:49:12.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:49:12.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996492670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:49:12.092Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:49:35.758Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:49:35.780Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:49:35.786Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:49:35.786Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:49:35.786Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:50:05.791Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:50:05.815Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:50:05.823Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:50:05.823Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T04:50:05.824Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T04:50:12.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:50:12.060Z||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-05T04:50:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:50:12.102Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:50:12.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:50:12.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996495075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "aai-ml",
  "timestamp": 1656996496082,
  "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-05T04:50:12.119Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:50:12.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:50:12.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:50:12.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996496994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996498000,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:50:12.143Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a939f0c-5687-428a-a917-4a302871ae4b
2022-07-05T04:50:12.144Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a939f0c-5687-428a-a917-4a302871ae4b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T04:50:12.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:50:12.160Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996492051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996500497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996507744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996508896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996510159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996511623,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/basic_onboard_wzoslg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996512640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996513646,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/resourceInstances/basic_onboard_wzoslg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:50:12.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996514654,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWzoslg/1.0/artifacts/service-BasicOnboardWzoslg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:50:12.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:50:35.824Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:50:35.843Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T04:50:35.857Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:50:35.858Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:50:35.870Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T04:51:05.871Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a939f0c-5687-428a-a917-4a302871ae4b 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-05T04:51:05.918Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a939f0c-5687-428a-a917-4a302871ae4b and serviceModelVersionId: 534bc292-415a-40c4-9422-6a576f558a50
2022-07-05T04:51:05.919Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : da33a706-ee6a-4081-b02a-580caa40455a
2022-07-05T04:51:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:51:12.058Z||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-05T04:51:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:12.607Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:12.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.625Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996574684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996572278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996574126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996574715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996587427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996587724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996587123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "cds",
  "timestamp": 1656996588442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-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-05T04:51:12.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996588130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "policy-id",
  "timestamp": 1656996589135,
  "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-05T04:51:12.717Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.718Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996591077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:12.803Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996592081,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:51:12.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.824Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T04:51:12.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996587607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996589362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996597209,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996591742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996598552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996599633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996599745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996600775,
  "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-05T04:51:12.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.906Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996601779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996605539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996607554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:12.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "clamp",
  "timestamp": 1656996608560,
  "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-05T04:51:12.968Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:12.969Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:12.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996609856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:12.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:51:12.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:51:12.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "aai-ml",
  "timestamp": 1656996610860,
  "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-05T04:51:13.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd9e2964-05d4-4c55-b74a-fc1ceee0a511
2022-07-05T04:51:13.002Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:51:31.199Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0
2022-07-05T04:51:31.374Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T04:51:32.180Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|INFO|500||Invoke
2022-07-05T04:51:32.193Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a939f0c-5687-428a-a917-4a302871ae4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9bc23015-75f4-4369-8e77-691d9b3d13d3], X-ECOMP-RequestID=[6a939f0c-5687-428a-a917-4a302871ae4b], X-TransactionId=[], X-ONAP-RequestID=[6a939f0c-5687-428a-a917-4a302871ae4b], Content-Type=[application/merge-patch+json]}
2022-07-05T04:51:32.374Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T04:51:32.664Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?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/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-04:51:32:888-97155], vertex-id=[176368], Content-Length=[0], Date=[Tue, 05 Jul 2022 04:51:32 GMT], Content-Type=[application/json]}
2022-07-05T04:51:32.669Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T04:51:32.672Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/da33a706-ee6a-4081-b02a-580caa40455a/model-vers/model-ver/534bc292-415a-40c4-9422-6a576f558a50?depth=0|INFO|500||InvokeReturn
2022-07-05T04:51:32.678Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T04:51:32.679Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T04:51:32.688Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T04:51:32.690Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a939f0c-5687-428a-a917-4a302871ae4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T04:51:32.692Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T04:51:32.693Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:32.696Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:32.696Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996692690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:51:32.808Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-07-05T04:51:32.809Z||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-05T04:51:32.809Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:32.846Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:32.852Z||pool-18-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T04:51:33.725Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:51:33.726Z|6a939f0c-5687-428a-a917-4a302871ae4b|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-05T04:51:33.727Z|6a939f0c-5687-428a-a917-4a302871ae4b|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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:38.150Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:38.152Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T04:51:38.152Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd9e2964-05d4-4c55-b74a-fc1ceee0a511","serviceName":"vFW 2022-07-05 04-48-03","serviceVersion":"1.0","serviceUUID":"e3fc7e22-6be2-4dae-9389-b96edba3db4c","serviceDescription":"catalog service description","serviceInvariantUUID":"d96e908f-a848-4a8c-ae63-089d459c10e9","resources":[{"resourceInstanceName":"vFW df9fa575-9f25 0","resourceName":"vFW df9fa575-9f25","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d84da5f0-7c32-4873-919a-b8252ac7ec31","resourceInvariantUUID":"459ff42d-279a-4656-9853-fbd809f15391","resourceCustomizationUUID":"093fdad2-3002-4ea8-aa74-a33b7fc20beb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml","artifactChecksum":"MmFlYjQ4ZmQ5ZDVlMTQyYzgyM2Y3YzA1OTIzZmIzMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3981898-03c6-4e0e-bff5-cf77f5302e2c","artifactVersion":"1"},{"artifactName":"vfwdf9fa5759f250_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json","artifactChecksum":"YjBhMzJkYTEwNmJmNWI3NjgxODMzMGI3MzRiYzUyMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"492543ac-aa00-487d-b90c-20e46842b079","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"258d01a8-703e-4a7c-b4c5-8b9242ce1ef6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml","artifactChecksum":"NzBiZjk1YzE5YjZiMGI2ZDU1NmIzMTg1MWFmMjIxZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87112fca-8b78-48a5-abc5-55e80667332f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c5ac8c25-efd9-4593-8f4c-90da13aab365","artifactVersion":"3","generatedFromUUID":"258d01a8-703e-4a7c-b4c5-8b9242ce1ef6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220705044803-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml","artifactChecksum":"MTE1MDM3MWQzNzk1N2RjZDUwYzIyMjM5YTg2NmM5MzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b65cb4a-34aa-45d8-84b8-a0ff4c82af60","artifactVersion":"1"},{"artifactName":"service-Vfw20220705044803-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar","artifactChecksum":"MjZhOWNlZDRjYWE0NzRhOWU0ZDI4ZDY3NzA4Y2RmOGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e54b6be-881b-4037-b21e-f09f3d70b8de","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T04:51:38.155Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:38.155Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:38.157Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:38.157Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:38.264Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-05T04:51:38.265Z||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-05T04:51:38.265Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:38.320Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:38.321Z||pool-19-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:39.158Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:39.159Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:39.162Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:39.162Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:51:39.262Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:39.263Z||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-05T04:51:39.263Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:39.279Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:39.280Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:51:40.163Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:40.164Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:40.166Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:40.166Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:51:40.266Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:40.268Z||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-05T04:51:40.268Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:40.288Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:40.289Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:41.167Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:41.168Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:41.170Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:41.171Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:41.272Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:41.273Z||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-05T04:51:41.273Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:41.290Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:41.292Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:42.173Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:42.173Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:42.176Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:42.176Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T04:51:42.277Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T04:51:42.279Z||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-05T04:51:42.279Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:42.300Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:42.301Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:43.177Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:43.177Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:43.188Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:43.188Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:51:43.280Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-05T04:51:43.281Z||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-05T04:51:43.281Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:43.298Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:43.299Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:44.189Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:51:44.189Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:44.195Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:44.195Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:51:44.295Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:44.297Z||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-05T04:51:44.297Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:44.314Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:44.315Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:51:45.199Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "serviceName": "vFW 2022-07-05 04-48-03",
  "serviceVersion": "1.0",
  "serviceUUID": "e3fc7e22-6be2-4dae-9389-b96edba3db4c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d96e908f-a848-4a8c-ae63-089d459c10e9",
  "resources": [
    {
      "resourceInstanceName": "vFW df9fa575-9f25 0",
      "resourceCustomizationUUID": "093fdad2-3002-4ea8-aa74-a33b7fc20beb",
      "resourceName": "vFW df9fa575-9f25",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d84da5f0-7c32-4873-919a-b8252ac7ec31",
      "resourceInvariantUUID": "459ff42d-279a-4656-9853-fbd809f15391",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdf9fa5759f250_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
          "artifactChecksum": "YjBhMzJkYTEwNmJmNWI3NjgxODMzMGI3MzRiYzUyMWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "492543ac-aa00-487d-b90c-20e46842b079",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "258d01a8-703e-4a7c-b4c5-8b9242ce1ef6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "c5ac8c25-efd9-4593-8f4c-90da13aab365",
            "generatedFromUUID": "258d01a8-703e-4a7c-b4c5-8b9242ce1ef6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "c5ac8c25-efd9-4593-8f4c-90da13aab365",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220705044803-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
      "artifactChecksum": "MjZhOWNlZDRjYWE0NzRhOWU0ZDI4ZDY3NzA4Y2RmOGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e54b6be-881b-4037-b21e-f09f3d70b8de"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T04:51:45.200Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T04:51:45.201Z|6a939f0c-5687-428a-a917-4a302871ae4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3fc7e22-6be2-4dae-9389-b96edba3db4c ASDC
2022-07-05T04:51:45.202Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fd9e2964-05d4-4c55-b74a-fc1ceee0a511
ServiceName:vFW 2022-07-05 04-48-03
ServiceVersion:1.0
ServiceUUID:e3fc7e22-6be2-4dae-9389-b96edba3db4c
ServiceInvariantUUID:d96e908f-a848-4a8c-ae63-089d459c10e9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220705044803-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
ArtifactUUID:8e54b6be-881b-4037-b21e-f09f3d70b8de
ArtifactChecksum:MjZhOWNlZDRjYWE0NzRhOWU0ZDI4ZDY3NzA4Y2RmOGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df9fa575-9f25 0
ResourceCustomizationUUID:093fdad2-3002-4ea8-aa74-a33b7fc20beb
ResourceInvariantUUID:459ff42d-279a-4656-9853-fbd809f15391
ResourceName:vFW df9fa575-9f25
ResourceType:VF
ResourceUUID:d84da5f0-7c32-4873-919a-b8252ac7ec31
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf9fa5759f250_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
ArtifactUUID:492543ac-aa00-487d-b90c-20e46842b079
ArtifactChecksum:YjBhMzJkYTEwNmJmNWI3NjgxODMzMGI3MzRiYzUyMWU=
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/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
ArtifactUUID:258d01a8-703e-4a7c-b4c5-8b9242ce1ef6
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
ArtifactUUID:c5ac8c25-efd9-4593-8f4c-90da13aab365
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
ArtifactUUID:c5ac8c25-efd9-4593-8f4c-90da13aab365
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T04:51:45.202Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3fc7e22-6be2-4dae-9389-b96edba3db4c 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-05T04:51:45.280Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:51:45.281Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:51:45.281Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:51:45.282Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8e54b6be-881b-4037-b21e-f09f3d70b8de from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:45.282Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:45.282Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:45.477Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:45.502Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar 8e54b6be-881b-4037-b21e-f09f3d70b8de 99056
2022-07-05T04:51:45.503Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar ASDC sendASDCNotification
2022-07-05T04:51:45.503Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:45.504Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:45.505Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:45.509Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:45.509Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996705503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:45.613Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T04:51:45.614Z||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-05T04:51:45.615Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:45.631Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:45.632Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:46.510Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:51:46.512Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-07-05T04:51:46.513Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8e54b6be-881b-4037-b21e-f09f3d70b8de, URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar to file: /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.513Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.514Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.515Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:46.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9778796606436724961/Definitions/service-Vfw20220705044803-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-05T04:51:50.293Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.294Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.295Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df9fa575-9f25 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-Vfw20220705044803-csar.csar
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-07-05T04:51:50.296Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:51:50.297Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.298Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-07-05T04:51:50.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:51:50.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.300Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.300Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.301Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.301Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.302Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.302Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:50.303Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.303Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:50.304Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:50.305Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.306Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T04:51:50.306Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.306Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:51:50.307Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.307Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.307Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:50.308Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.309Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:50.310Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.311Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:50.312Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.312Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=deb36916-fdbd-466b-8fbf-4d59bb760cf5
2022-07-05T04:51:50.312Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.313Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.313Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:50.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.315Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:50.316Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34a902bc-6634-4408-af58-500862b959db
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:50.317Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:50.318Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:50.319Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:51:50.320Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fcb2cc6-5384-467a-ac37-31d3e28cb410
2022-07-05T04:51:50.320Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.320Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.321Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.322Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:50.322Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:50.322Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-05 04-48-03
Description:catalog service description
Model UUID:e3fc7e22-6be2-4dae-9389-b96edba3db4c
Model Version:NULL
Model InvariantUuid:d96e908f-a848-4a8c-ae63-089d459c10e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW df9fa575-9f25
Model UUID:dea6cea0-3ab7-430a-aff7-d25e5f6f0757
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:459ff42d-279a-4656-9853-fbd809f15391
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:093fdad2-3002-4ea8-aa74-a33b7fc20beb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7
ModelName:VfwDf9fa5759f25..base_vfw..module-0
ModelUuid:e70b9a2b-ce1d-4d8f-bc12-c209219097cd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:deb36916-fdbd-466b-8fbf-4d59bb760cf5
ModelInvariantUuid:8ab459f3-428a-4768-8013-a6d7cf7fbfed
ModelName:vFW df9fa575-9f25-nodes.vfwCvfc
ModelUuid:7dc45d1f-aea9-4d27-a8c9-fd32a3ea6b55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9cdd3986-ba50-491a-b35a-0a57a460681e
ModelInvariantUuid:0ea4e81f-a265-45aa-969b-46fffe5778f5
ModelName:VfwDf9fa5759f25.compute.nodes.heat.vfw
ModelUuid:9cd19fc8-6d55-4645-a1dd-98399e5ba883
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:34a902bc-6634-4408-af58-500862b959db
ModelInvariantUuid:a59596e5-ac9d-4917-ae7a-5131b2a7ed00
ModelName:vFW df9fa575-9f25-nodes.vsnCvfc
ModelUuid:3c90075b-b01c-4716-81d1-6b5cf4608475
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1e045ae9-bf8a-460f-a327-0c20085d4ed4
ModelInvariantUuid:2cf2d487-e0eb-47b0-b1d4-f9e2d0bddcbf
ModelName:VfwDf9fa5759f25.compute.nodes.heat.vsn
ModelUuid:22ddb6c9-6247-47f1-9dd3-330636854384
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5fcb2cc6-5384-467a-ac37-31d3e28cb410
ModelInvariantUuid:88e821ba-9902-47c4-a816-6c5c85c9906d
ModelName:vFW df9fa575-9f25-nodes.vpgCvfc
ModelUuid:6c757094-ee3b-48c6-ac3d-6dd3a4424003
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4068a660-06e0-4fbb-8141-5b700458a833
ModelInvariantUuid:523d8bf6-423f-4d35-bbb9-827fc5dc3015
ModelName:VfwDf9fa5759f25.compute.nodes.heat.vpg
ModelUuid:12c244f1-2ece-4ee9-9d07-f5f95095e981
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-05T04:51:50.332Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d84da5f0-7c32-4873-919a-b8252ac7ec31
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-05T04:51:50.337Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||vFW df9fa575-9f25 0
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d84da5f0-7c32-4873-919a-b8252ac7ec31
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 492543ac-aa00-487d-b90c-20e46842b079 from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:50.338Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:50.448Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:50.449Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json 492543ac-aa00-487d-b90c-20e46842b079 785
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json ASDC sendASDCNotification
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:50.450Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:50.458Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:50.458Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996710449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:50.559Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:51:50.560Z||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-05T04:51:50.560Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:50.575Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:50.576Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:51.460Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf9fa5759f25..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e70b9a2b-ce1d-4d8f-bc12-c209219097cd",
    "vfModuleModelCustomizationUUID": "6796e747-5c6f-45d0-ad2f-067a2d7c57ad",
    "isBase": true,
    "artifacts": [
      "258d01a8-703e-4a7c-b4c5-8b9242ce1ef6",
      "c5ac8c25-efd9-4593-8f4c-90da13aab365"
    ],
    "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-05T04:51:51.466Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf9fa5759f25..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e70b9a2b-ce1d-4d8f-bc12-c209219097cd
VfModuleModelInvariantUUID:86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
258d01a8-703e-4a7c-b4c5-8b9242ce1ef6
,
c5ac8c25-efd9-4593-8f4c-90da13aab365

}
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-05T04:51:51.469Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDf9fa5759f25..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e70b9a2b-ce1d-4d8f-bc12-c209219097cd",
    "vfModuleModelCustomizationUUID": "6796e747-5c6f-45d0-ad2f-067a2d7c57ad",
    "isBase": true,
    "artifacts": [
      "258d01a8-703e-4a7c-b4c5-8b9242ce1ef6",
      "c5ac8c25-efd9-4593-8f4c-90da13aab365"
    ],
    "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-05T04:51:51.470Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf9fa5759f25..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e70b9a2b-ce1d-4d8f-bc12-c209219097cd
VfModuleModelInvariantUUID:86f53b3f-11af-4ee2-94ca-7a5ee78cb0e7
VfModuleModelDescription:NULL
Artifacts UUID List:{
258d01a8-703e-4a7c-b4c5-8b9242ce1ef6
,
c5ac8c25-efd9-4593-8f4c-90da13aab365

}
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-05T04:51:51.470Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 258d01a8-703e-4a7c-b4c5-8b9242ce1ef6 from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:51.470Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:51.471Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:51.533Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:51.535Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml 258d01a8-703e-4a7c-b4c5-8b9242ce1ef6 20368
2022-07-05T04:51:51.535Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:51:51.536Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:51.536Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:51.537Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:51.540Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:51.541Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996711535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:51.640Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:51:51.641Z||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-05T04:51:51.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:51.672Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:51.673Z||pool-28-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:51:52.542Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5ac8c25-efd9-4593-8f4c-90da13aab365 from URL: /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:52.542Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-07-05T04:51:52.544Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:52.712Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-07-05T04:51:52.713Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env c5ac8c25-efd9-4593-8f4c-90da13aab365 2098
2022-07-05T04:51:52.713Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:51:52.714Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:52.714Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:51:52.715Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:52.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:52.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996712713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:51:52.819Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:52.820Z||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-05T04:51:52.821Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:52.847Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:52.847Z||pool-29-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:53.720Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e3fc7e22-6be2-4dae-9389-b96edba3db4c
2022-07-05T04:51:53.721Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df9fa575-9f25 0 d84da5f0-7c32-4873-919a-b8252ac7ec31 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-05T04:51:53.757Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58ac872e, org.onap.sdc.toscaparser.api.parameters.Input@6fb90b98, org.onap.sdc.toscaparser.api.parameters.Input@fdb3b15, org.onap.sdc.toscaparser.api.parameters.Input@4fa81779, org.onap.sdc.toscaparser.api.parameters.Input@73017c55]
2022-07-05T04:51:53.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 093fdad2-3002-4ea8-aa74-a33b7fc20beb
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 093fdad2-3002-4ea8-aa74-a33b7fc20beb matches Tosca VF Customization UUID: 093fdad2-3002-4ea8-aa74-a33b7fc20beb
2022-07-05T04:51:53.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 093fdad2-3002-4ea8-aa74-a33b7fc20beb  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-05T04:51:53.765Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.766Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.767Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 093fdad2-3002-4ea8-aa74-a33b7fc20beb: {\"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-05T04:51:53.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d8a0a8c
2022-07-05T04:51:53.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:51:53.769Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6796e747-5c6f-45d0-ad2f-067a2d7c57ad
2022-07-05T04:51:53.769Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6796e747-5c6f-45d0-ad2f-067a2d7c57ad
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-05T04:51:53.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.774Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.774Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.774Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.775Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.775Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:53.776Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:53.776Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:53.776Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.777Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.778Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:53.778Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.778Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:53.779Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.779Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=deb36916-fdbd-466b-8fbf-4d59bb760cf5
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-05T04:51:53.782Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.783Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.783Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.783Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.784Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:53.784Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:53.784Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:53.785Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:53.785Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.785Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.786Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:53.786Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.786Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:51:53.787Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:51:53.788Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.788Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:51:53.789Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.789Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34a902bc-6634-4408-af58-500862b959db
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-05T04:51:53.793Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.794Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.794Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.799Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.800Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is not matching search criteria
2022-07-05T04:51:53.800Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.801Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.802Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:51:53.802Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.803Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:51:53.803Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:51:53.803Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:51:53.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:51:53.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:51:53.805Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fcb2cc6-5384-467a-ac37-31d3e28cb410
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-05T04:51:53.808Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.809Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.809Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:51:53.809Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.810Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Node template vFW df9fa575-9f25 0 is matching search criteria
2022-07-05T04:51:53.810Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df9fa575-9f25 0] matching following query criteria: sdcType=VF, customizationUUID=093fdad2-3002-4ea8-aa74-a33b7fc20beb
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-05T04:51:53.823Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.824Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.824Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e3fc7e22-6be2-4dae-9389-b96edba3db4c: vFW df9fa575-9f25
2022-07-05T04:51:53.825Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.825Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.825Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.826Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.826Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.826Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.827Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.827Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.827Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:51:53.828Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-07-05 04-48-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:51:53.828Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-07-05 04-48-03 
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-05T04:51:54.166Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df9fa575-9f25 d84da5f0-7c32-4873-919a-b8252ac7ec31 1 ASDC deployResourceStructure
2022-07-05T04:51:54.167Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json ASDC sendASDCNotification
2022-07-05T04:51:54.167Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json
2022-07-05T04:51:54.168Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:54.168Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:54.172Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:54.172Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996714167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:54.272Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:54.274Z||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-05T04:51:54.274Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:54.293Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:54.294Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:55.173Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:51:55.173Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml
2022-07-05T04:51:55.173Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:55.174Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:55.183Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:55.184Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996715173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:55.284Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:51:55.285Z||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-05T04:51:55.285Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:55.302Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:55.303Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:56.186Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:51:56.186Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env
2022-07-05T04:51:56.186Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:56.187Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:56.190Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:56.190Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996716186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:56.290Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:51:56.291Z||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-05T04:51:56.291Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:56.307Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:56.308Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:57.193Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar ASDC sendASDCNotification
2022-07-05T04:51:57.195Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar
2022-07-05T04:51:57.195Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:51:57.196Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:51:57.200Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:51:57.201Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996717193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:51:57.304Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T04:51:57.305Z||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-05T04:51:57.306Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:51:57.324Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:51:57.325Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:51:58.206Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:51:58.235Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:51:58.253Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:51:58.258Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T04:51:58.258Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T04:51:58.259Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T04:51:58.259Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:51:58.259Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:51:58.260Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:51:58.261Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:51:58.285Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T04:52:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:12.058Z||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-05T04:52:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:12.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:52:12.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a939f0c-5687-428a-a917-4a302871ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996692690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:52:12.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:52:12.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996693724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:52:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996705503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996710449,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996711535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996712713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996714167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/vfwdf9fa5759f250_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:52:12.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996715173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996716186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/resourceInstances/vfwdf9fa5759f250/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996717193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705044803/1.0/artifacts/service-Vfw20220705044803-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:52:12.709Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:52:28.286Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511 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-05T04:52:28.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd9e2964-05d4-4c55-b74a-fc1ceee0a511 and serviceModelVersionId: e3fc7e22-6be2-4dae-9389-b96edba3db4c
2022-07-05T04:52:28.299Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d96e908f-a848-4a8c-ae63-089d459c10e9
2022-07-05T04:52:28.301Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0
2022-07-05T04:52:28.314Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T04:52:28.393Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|INFO|500||Invoke
2022-07-05T04:52:28.395Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fd9e2964-05d4-4c55-b74a-fc1ceee0a511], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7724eb8c-fadf-4600-ba63-683d0b95f595], X-ECOMP-RequestID=[fd9e2964-05d4-4c55-b74a-fc1ceee0a511], X-TransactionId=[], X-ONAP-RequestID=[fd9e2964-05d4-4c55-b74a-fc1ceee0a511], Content-Type=[application/merge-patch+json]}
2022-07-05T04:52:28.457Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T04:52:28.625Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?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/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-04:52:28:975-18356], vertex-id=[208944], Content-Length=[0], Date=[Tue, 05 Jul 2022 04:52:28 GMT], Content-Type=[application/json]}
2022-07-05T04:52:28.626Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T04:52:28.627Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d96e908f-a848-4a8c-ae63-089d459c10e9/model-vers/model-ver/e3fc7e22-6be2-4dae-9389-b96edba3db4c?depth=0|INFO|500||InvokeReturn
2022-07-05T04:52:28.633Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T04:52:28.633Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T04:52:28.650Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T04:52:28.651Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd9e2964-05d4-4c55-b74a-fc1ceee0a511 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T04:52:28.652Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T04:52:28.653Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:52:28.659Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:52:28.660Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996748652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:52:28.756Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T04:52:28.758Z||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-05T04:52:28.758Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:28.782Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:52:28.786Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 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-05T04:52:29.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:29.694Z||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-05T04:52:29.694Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:39.264Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:52:39.265Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:39.266Z||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-05T04:52:39.266Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:48.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:52:48.810Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:52:48.811Z||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-05T04:52:48.811Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:52:58.387Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:53:12.052Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:53:12.054Z||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-05T04:53:12.055Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:53:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:53:12.058Z||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-05T04:53:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:53:12.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:53:12.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:53:12.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd9e2964-05d4-4c55-b74a-fc1ceee0a511",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996748652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:53:12.699Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:53:21.605Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:12.051Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:54:12.053Z||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-05T04:54:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:54:12.058Z||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-05T04:54:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:12.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:12.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3693c34c-9e7e-436b-b28f-ea7283284f87","serviceName":"vFW 2022-07-05 04-52-06","serviceVersion":"1.0","serviceUUID":"8e3822f2-04ca-477f-b58b-eec6ff95f0fe","serviceDescription":"catalog service description","serviceInvariantUUID":"9b1f1c34-5658-44d0-b465-a4b88207b8a5","resources":[{"resourceInstanceName":"vFW 985c38cf-e492 0","resourceName":"vFW 985c38cf-e492","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"834f8299-6c34-4a1f-8d4b-b688b97ffad3","resourceInvariantUUID":"846db0a0-af99-48ef-83c3-2c9146ca0794","resourceCustomizationUUID":"bd8952a2-0ca0-4905-bb2a-1258823f7c40","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml","artifactChecksum":"NjAzZWRmMjkwMzRkZWZhNTQ1YzY0Y2M3MjhiNjFiZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ebeb282f-b86c-4283-b66e-57f21a8eeac5","artifactVersion":"1"},{"artifactName":"vfw985c38cfe4920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json","artifactChecksum":"MDYzOGU4NzFiM2VmMGE0MDQ1YzNjMWZmOTU1ZjFkOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1192ce5a-d668-491a-8185-23cf948aad2d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8db0dc36-c5e2-46c8-a6ca-e8eb831f4077","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml","artifactChecksum":"YWRlNjBlNDNhOGVkNjQ2MTcwMjIyNGE2Y2VkMWFhODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fedd9797-a9c6-4298-9dab-58846a854f6e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91903469-39d2-4c5a-872d-3a11a18a5c5a","artifactVersion":"2","generatedFromUUID":"8db0dc36-c5e2-46c8-a6ca-e8eb831f4077"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220705045206-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml","artifactChecksum":"NmM3MjhlNTY0MDVhZmMyNDkyZGFkNGY4Nzg0MzQ5Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f657f1cb-c184-4b73-ae68-af011a34669b","artifactVersion":"1"},{"artifactName":"service-Vfw20220705045206-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar","artifactChecksum":"NzIzMWY2ZWRmMTA4Yzg5ODZmNGU2YTFkMTkyZTRkMjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T04:54:12.699Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:12.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.701Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:12.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.702Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.706Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:12.706Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996812278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996809362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656996814126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996814684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996814715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996822019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996822146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996822612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.738Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "cds",
  "timestamp": 1656996823030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-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-05T04:54:12.762Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.763Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:54:12.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996823381,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996822823,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996823834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:12.783Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996824473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "policy-id",
  "timestamp": 1656996824837,
  "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-05T04:54:12.795Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.796Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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=?
2022-07-05T04:54:12.807Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T04:54:12.809Z||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-05T04:54:12.809Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:12.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996825497,
  "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-05T04:54:12.831Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:12.831Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 and ComponentName POLICY
2022-07-05T04:54:12.832Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T04:54:12.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996825922,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:12.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656996826500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:12.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656996826926,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:54:12.863Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.864Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T04:54:12.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996827607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996831742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996839818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996850153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996849576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:12.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:12.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "aai-ml",
  "timestamp": 1656996851157,
  "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-05T04:54:12.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:54:12.926Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:54:12.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:54:12.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996851593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:12.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:54:13.707Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:13.708Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:13.711Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:13.711Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:54:13.811Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:13.812Z||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-05T04:54:13.813Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:13.828Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:13.829Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:14.713Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:14.713Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:14.718Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:14.719Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:54:14.818Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:14.819Z||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-05T04:54:14.819Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:14.841Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:14.842Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:15.719Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:15.721Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:15.724Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:15.724Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:15.833Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-05T04:54:15.834Z||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-05T04:54:15.834Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:15.861Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:15.862Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:16.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:16.725Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:16.727Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:16.728Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T04:54:16.828Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:16.830Z||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-05T04:54:16.831Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:16.853Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:16.853Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:17.736Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:17.737Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:17.740Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:17.740Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:54:17.844Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-05T04:54:17.845Z||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-05T04:54:17.845Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:17.862Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:17.863Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:18.741Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T04:54:18.742Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:18.746Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:18.746Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:54:18.846Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:18.847Z||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-05T04:54:18.847Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:18.863Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:18.864Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:19.748Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "serviceName": "vFW 2022-07-05 04-52-06",
  "serviceVersion": "1.0",
  "serviceUUID": "8e3822f2-04ca-477f-b58b-eec6ff95f0fe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b1f1c34-5658-44d0-b465-a4b88207b8a5",
  "resources": [
    {
      "resourceInstanceName": "vFW 985c38cf-e492 0",
      "resourceCustomizationUUID": "bd8952a2-0ca0-4905-bb2a-1258823f7c40",
      "resourceName": "vFW 985c38cf-e492",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "834f8299-6c34-4a1f-8d4b-b688b97ffad3",
      "resourceInvariantUUID": "846db0a0-af99-48ef-83c3-2c9146ca0794",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw985c38cfe4920_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
          "artifactChecksum": "MDYzOGU4NzFiM2VmMGE0MDQ1YzNjMWZmOTU1ZjFkOGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1192ce5a-d668-491a-8185-23cf948aad2d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8db0dc36-c5e2-46c8-a6ca-e8eb831f4077",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "91903469-39d2-4c5a-872d-3a11a18a5c5a",
            "generatedFromUUID": "8db0dc36-c5e2-46c8-a6ca-e8eb831f4077"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "91903469-39d2-4c5a-872d-3a11a18a5c5a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220705045206-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
      "artifactChecksum": "NzIzMWY2ZWRmMTA4Yzg5ODZmNGU2YTFkMTkyZTRkMjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T04:54:19.749Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T04:54:19.749Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e3822f2-04ca-477f-b58b-eec6ff95f0fe ASDC
2022-07-05T04:54:19.749Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3693c34c-9e7e-436b-b28f-ea7283284f87
ServiceName:vFW 2022-07-05 04-52-06
ServiceVersion:1.0
ServiceUUID:8e3822f2-04ca-477f-b58b-eec6ff95f0fe
ServiceInvariantUUID:9b1f1c34-5658-44d0-b465-a4b88207b8a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220705045206-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
ArtifactUUID:c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a
ArtifactChecksum:NzIzMWY2ZWRmMTA4Yzg5ODZmNGU2YTFkMTkyZTRkMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 985c38cf-e492 0
ResourceCustomizationUUID:bd8952a2-0ca0-4905-bb2a-1258823f7c40
ResourceInvariantUUID:846db0a0-af99-48ef-83c3-2c9146ca0794
ResourceName:vFW 985c38cf-e492
ResourceType:VF
ResourceUUID:834f8299-6c34-4a1f-8d4b-b688b97ffad3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw985c38cfe4920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
ArtifactUUID:1192ce5a-d668-491a-8185-23cf948aad2d
ArtifactChecksum:MDYzOGU4NzFiM2VmMGE0MDQ1YzNjMWZmOTU1ZjFkOGQ=
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/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
ArtifactUUID:8db0dc36-c5e2-46c8-a6ca-e8eb831f4077
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/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
ArtifactUUID:91903469-39d2-4c5a-872d-3a11a18a5c5a
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/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
ArtifactUUID:91903469-39d2-4c5a-872d-3a11a18a5c5a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T04:54:19.751Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e3822f2-04ca-477f-b58b-eec6ff95f0fe 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-05T04:54:19.791Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:54:19.792Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:19.793Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:20.047Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:20.061Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a 99032
2022-07-05T04:54:20.061Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar ASDC sendASDCNotification
2022-07-05T04:54:20.062Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:20.062Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:20.063Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:20.070Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:20.071Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996860061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:20.167Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T04:54:20.169Z||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-05T04:54:20.169Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:20.194Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:20.195Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:21.072Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T04:54:21.073Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T04:54:21.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c19aaa95-e3fc-4f9c-8c3e-ed6d7e33be2a, URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar to file: /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.076Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.076Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:21.542Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP942699131096659599/Definitions/service-Vfw20220705045206-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-05T04:54:25.342Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T04:54:25.343Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T04:54:25.343Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.343Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||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-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||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-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 985c38cf-e492 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-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.344Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||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-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:25.345Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T04:54:25.346Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.346Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.346Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.347Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.348Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.348Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T04:54:25.348Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.349Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.350Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:25.351Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:25.352Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:54:25.353Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.354Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:25.355Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:54:25.356Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.357Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.358Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d3085c65-3b33-49b9-ab6c-2197535b96d5
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.359Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.360Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.361Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccf7e91c-e12f-481c-857e-b70a11eefa83
2022-07-05T04:54:25.362Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.362Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:25.362Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:25.363Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:25.364Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c02344a-f2d9-41bb-9705-310cde0c39b8
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.365Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.366Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:25.367Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:25.368Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-05 04-52-06
Description:catalog service description
Model UUID:8e3822f2-04ca-477f-b58b-eec6ff95f0fe
Model Version:NULL
Model InvariantUuid:9b1f1c34-5658-44d0-b465-a4b88207b8a5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 985c38cf-e492
Model UUID:3a005141-d4a9-4c25-9163-b09074f75a98
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:846db0a0-af99-48ef-83c3-2c9146ca0794
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd8952a2-0ca0-4905-bb2a-1258823f7c40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:500c6ad2-de6d-491e-9d95-6d4818649119
ModelName:Vfw985c38cfE492..base_vfw..module-0
ModelUuid:0ed24017-fd3f-41cb-be0c-f8886485fa77
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d3085c65-3b33-49b9-ab6c-2197535b96d5
ModelInvariantUuid:6e58a877-2077-4407-99fe-7987641791ba
ModelName:vFW 985c38cf-e492-nodes.vfwCvfc
ModelUuid:805e88f2-6110-4b7f-b0c2-d89d50114822
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4b5f6fe5-5f52-46e6-a260-c1e35bd8d2a0
ModelInvariantUuid:5953bdf5-d0bf-4a37-b3fb-a440db1e9c7b
ModelName:Vfw985c38cfE492.compute.nodes.heat.vfw
ModelUuid:77c2c93e-8a0e-47b3-b314-bb51499e5af5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ccf7e91c-e12f-481c-857e-b70a11eefa83
ModelInvariantUuid:5ccf987b-cd81-4c2a-89b6-dc5a8bb06f47
ModelName:vFW 985c38cf-e492-nodes.vsnCvfc
ModelUuid:1ef61d7e-56e5-4ed5-978a-5abcb454fa26
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4fdc5ef5-0645-49db-8468-08eedf79bd0d
ModelInvariantUuid:a55fdd6e-6fec-4cdd-b6a0-f39111e5ab50
ModelName:Vfw985c38cfE492.compute.nodes.heat.vsn
ModelUuid:5d9cfa52-f7bc-4ab0-83f6-63d81b8d5887
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9c02344a-f2d9-41bb-9705-310cde0c39b8
ModelInvariantUuid:a56d7c1f-6cdf-43e1-b2ca-8084a8e23660
ModelName:vFW 985c38cf-e492-nodes.vpgCvfc
ModelUuid:cbb92271-f100-4f16-a11f-c2399066dec4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:94d4304c-540b-48f5-92d2-33a3434a6321
ModelInvariantUuid:f273c0d6-29d2-41a9-9ff9-e77d1ea29c7d
ModelName:Vfw985c38cfE492.compute.nodes.heat.vpg
ModelUuid:b8cb9d30-4a81-4772-9b62-c1522106cbcc
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-05T04:54:25.385Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 834f8299-6c34-4a1f-8d4b-b688b97ffad3
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-05T04:54:25.395Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||vFW 985c38cf-e492 0
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 834f8299-6c34-4a1f-8d4b-b688b97ffad3
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1192ce5a-d668-491a-8185-23cf948aad2d from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:25.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:25.632Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json 1192ce5a-d668-491a-8185-23cf948aad2d 785
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json ASDC sendASDCNotification
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:25.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:25.634Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:25.638Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:25.639Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996865633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:25.738Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:25.739Z||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-05T04:54:25.739Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:25.757Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:25.758Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:26.640Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw985c38cfE492..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "500c6ad2-de6d-491e-9d95-6d4818649119",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ed24017-fd3f-41cb-be0c-f8886485fa77",
    "vfModuleModelCustomizationUUID": "7ff77b49-8aa0-47c4-beab-59bf8c20a12e",
    "isBase": true,
    "artifacts": [
      "8db0dc36-c5e2-46c8-a6ca-e8eb831f4077",
      "91903469-39d2-4c5a-872d-3a11a18a5c5a"
    ],
    "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-05T04:54:26.646Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw985c38cfE492..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed24017-fd3f-41cb-be0c-f8886485fa77
VfModuleModelInvariantUUID:500c6ad2-de6d-491e-9d95-6d4818649119
VfModuleModelDescription:NULL
Artifacts UUID List:{
8db0dc36-c5e2-46c8-a6ca-e8eb831f4077
,
91903469-39d2-4c5a-872d-3a11a18a5c5a

}
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-05T04:54:26.650Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw985c38cfE492..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "500c6ad2-de6d-491e-9d95-6d4818649119",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ed24017-fd3f-41cb-be0c-f8886485fa77",
    "vfModuleModelCustomizationUUID": "7ff77b49-8aa0-47c4-beab-59bf8c20a12e",
    "isBase": true,
    "artifacts": [
      "8db0dc36-c5e2-46c8-a6ca-e8eb831f4077",
      "91903469-39d2-4c5a-872d-3a11a18a5c5a"
    ],
    "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-05T04:54:26.650Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw985c38cfE492..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ed24017-fd3f-41cb-be0c-f8886485fa77
VfModuleModelInvariantUUID:500c6ad2-de6d-491e-9d95-6d4818649119
VfModuleModelDescription:NULL
Artifacts UUID List:{
8db0dc36-c5e2-46c8-a6ca-e8eb831f4077
,
91903469-39d2-4c5a-872d-3a11a18a5c5a

}
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-05T04:54:26.651Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8db0dc36-c5e2-46c8-a6ca-e8eb831f4077 from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:26.651Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:26.651Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:26.825Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:26.827Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml 8db0dc36-c5e2-46c8-a6ca-e8eb831f4077 20368
2022-07-05T04:54:26.828Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:54:26.828Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:26.829Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:26.829Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:26.833Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:26.833Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996866828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:26.933Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T04:54:26.934Z||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-05T04:54:26.934Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:26.950Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:26.951Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:27.836Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 91903469-39d2-4c5a-872d-3a11a18a5c5a from URL: /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:27.837Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T04:54:27.837Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:27.970Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T04:54:27.972Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env 91903469-39d2-4c5a-872d-3a11a18a5c5a 2098
2022-07-05T04:54:27.973Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:54:27.973Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:27.973Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T04:54:27.974Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:27.978Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:27.979Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996867973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:54:28.079Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:28.081Z||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-05T04:54:28.081Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:28.099Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:28.100Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T04:54:28.980Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e3822f2-04ca-477f-b58b-eec6ff95f0fe
2022-07-05T04:54:28.980Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 985c38cf-e492 0 834f8299-6c34-4a1f-8d4b-b688b97ffad3 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-05T04:54:29.019Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d5c6807, org.onap.sdc.toscaparser.api.parameters.Input@5894c9fc, org.onap.sdc.toscaparser.api.parameters.Input@614eeddc, org.onap.sdc.toscaparser.api.parameters.Input@2bd90599, org.onap.sdc.toscaparser.api.parameters.Input@658b5cb5]
2022-07-05T04:54:29.024Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.029Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.030Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-05T04:54:29.031Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bd8952a2-0ca0-4905-bb2a-1258823f7c40
2022-07-05T04:54:29.031Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd8952a2-0ca0-4905-bb2a-1258823f7c40 matches Tosca VF Customization UUID: bd8952a2-0ca0-4905-bb2a-1258823f7c40
2022-07-05T04:54:29.031Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bd8952a2-0ca0-4905-bb2a-1258823f7c40  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-05T04:54:29.037Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.038Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.039Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bd8952a2-0ca0-4905-bb2a-1258823f7c40: {\"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-05T04:54:29.039Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e8eb582
2022-07-05T04:54:29.039Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.040Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T04:54:29.040Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ff77b49-8aa0-47c4-beab-59bf8c20a12e
2022-07-05T04:54:29.041Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ff77b49-8aa0-47c4-beab-59bf8c20a12e
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-05T04:54:29.045Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.045Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:29.046Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:29.046Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.046Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:29.046Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:29.047Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.047Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:29.047Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:29.047Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T04:54:29.048Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:29.048Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:29.048Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:29.048Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.048Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:29.049Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:29.049Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:29.049Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:29.049Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.049Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d3085c65-3b33-49b9-ab6c-2197535b96d5
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-05T04:54:29.056Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.056Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:29.057Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:29.057Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.057Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:29.058Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:29.058Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:29.058Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:29.058Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.059Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:29.059Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.059Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:29.059Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T04:54:29.060Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T04:54:29.060Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:29.060Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T04:54:29.060Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.061Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ccf7e91c-e12f-481c-857e-b70a11eefa83
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-05T04:54:29.064Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.064Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:29.064Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:29.065Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.065Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is not matching search criteria
2022-07-05T04:54:29.066Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T04:54:29.066Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T04:54:29.066Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:29.067Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.067Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T04:54:29.067Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.067Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T04:54:29.067Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T04:54:29.068Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T04:54:29.069Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T04:54:29.069Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T04:54:29.069Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T04:54:29.069Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c02344a-f2d9-41bb-9705-310cde0c39b8
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-05T04:54:29.073Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.073Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:29.073Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T04:54:29.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Node template vFW 985c38cf-e492 0 is matching search criteria
2022-07-05T04:54:29.074Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 985c38cf-e492 0] matching following query criteria: sdcType=VF, customizationUUID=bd8952a2-0ca0-4905-bb2a-1258823f7c40
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-05T04:54:29.077Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.077Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.078Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8e3822f2-04ca-477f-b58b-eec6ff95f0fe: vFW 985c38cf-e492
2022-07-05T04:54:29.078Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.078Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.078Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.079Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.079Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.079Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.079Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.080Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.080Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T04:54:29.080Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-05 04-52-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T04:54:29.080Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-07-05 04-52-06 
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-05T04:54:29.390Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 985c38cf-e492 834f8299-6c34-4a1f-8d4b-b688b97ffad3 1 ASDC deployResourceStructure
2022-07-05T04:54:29.391Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json ASDC sendASDCNotification
2022-07-05T04:54:29.391Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json
2022-07-05T04:54:29.391Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:54:29.391Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:29.394Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:29.394Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996869391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:29.494Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:29.495Z||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-05T04:54:29.496Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:29.521Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:29.522Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:30.395Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T04:54:30.395Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml
2022-07-05T04:54:30.395Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:54:30.396Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:30.399Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:30.399Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996870395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:30.499Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:30.500Z||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-05T04:54:30.501Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:30.534Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:30.535Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:31.400Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T04:54:31.401Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env
2022-07-05T04:54:31.401Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:54:31.401Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:31.404Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:31.404Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996871400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:31.507Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T04:54:31.510Z||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-05T04:54:31.510Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:31.531Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:31.532Z||pool-48-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:32.405Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar ASDC sendASDCNotification
2022-07-05T04:54:32.405Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar
2022-07-05T04:54:32.406Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T04:54:32.406Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:54:32.408Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:54:32.409Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996872405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:54:32.509Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T04:54:32.510Z||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-05T04:54:32.511Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:54:32.560Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:54:32.561Z||pool-49-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-05T04:54:33.414Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3693c34c-9e7e-436b-b28f-ea7283284f87
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:54:33.444Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3693c34c-9e7e-436b-b28f-ea7283284f87
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T04:54:33.454Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T04:54:33.455Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T04:54:33.455Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T04:54:33.455Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T04:54:33.455Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:54:33.456Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:54:33.456Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:54:33.456Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:54:33.456Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T04:54:33.457Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T04:54:33.471Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T04:55:03.472Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:55:03.483Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3693c34c-9e7e-436b-b28f-ea7283284f87 and serviceModelVersionId: 8e3822f2-04ca-477f-b58b-eec6ff95f0fe
2022-07-05T04:55:03.483Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b1f1c34-5658-44d0-b465-a4b88207b8a5
2022-07-05T04:55:03.484Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0
2022-07-05T04:55:03.491Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T04:55:03.568Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0|INFO|500||Invoke
2022-07-05T04:55:03.569Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3693c34c-9e7e-436b-b28f-ea7283284f87], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d70cba3a-c19a-4396-80c9-5e57003560c9], X-ECOMP-RequestID=[3693c34c-9e7e-436b-b28f-ea7283284f87], X-TransactionId=[], X-ONAP-RequestID=[3693c34c-9e7e-436b-b28f-ea7283284f87], Content-Type=[application/merge-patch+json]}
2022-07-05T04:55:03.644Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T04:55:03.802Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?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/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-04:55:04:152-52297], vertex-id=[192640], Content-Length=[0], Date=[Tue, 05 Jul 2022 04:55:04 GMT], Content-Type=[application/json]}
2022-07-05T04:55:03.803Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T04:55:03.804Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b1f1c34-5658-44d0-b465-a4b88207b8a5/model-vers/model-ver/8e3822f2-04ca-477f-b58b-eec6ff95f0fe?depth=0|INFO|500||InvokeReturn
2022-07-05T04:55:03.808Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T04:55:03.809Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T04:55:03.831Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T04:55:03.831Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3693c34c-9e7e-436b-b28f-ea7283284f87 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T04:55:03.832Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T04:55:03.832Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T04:55:03.836Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T04:55:03.836Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996903831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:55:03.934Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T04:55:03.936Z||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-05T04:55:03.936Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T04:55:03.969Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:55:03.970Z||pool-50-thread-1|||||INFO|500||cambria reply ok (35 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-05T04:55:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:55:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T04:55:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:55:12.059Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:55:12.061Z||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-05T04:55:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:55:12.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:55:12.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T04:55:12.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "clamp",
  "timestamp": 1656996852599,
  "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-05T04:55:12.213Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3693c34c-9e7e-436b-b28f-ea7283284f87
2022-07-05T04:55:12.214Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3693c34c-9e7e-436b-b28f-ea7283284f87 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-05T04:55:21.601Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:56:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:56:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T04:56:12.054Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:56:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:56:12.059Z||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-05T04:56:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:56:12.594Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:56:12.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:56:12.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T04:56:12.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T04:56:12.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:56:12.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T04:56:12.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T04:56:12.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996852051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T04:56:12.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T04:56:12.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996860061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:56:12.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996865633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:56:12.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996866828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996867973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996869391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/vfw985c38cfe4920_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T04:56:12.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996870395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T04:56:12.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996871400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/resourceInstances/vfw985c38cfe4920/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-05T04:56:12.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996872405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705045206/1.0/artifacts/service-Vfw20220705045206-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T04:56:12.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:12.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T04:56:12.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3693c34c-9e7e-436b-b28f-ea7283284f87",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656996903831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T04:56:12.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T04:56:21.641Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:57:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:57:12.054Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T04:57:12.055Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:57:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:57:12.059Z||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-05T04:57:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:57:21.621Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:57:21.630Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:58:12.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:58:12.053Z||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-05T04:58:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:58:12.059Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:58:12.062Z||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-05T04:58:12.062Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:58:21.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:58:21.650Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:59:12.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:59:12.053Z||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-05T04:59:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:59:12.057Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T04:59:12.058Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T04:59:12.058Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T04:59:21.607Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T04:59:21.614Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:00:12.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:00:12.052Z||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-05T05:00:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:00:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:00:12.058Z||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-05T05:00:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:00:21.600Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:00:21.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:01:12.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:01:12.052Z||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-05T05:01:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:01:12.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:01:12.059Z||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-05T05:01:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:01:21.608Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:01:21.619Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:02:12.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:02:12.053Z||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-05T05:02:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:02:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:02:12.058Z||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-05T05:02:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:02:21.640Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:02:21.661Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:12.051Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:03:12.054Z||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-05T05:03:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:03:12.058Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:03:12.059Z||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-05T05:03:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:03:17.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:17.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T05:03:17.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"87860397-35b0-4a6a-a377-7f2fb348231a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2fb0c169-ef1a-4a74-82ad-3a749a705aa2","serviceDescription":"service","serviceInvariantUUID":"b2fe031b-03b3-4803-8005-8b03dccf7778","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bc1e5cf0-f67f-4ae1-9600-358cdb6b4688","resourceInvariantUUID":"38d26926-eb03-4a1b-9d0f-879a77ad495c","resourceCustomizationUUID":"f5d4ec69-f48d-46da-b431-49aca8dce84b","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZjRjMjU3NTg5ZTcwZjA2ZDFlY2I0MjBmNzVlMzJlZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f548cb5b-a2c1-4ef4-bb6e-0ecd23570030","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWRiZTY2ZWIzNjE5NzFkZDcyYTkzODJlNGMzM2EwOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10370cf2-e3a4-4103-bc3d-692b0b3c88c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T05:03:17.626Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:03:17.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:03:17.632Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:03:17.632Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997392051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:03:17.732Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:03:17.733Z||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-05T05:03:17.733Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:03:17.751Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:17.752Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:03:17.849Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:17.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:03:17.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "cds",
  "timestamp": 1656997397278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:03:17.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:03:18.641Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:03:18.646Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:03:18.650Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:03:18.650Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997392051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:03:18.750Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:03:18.769Z||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-05T05:03:18.770Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:03:18.788Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:18.790Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:03:19.651Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2fb0c169-ef1a-4a74-82ad-3a749a705aa2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b2fe031b-03b3-4803-8005-8b03dccf7778",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f5d4ec69-f48d-46da-b431-49aca8dce84b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bc1e5cf0-f67f-4ae1-9600-358cdb6b4688",
      "resourceInvariantUUID": "38d26926-eb03-4a1b-9d0f-879a77ad495c",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ZWRiZTY2ZWIzNjE5NzFkZDcyYTkzODJlNGMzM2EwOGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "10370cf2-e3a4-4103-bc3d-692b0b3c88c6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T05:03:19.652Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T05:03:19.653Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fb0c169-ef1a-4a74-82ad-3a749a705aa2 ASDC
2022-07-05T05:03:19.654Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:87860397-35b0-4a6a-a377-7f2fb348231a
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2fb0c169-ef1a-4a74-82ad-3a749a705aa2
ServiceInvariantUUID:b2fe031b-03b3-4803-8005-8b03dccf7778
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:10370cf2-e3a4-4103-bc3d-692b0b3c88c6
ArtifactChecksum:ZWRiZTY2ZWIzNjE5NzFkZDcyYTkzODJlNGMzM2EwOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f5d4ec69-f48d-46da-b431-49aca8dce84b
ResourceInvariantUUID:38d26926-eb03-4a1b-9d0f-879a77ad495c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bc1e5cf0-f67f-4ae1-9600-358cdb6b4688
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-05T05:03:19.654Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fb0c169-ef1a-4a74-82ad-3a749a705aa2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:03:19.756Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:03:19.758Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:03:19.758Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:03:19.759Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 10370cf2-e3a4-4103-bc3d-692b0b3c88c6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T05:03:19.759Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:03:19.763Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T05:03:20.598Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:03:20.601Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 10370cf2-e3a4-4103-bc3d-692b0b3c88c6 52507
2022-07-05T05:03:20.601Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-05T05:03:20.601Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T05:03:20.602Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:03:20.602Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:03:20.608Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:03:20.610Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997400601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:03:20.712Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:03:20.714Z||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-05T05:03:20.714Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:03:20.750Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:20.751Z||pool-53-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:03:21.616Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:03:21.637Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:03:21.638Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 10370cf2-e3a4-4103-bc3d-692b0b3c88c6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:21.639Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-05T05:03:21.640Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:21.640Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:22.087Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11051413013017753255/Definitions/service-BasicNetwork-template.yml
2022-07-05T05:03:23.352Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T05:03:23.354Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:03:23.354Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.355Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-05T05:03:23.355Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.356Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.357Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.357Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.358Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.358Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.359Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.360Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.360Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:03:23.361Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.362Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.364Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-05T05:03:23.364Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:03:23.365Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:03:23.366Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.366Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.367Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-05T05:03:23.367Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:03:23.368Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:03:23.369Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.369Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.369Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.370Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.370Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.371Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.371Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.371Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.372Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.372Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.373Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2fb0c169-ef1a-4a74-82ad-3a749a705aa2
Model Version:NULL
Model InvariantUuid:b2fe031b-03b3-4803-8005-8b03dccf7778
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:38d26926-eb03-4a1b-9d0f-879a77ad495c
Model UUID:029edf66-b375-4855-86ee-d4ef1207fed0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f5d4ec69-f48d-46da-b431-49aca8dce84b
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T05:03:23.419Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: bc1e5cf0-f67f-4ae1-9600-358cdb6b4688
2022-07-05T05:03:23.422Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||No resources found for Service: 2fb0c169-ef1a-4a74-82ad-3a749a705aa2
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-05T05:03:23.451Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||
2022-07-05T05:03:23.451Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-05T05:03:23.453Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 2fb0c169-ef1a-4a74-82ad-3a749a705aa2
2022-07-05T05:03:23.453Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2fb0c169-ef1a-4a74-82ad-3a749a705aa2
2022-07-05T05:03:23.453Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-05T05:03:23.453Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:03:23.466Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77d3d197, org.onap.sdc.toscaparser.api.parameters.Input@1c31c909, org.onap.sdc.toscaparser.api.parameters.Input@140bc92e, org.onap.sdc.toscaparser.api.parameters.Input@5b0dc5a9, org.onap.sdc.toscaparser.api.parameters.Input@32bbe836]
2022-07-05T05:03:23.468Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.469Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.469Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.469Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.469Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2fb0c169-ef1a-4a74-82ad-3a749a705aa2: Generic NeutronNet
2022-07-05T05:03:23.470Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.470Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.470Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.470Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-05T05:03:23.563Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.563Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.563Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.564Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.565Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:03:23.565Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:03:23.565Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T05:03:23.726Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-05T05:03:23.729Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-05T05:03:23.729Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T05:03:23.729Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:03:23.729Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:03:23.744Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:03:23.744Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997403729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:03:23.832Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-07-05T05:03:23.834Z||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-05T05:03:23.834Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:03:23.848Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:03:23.849Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:03:24.746Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:03:24.780Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:03:24.787Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:03:24.788Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:03:24.788Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:03:54.789Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:03:54.836Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:03:54.842Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:03:54.843Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:03:54.844Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:04:12.058Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:04:12.062Z||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-05T05:04:12.062Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:04:12.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:04:12.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:04:12.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997389362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:04:12.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:04:12.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:04:12.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997394126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:04:12.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:04:24.844Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:04:24.864Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:04:24.870Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:04:24.872Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:04:24.872Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:04:54.874Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:04:54.901Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:04:54.916Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:04:54.918Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:04:54.919Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:05:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:05:12.058Z||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-05T05:05:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:05:12.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:05:12.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:05:12.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997392051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:05:12.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:05:12.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:05:12.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "policy-id",
  "timestamp": 1656997394715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:05:12.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:05:24.920Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:05:24.943Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:05:24.949Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:05:24.950Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:05:24.952Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:05:54.954Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:05:54.990Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:05:55.009Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:05:55.010Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:05:55.010Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:06:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:06:12.059Z||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-05T05:06:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:06:12.126Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:06:12.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "clamp",
  "timestamp": 1656997397604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "cds",
  "timestamp": 1656997397278,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997394126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997389362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997392051,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "policy-id",
  "timestamp": 1656997394715,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "clamp",
  "timestamp": 1656997397604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "cds",
  "timestamp": 1656997400927,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "policy-id",
  "timestamp": 1656997400538,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.143Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997400601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.144Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.145Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "cds",
  "timestamp": 1656997401937,
  "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=?
2022-07-05T05:06:12.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87860397-35b0-4a6a-a377-7f2fb348231a
2022-07-05T05:06:12.162Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87860397-35b0-4a6a-a377-7f2fb348231a 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-05T05:06:12.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "aai-ml",
  "timestamp": 1656997401742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "policy-id",
  "timestamp": 1656997401547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "aai-ml",
  "timestamp": 1656997401742,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "policy-id",
  "timestamp": 1656997402554,
  "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-05T05:06:12.196Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87860397-35b0-4a6a-a377-7f2fb348231a
2022-07-05T05:06:12.197Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87860397-35b0-4a6a-a377-7f2fb348231a 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-05T05:06:12.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "clamp",
  "timestamp": 1656997403672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.211Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997403729,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "aai-ml",
  "timestamp": 1656997404891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "clamp",
  "timestamp": 1656997405681,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.214Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "clamp",
  "timestamp": 1656997406701,
  "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-05T05:06:12.226Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87860397-35b0-4a6a-a377-7f2fb348231a
2022-07-05T05:06:12.226Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87860397-35b0-4a6a-a377-7f2fb348231a 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-05T05:06:12.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "aai-ml",
  "timestamp": 1656997409115,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "aai-ml",
  "timestamp": 1656997410118,
  "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-05T05:06:12.254Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87860397-35b0-4a6a-a377-7f2fb348231a
2022-07-05T05:06:12.254Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87860397-35b0-4a6a-a377-7f2fb348231a 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-05T05:06:12.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997414684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997414684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997417497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997419129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997420133,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:06:12.275Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87860397-35b0-4a6a-a377-7f2fb348231a
2022-07-05T05:06:12.276Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87860397-35b0-4a6a-a377-7f2fb348231a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:06:12.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997431742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997429362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997427278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997427605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997441177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997440819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "cds",
  "timestamp": 1656997441826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-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-05T05:06:12.354Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 26859dc6-27d4-44cd-b4fb-47db0795bfd5
2022-07-05T05:06:12.354Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26859dc6-27d4-44cd-b4fb-47db0795bfd5 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-05T05:06:12.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997434126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997434715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997443208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997444387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997444245,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.368Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997445392,
  "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-05T05:06:12.378Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 26859dc6-27d4-44cd-b4fb-47db0795bfd5
2022-07-05T05:06:12.378Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26859dc6-27d4-44cd-b4fb-47db0795bfd5 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-05T05:06:12.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997446072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997445267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "aai-ml",
  "timestamp": 1656997447076,
  "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-05T05:06:12.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 26859dc6-27d4-44cd-b4fb-47db0795bfd5
2022-07-05T05:06:12.401Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26859dc6-27d4-44cd-b4fb-47db0795bfd5 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-05T05:06:12.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "policy-id",
  "timestamp": 1656997446275,
  "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-05T05:06:12.424Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 26859dc6-27d4-44cd-b4fb-47db0795bfd5
2022-07-05T05:06:12.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26859dc6-27d4-44cd-b4fb-47db0795bfd5 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-05T05:06:12.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.445Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997447857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:06:12.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997449689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "clamp",
  "timestamp": 1656997450693,
  "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-05T05:06:12.460Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 26859dc6-27d4-44cd-b4fb-47db0795bfd5
2022-07-05T05:06:12.460Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26859dc6-27d4-44cd-b4fb-47db0795bfd5 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-05T05:06:12.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:06:12.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:12.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:06:12.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997444684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:06:12.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:06:25.011Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:06:25.039Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:06:25.046Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:06:25.048Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:06:25.048Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T05:06:25.048Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T05:06:25.051Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:06:25.052Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:06:25.052Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:06:25.052Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:06:25.052Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:06:25.052Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:06:25.053Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:06:25.068Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T05:06:55.069Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87860397-35b0-4a6a-a377-7f2fb348231a 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-05T05:06:55.084Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87860397-35b0-4a6a-a377-7f2fb348231a and serviceModelVersionId: 2fb0c169-ef1a-4a74-82ad-3a749a705aa2
2022-07-05T05:06:55.085Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2fe031b-03b3-4803-8005-8b03dccf7778
2022-07-05T05:06:55.087Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2fe031b-03b3-4803-8005-8b03dccf7778/model-vers/model-ver/2fb0c169-ef1a-4a74-82ad-3a749a705aa2?depth=0
2022-07-05T05:06:55.103Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T05:06:55.274Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2fe031b-03b3-4803-8005-8b03dccf7778/model-vers/model-ver/2fb0c169-ef1a-4a74-82ad-3a749a705aa2?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-05T05:06:55.277Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2fe031b-03b3-4803-8005-8b03dccf7778/model-vers/model-ver/2fb0c169-ef1a-4a74-82ad-3a749a705aa2?depth=0|INFO|500||Invoke
2022-07-05T05:06:55.332Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2fe031b-03b3-4803-8005-8b03dccf7778/model-vers/model-ver/2fb0c169-ef1a-4a74-82ad-3a749a705aa2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T05:06:55.497Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2fe031b-03b3-4803-8005-8b03dccf7778/model-vers/model-ver/2fb0c169-ef1a-4a74-82ad-3a749a705aa2?depth=0|INFO|500||InvokeReturn
2022-07-05T05:06:55.498Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2fe031b-03b3-4803-8005-8b03dccf7778/model-vers/model-ver/2fb0c169-ef1a-4a74-82ad-3a749a705aa2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220705-05:06:55:831-37500], vertex-id=[241912], Content-Length=[0], Date=[Tue, 05 Jul 2022 05:06:55 GMT], Content-Type=[application/json]}
2022-07-05T05:06:55.498Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T05:06:55.499Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T05:06:55.500Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:06:55.508Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T05:06:55.509Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87860397-35b0-4a6a-a377-7f2fb348231a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T05:06:55.509Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T05:06:55.510Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:06:55.514Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:06:55.514Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997615509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:06:55.614Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:06:55.616Z||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-05T05:06:55.617Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:06:55.641Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:06:55.642Z||pool-55-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T05:06:56.548Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:06:56.550Z|87860397-35b0-4a6a-a377-7f2fb348231a|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-05T05:06:56.551Z|87860397-35b0-4a6a-a377-7f2fb348231a|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:00.996Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:00.997Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T05:07:00.997Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"26859dc6-27d4-44cd-b4fb-47db0795bfd5","serviceName":"Demo_pNF_ozRubGrrNwTRMOblV3JV","serviceVersion":"1.0","serviceUUID":"a730d2ef-b145-496f-996e-9547361fffdc","serviceDescription":"catalog service description","serviceInvariantUUID":"b1bc4357-238b-400b-a1f5-41de4f87b291","resources":[{"resourceInstanceName":"pNF bd01d8b4-4282 0","resourceName":"pNF bd01d8b4-4282","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d66b2a86-a597-4e37-be8c-9c7fca289fb5","resourceInvariantUUID":"783f5446-0f73-4d38-af40-46cd5ec15f12","resourceCustomizationUUID":"60fc7c66-7613-4528-a5e1-b2af27fd5054","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml","artifactChecksum":"MTFlZmQzMmZlMjk3Y2EwZjNkY2U0MDViNWNjNmEyMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"81de1a5f-bf93-48ee-8ee7-b15f83d1c287","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar","artifactChecksum":"OTBjNGQ4NTQ2MzZmMGU3MzgyYTZjNTk1YjZjMmM4MjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d4764195-0fb5-4864-b4fd-f99c47009997","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0981244-0d7d-4b23-998b-358ab9665083","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml","artifactChecksum":"NmY5ZDk2ZmYzNjljMDk0MDg0MWExOTc1YTRkZmZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aeefaa09-1020-4233-aeac-471605b1d804","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9bb8cbce-5bc7-402c-b027-0640d32fe7b3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f3660818-031a-4145-80bb-e7a61d1dd7e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml","artifactChecksum":"NDdlM2U3YmQ2NDE1ZWEwNDE1ZTc2OWIzMzIwNTdhYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"983168fc-fc0f-4445-9868-536c65f843a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar","artifactChecksum":"Yjg0ZTM1YjFhZWVjZmVkODg0ODUyNjA1NzVjZjBjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e000805-d4e3-417c-a585-2dc07acfd8f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T05:07:01.010Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:01.010Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:01.017Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:01.017Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:01.120Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T05:07:01.124Z||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-05T05:07:01.124Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:01.140Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:01.140Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:02.020Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:02.021Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:02.034Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:02.037Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:02.132Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-07-05T05:07:02.133Z||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-05T05:07:02.133Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:02.152Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:02.153Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:03.038Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:03.039Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:03.042Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:03.043Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:03.143Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:03.144Z||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-05T05:07:03.145Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:03.164Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:03.164Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:04.044Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:04.045Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:04.049Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:04.049Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:04.149Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:07:04.150Z||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-05T05:07:04.150Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:04.167Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:04.168Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:05.051Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:05.052Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:05.058Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:05.058Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:05.155Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T05:07:05.156Z||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-05T05:07:05.156Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:05.175Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:05.176Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:06.059Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:06.062Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:06.066Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:06.067Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:06.166Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:07:06.167Z||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-05T05:07:06.167Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:06.189Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:06.190Z||pool-61-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:07.068Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:07.070Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:07.093Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:07.094Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:07.194Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:07.195Z||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-05T05:07:07.196Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:07.222Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:07.223Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:08.095Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:08.096Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:08.099Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:08.099Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:08.199Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:08.202Z||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-05T05:07:08.202Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:08.218Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:08.220Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:09.100Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "serviceName": "Demo_pNF_ozRubGrrNwTRMOblV3JV",
  "serviceVersion": "1.0",
  "serviceUUID": "a730d2ef-b145-496f-996e-9547361fffdc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b1bc4357-238b-400b-a1f5-41de4f87b291",
  "resources": [
    {
      "resourceInstanceName": "pNF bd01d8b4-4282 0",
      "resourceCustomizationUUID": "60fc7c66-7613-4528-a5e1-b2af27fd5054",
      "resourceName": "pNF bd01d8b4-4282",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d66b2a86-a597-4e37-be8c-9c7fca289fb5",
      "resourceInvariantUUID": "783f5446-0f73-4d38-af40-46cd5ec15f12",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
      "artifactChecksum": "Yjg0ZTM1YjFhZWVjZmVkODg0ODUyNjA1NzVjZjBjODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e000805-d4e3-417c-a585-2dc07acfd8f5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T05:07:09.101Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T05:07:09.101Z|87860397-35b0-4a6a-a377-7f2fb348231a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a730d2ef-b145-496f-996e-9547361fffdc ASDC
2022-07-05T05:07:09.102Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:26859dc6-27d4-44cd-b4fb-47db0795bfd5
ServiceName:Demo_pNF_ozRubGrrNwTRMOblV3JV
ServiceVersion:1.0
ServiceUUID:a730d2ef-b145-496f-996e-9547361fffdc
ServiceInvariantUUID:b1bc4357-238b-400b-a1f5-41de4f87b291
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
ArtifactUUID:5e000805-d4e3-417c-a585-2dc07acfd8f5
ArtifactChecksum:Yjg0ZTM1YjFhZWVjZmVkODg0ODUyNjA1NzVjZjBjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF bd01d8b4-4282 0
ResourceCustomizationUUID:60fc7c66-7613-4528-a5e1-b2af27fd5054
ResourceInvariantUUID:783f5446-0f73-4d38-af40-46cd5ec15f12
ResourceName:pNF bd01d8b4-4282
ResourceType:PNF
ResourceUUID:d66b2a86-a597-4e37-be8c-9c7fca289fb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-05T05:07:09.102Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a730d2ef-b145-496f-996e-9547361fffdc 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-05T05:07:09.154Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:07:09.155Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:07:09.155Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:07:09.156Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e000805-d4e3-417c-a585-2dc07acfd8f5 from URL: /sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:09.156Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:07:09.156Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:09.357Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:07:09.365Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar 5e000805-d4e3-417c-a585-2dc07acfd8f5 82656
2022-07-05T05:07:09.366Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar ASDC sendASDCNotification
2022-07-05T05:07:09.367Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:09.367Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:07:09.368Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:09.372Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:09.373Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997629366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:09.474Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:07:09.475Z||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-05T05:07:09.476Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:09.494Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:09.495Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:10.374Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:07:10.375Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:07:10.375Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5e000805-d4e3-417c-a585-2dc07acfd8f5, URL: /sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar to file: /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:10.376Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:10.377Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:10.377Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:10.626Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14328361922844634603/Definitions/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml
2022-07-05T05:07:12.060Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:07:12.061Z||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-05T05:07:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:12.096Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997453622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997455464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:07:12.100Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997456467,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:07:12.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 26859dc6-27d4-44cd-b4fb-47db0795bfd5
2022-07-05T05:07:12.115Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 26859dc6-27d4-44cd-b4fb-47db0795bfd5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:07:12.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997487278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.159Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T05:07:12.159Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:07:12.160Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.160Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T05:07:12.160Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||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-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.160Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.160Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||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-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.160Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.161Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.161Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.161Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bd01d8b4-4282 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-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.161Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:07:12.161Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.162Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.162Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Node template pNF bd01d8b4-4282 0 is matching search criteria
2022-07-05T05:07:12.162Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:07:12.163Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF bd01d8b4-4282 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:07:12.163Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.164Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.164Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Node template pNF bd01d8b4-4282 0 is matching search criteria
2022-07-05T05:07:12.164Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:07:12.164Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF bd01d8b4-4282 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:07:12.165Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.165Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.165Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.165Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.165Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.166Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.166Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.166Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.166Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.166Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.167Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ozRubGrrNwTRMOblV3JV
Description:catalog service description
Model UUID:a730d2ef-b145-496f-996e-9547361fffdc
Model Version:NULL
Model InvariantUuid:b1bc4357-238b-400b-a1f5-41de4f87b291
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-05T05:07:12.179Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: d66b2a86-a597-4e37-be8c-9c7fca289fb5
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-05T05:07:12.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997487604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997495209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997489367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.187Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.187Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "cds",
  "timestamp": 1656997496215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-05T05:07:12.187Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||pNF bd01d8b4-4282 0
2022-07-05T05:07:12.187Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d66b2a86-a597-4e37-be8c-9c7fca289fb5
2022-07-05T05:07:12.188Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a730d2ef-b145-496f-996e-9547361fffdc
2022-07-05T05:07:12.188Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a730d2ef-b145-496f-996e-9547361fffdc
2022-07-05T05:07:12.188Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bd01d8b4-4282 0 d66b2a86-a597-4e37-be8c-9c7fca289fb5 ASDC
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:07:12.195Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b9a0f2, org.onap.sdc.toscaparser.api.parameters.Input@14d93134, org.onap.sdc.toscaparser.api.parameters.Input@6a7bd6ca, org.onap.sdc.toscaparser.api.parameters.Input@12a6b6be, org.onap.sdc.toscaparser.api.parameters.Input@58d22a28]
2022-07-05T05:07:12.196Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.196Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:12.197Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a730d2ef-b145-496f-996e-9547361fffdc: pNF bd01d8b4-4282
2022-07-05T05:07:12.197Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Processing PNF resource: d66b2a86-a597-4e37-be8c-9c7fca289fb5
2022-07-05T05:07:12.197Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:12.197Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ozRubGrrNwTRMOblV3JV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:07:12.198Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||Resource customization UUID: 60fc7c66-7613-4528-a5e1-b2af27fd5054 is the same as notified resource customizationUUID: 60fc7c66-7613-4528-a5e1-b2af27fd5054
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=?
2022-07-05T05:07:12.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc6d8e2d-a647-417b-a691-3f3efed64fcb
2022-07-05T05:07:12.206Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc6d8e2d-a647-417b-a691-3f3efed64fcb and ComponentName cds
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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
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 watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
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=?
2022-07-05T05:07:12.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997497236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.228Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997491742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997498544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997499787,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997499763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
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=?
2022-07-05T05:07:12.233Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997500798,
  "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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:07:12.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc6d8e2d-a647-417b-a691-3f3efed64fcb
2022-07-05T05:07:12.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc6d8e2d-a647-417b-a691-3f3efed64fcb 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 (?, ?, ?, ?, ?)
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2022-07-05T05:07:12.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T05:07:12.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997494126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997500692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.280Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997501803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:07:12.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.290Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bd01d8b4-4282 d66b2a86-a597-4e37-be8c-9c7fca289fb5 0 ASDC deployResourceStructure
2022-07-05T05:07:12.293Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar ASDC sendASDCNotification
2022-07-05T05:07:12.293Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar
2022-07-05T05:07:12.293Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:07:12.294Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:12.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997494715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997502648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997502705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "clamp",
  "timestamp": 1656997503717,
  "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-05T05:07:12.317Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc6d8e2d-a647-417b-a691-3f3efed64fcb
2022-07-05T05:07:12.318Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc6d8e2d-a647-417b-a691-3f3efed64fcb and ComponentName clamp
2022-07-05T05:07:12.319Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:12.319Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997632293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DEPLOY_OK"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:07:12.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997503659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:07:12.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "policy-id",
  "timestamp": 1656997504700,
  "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-05T05:07:12.352Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc6d8e2d-a647-417b-a691-3f3efed64fcb
2022-07-05T05:07:12.352Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc6d8e2d-a647-417b-a691-3f3efed64fcb 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-05T05:07:12.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997507667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:07:12.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:07:12.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "aai-ml",
  "timestamp": 1656997508671,
  "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-05T05:07:12.381Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fc6d8e2d-a647-417b-a691-3f3efed64fcb
2022-07-05T05:07:12.381Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc6d8e2d-a647-417b-a691-3f3efed64fcb 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-05T05:07:12.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:12.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:07:12.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997504684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:12.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:07:12.404Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-07-05T05:07:12.406Z||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-05T05:07:12.406Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:12.438Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:12.439Z||pool-65-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:13.320Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 26859dc6-27d4-44cd-b4fb-47db0795bfd5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:07:13.345Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 26859dc6-27d4-44cd-b4fb-47db0795bfd5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:07:13.351Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:07:13.355Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:07:13.355Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T05:07:13.355Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T05:07:13.356Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.356Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.356Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.356Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.357Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.357Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.357Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:07:13.357Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:07:13.365Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T05:07:43.370Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 26859dc6-27d4-44cd-b4fb-47db0795bfd5 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-05T05:07:43.384Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 26859dc6-27d4-44cd-b4fb-47db0795bfd5 and serviceModelVersionId: a730d2ef-b145-496f-996e-9547361fffdc
2022-07-05T05:07:43.385Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b1bc4357-238b-400b-a1f5-41de4f87b291
2022-07-05T05:07:43.386Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0
2022-07-05T05:07:43.410Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T05:07:43.553Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0|INFO|500||Invoke
2022-07-05T05:07:43.554Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[26859dc6-27d4-44cd-b4fb-47db0795bfd5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d68a1908-06bb-4164-b287-8197b66993a3], X-ECOMP-RequestID=[26859dc6-27d4-44cd-b4fb-47db0795bfd5], X-TransactionId=[], X-ONAP-RequestID=[26859dc6-27d4-44cd-b4fb-47db0795bfd5], Content-Type=[application/merge-patch+json]}
2022-07-05T05:07:43.622Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T05:07:43.795Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?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/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-05:07:44:122-94830], vertex-id=[250104], Content-Length=[0], Date=[Tue, 05 Jul 2022 05:07:44 GMT], Content-Type=[application/json]}
2022-07-05T05:07:43.801Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T05:07:43.803Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b1bc4357-238b-400b-a1f5-41de4f87b291/model-vers/model-ver/a730d2ef-b145-496f-996e-9547361fffdc?depth=0|INFO|500||InvokeReturn
2022-07-05T05:07:43.803Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T05:07:43.803Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:07:43.815Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T05:07:43.816Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 26859dc6-27d4-44cd-b4fb-47db0795bfd5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T05:07:43.816Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T05:07:43.820Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:43.824Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:43.825Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997663816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:07:43.923Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:07:43.924Z||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-05T05:07:43.924Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:43.941Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:43.942Z||pool-66-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-05T05:07:44.865Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T05:07:44.865Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fc6d8e2d-a647-417b-a691-3f3efed64fcb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"8ce19425-3484-4530-8ce5-6cd627c6b9a1","serviceDescription":"service","serviceInvariantUUID":"9732ce13-916d-41d4-8856-0bd005b192a7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b246f00-e6e4-4ddf-acfe-3007019a9095","resourceInvariantUUID":"c684a8b2-ff65-4e96-9f03-fe5d6bc6783d","resourceCustomizationUUID":"41c66a2d-49c0-4c89-8961-661ae67d167d","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":"YTAzZGEyMDQxZmI0OGY4MTNlMzBjMjI2YzQ1MDk0ZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73014524-11a8-4718-99bc-dacec752a534","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":"MTJjMGE1NDMzNjljYjE2NWU5MGMxM2VhNTJjNTM0NmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01695d64-a80c-4e89-9e5f-735ffb0ae8b5","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":"e105e963-eabf-4d5e-853d-58869a946ff6","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":"8b269e8f-fa03-4327-8214-9908ef764ef8","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":"d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9","artifactVersion":"2","generatedFromUUID":"e105e963-eabf-4d5e-853d-58869a946ff6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjQxODM2NGVlZjgxYTg2MGRjMWJiMjNmNjlkZmQ3OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21511854-c681-4d47-b8d2-e02a0545a6b6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDY1ZDNmYzdkNmU1NzMyNWNiZGQ4ZDM1MjQ0NTQwOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25988109-6b1b-4887-ac25-22ed2f9a864d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T05:07:44.866Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:44.866Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:44.870Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:44.870Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:44.970Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:44.973Z||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-05T05:07:44.973Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:44.994Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:44.995Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:45.872Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:45.876Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:45.881Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:45.881Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:07:45.980Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:07:45.981Z||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-05T05:07:45.981Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:45.998Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:46.002Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:46.882Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:46.884Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:46.887Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:46.887Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:07:46.988Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:07:46.989Z||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-05T05:07:46.989Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:47.010Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:47.011Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:47.889Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:47.889Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:47.940Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:47.941Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:48.080Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 139 ms
2022-07-05T05:07:48.081Z||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-05T05:07:48.116Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:48.160Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:48.161Z||pool-70-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:48.941Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:48.942Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:48.944Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:48.945Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T05:07:49.045Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:49.046Z||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-05T05:07:49.046Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:49.075Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:49.076Z||pool-71-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:49.945Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:49.947Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:49.950Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:49.950Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:07:50.050Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:50.051Z||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-05T05:07:50.051Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:50.072Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:50.073Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:50.951Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:07:50.951Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:50.954Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:50.954Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:07:51.055Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:07:51.058Z||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-05T05:07:51.058Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:51.075Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:51.076Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:51.956Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "8ce19425-3484-4530-8ce5-6cd627c6b9a1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9732ce13-916d-41d4-8856-0bd005b192a7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "41c66a2d-49c0-4c89-8961-661ae67d167d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4b246f00-e6e4-4ddf-acfe-3007019a9095",
      "resourceInvariantUUID": "c684a8b2-ff65-4e96-9f03-fe5d6bc6783d",
      "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": "MTJjMGE1NDMzNjljYjE2NWU5MGMxM2VhNTJjNTM0NmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "01695d64-a80c-4e89-9e5f-735ffb0ae8b5",
          "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": "e105e963-eabf-4d5e-853d-58869a946ff6",
          "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": "d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9",
            "generatedFromUUID": "e105e963-eabf-4d5e-853d-58869a946ff6"
          },
          "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": "d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDY1ZDNmYzdkNmU1NzMyNWNiZGQ4ZDM1MjQ0NTQwOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "25988109-6b1b-4887-ac25-22ed2f9a864d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T05:07:51.957Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T05:07:51.957Z|26859dc6-27d4-44cd-b4fb-47db0795bfd5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8ce19425-3484-4530-8ce5-6cd627c6b9a1 ASDC
2022-07-05T05:07:51.957Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fc6d8e2d-a647-417b-a691-3f3efed64fcb
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:8ce19425-3484-4530-8ce5-6cd627c6b9a1
ServiceInvariantUUID:9732ce13-916d-41d4-8856-0bd005b192a7
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:25988109-6b1b-4887-ac25-22ed2f9a864d
ArtifactChecksum:MDY1ZDNmYzdkNmU1NzMyNWNiZGQ4ZDM1MjQ0NTQwOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:41c66a2d-49c0-4c89-8961-661ae67d167d
ResourceInvariantUUID:c684a8b2-ff65-4e96-9f03-fe5d6bc6783d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4b246f00-e6e4-4ddf-acfe-3007019a9095
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:01695d64-a80c-4e89-9e5f-735ffb0ae8b5
ArtifactChecksum:MTJjMGE1NDMzNjljYjE2NWU5MGMxM2VhNTJjNTM0NmU=
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:e105e963-eabf-4d5e-853d-58869a946ff6
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:d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9
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:d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T05:07:51.957Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ce19425-3484-4530-8ce5-6cd627c6b9a1 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-05T05:07:51.999Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:07:52.000Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:07:52.000Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:07:52.000Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 25988109-6b1b-4887-ac25-22ed2f9a864d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-05T05:07:52.000Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:07:52.000Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-05T05:07:52.348Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:07:52.351Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 25988109-6b1b-4887-ac25-22ed2f9a864d 71075
2022-07-05T05:07:52.352Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:52.352Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:52.352Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:07:52.352Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:52.354Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:52.354Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997672352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:52.458Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T05:07:52.458Z||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-05T05:07:52.459Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:52.481Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:52.481Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:53.357Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:07:53.358Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:07:53.358Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 25988109-6b1b-4887-ac25-22ed2f9a864d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:53.359Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-05T05:07:53.359Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:53.360Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:53.583Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8299494159211466922/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-05T05:07:55.793Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T05:07:55.794Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:07:55.794Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:55.794Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T05:07:55.795Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:55.795Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:55.795Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:55.796Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:55.796Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:55.796Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:55.797Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:55.797Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:55.797Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T05:07:55.797Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:07:55.798Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.799Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.799Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:55.799Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:07:55.800Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:07:55.800Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.801Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.801Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:55.801Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:07:55.802Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:07:55.802Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.805Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.806Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.807Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-05T05:07:55.807Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-05T05:07:55.808Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-05T05:07:55.808Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-05T05:07:55.809Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T05:07:55.809Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T05:07:55.810Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.810Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T05:07:55.811Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.812Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:55.812Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:07:55.813Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.813Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:55.814Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:07:55.814Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.815Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:55.816Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:07:55.816Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.817Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-05T05:07:55.817Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-05T05:07:55.818Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T05:07:55.818Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9e243a00-f1f6-49ce-8a4b-2defa3e20a03
2022-07-05T05:07:55.819Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.819Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.820Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.820Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.821Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.821Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.822Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:55.823Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:55.823Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:8ce19425-3484-4530-8ce5-6cd627c6b9a1
Model Version:NULL
Model InvariantUuid:9732ce13-916d-41d4-8856-0bd005b192a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e21e6a4c-83a2-4e9e-9f95-4c9292fe64a9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c684a8b2-ff65-4e96-9f03-fe5d6bc6783d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:41c66a2d-49c0-4c89-8961-661ae67d167d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7e1eac78-67e3-44cf-8931-3871257a0cd3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:05305895-c472-4aba-ab9e-1ab15a750157
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9e243a00-f1f6-49ce-8a4b-2defa3e20a03
ModelInvariantUuid:227a2009-cb06-47a4-9d1e-5bb413ffe90f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3c39bc10-704d-4c99-8f5d-1e391fa2b61d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c372344b-8c9b-43ef-b5db-c8beb7cc6b81
ModelInvariantUuid:e55261c5-218c-4c07-be25-a9bed695db52
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2ab41c18-6c5c-49d1-8299-969de2f27c84
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-05T05:07:55.834Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4b246f00-e6e4-4ddf-acfe-3007019a9095
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-05T05:07:55.844Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-07-05T05:07:55.844Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4b246f00-e6e4-4ddf-acfe-3007019a9095
2022-07-05T05:07:55.845Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01695d64-a80c-4e89-9e5f-735ffb0ae8b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-05T05:07:55.845Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:07:55.857Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:56.044Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:07:56.045Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 01695d64-a80c-4e89-9e5f-735ffb0ae8b5 787
2022-07-05T05:07:56.050Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:56.051Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:56.051Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:07:56.052Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:56.058Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:56.058Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997676050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:56.155Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-05T05:07:56.157Z||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-05T05:07:56.157Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:56.175Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:56.176Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:57.061Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e1eac78-67e3-44cf-8931-3871257a0cd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05305895-c472-4aba-ab9e-1ab15a750157",
    "vfModuleModelCustomizationUUID": "a8885236-28ce-4f07-a2bc-fe30e9f72a2c",
    "isBase": true,
    "artifacts": [
      "e105e963-eabf-4d5e-853d-58869a946ff6",
      "d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9"
    ],
    "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-05T05:07:57.066Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05305895-c472-4aba-ab9e-1ab15a750157
VfModuleModelInvariantUUID:7e1eac78-67e3-44cf-8931-3871257a0cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
e105e963-eabf-4d5e-853d-58869a946ff6
,
d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9

}
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-05T05:07:57.070Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7e1eac78-67e3-44cf-8931-3871257a0cd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "05305895-c472-4aba-ab9e-1ab15a750157",
    "vfModuleModelCustomizationUUID": "a8885236-28ce-4f07-a2bc-fe30e9f72a2c",
    "isBase": true,
    "artifacts": [
      "e105e963-eabf-4d5e-853d-58869a946ff6",
      "d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9"
    ],
    "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-05T05:07:57.071Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:05305895-c472-4aba-ab9e-1ab15a750157
VfModuleModelInvariantUUID:7e1eac78-67e3-44cf-8931-3871257a0cd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
e105e963-eabf-4d5e-853d-58869a946ff6
,
d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9

}
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-05T05:07:57.071Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e105e963-eabf-4d5e-853d-58869a946ff6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-05T05:07:57.071Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:07:57.072Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:57.305Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:07:57.306Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e105e963-eabf-4d5e-853d-58869a946ff6 5033
2022-07-05T05:07:57.311Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:57.312Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:57.312Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:07:57.313Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:57.318Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:57.319Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997677311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:57.421Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:07:57.422Z||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-05T05:07:57.422Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:57.438Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:57.439Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:07:58.322Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-05T05:07:58.322Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:07:58.323Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:58.543Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:07:58.545Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d7cfa219-d5e3-47e9-8cf2-203d5e74d2d9 903
2022-07-05T05:07:58.545Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:58.546Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:58.546Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:07:58.548Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:58.553Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:58.554Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997678545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:07:58.653Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:07:58.655Z||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-05T05:07:58.655Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:07:58.674Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:07:58.675Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:07:59.555Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8ce19425-3484-4530-8ce5-6cd627c6b9a1
2022-07-05T05:07:59.556Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4b246f00-e6e4-4ddf-acfe-3007019a9095 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-05T05:07:59.613Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d9f57d6, org.onap.sdc.toscaparser.api.parameters.Input@679acf5d, org.onap.sdc.toscaparser.api.parameters.Input@1118d138, org.onap.sdc.toscaparser.api.parameters.Input@29ffc4f3, org.onap.sdc.toscaparser.api.parameters.Input@2ed917fd]
2022-07-05T05:07:59.615Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.616Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.616Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-05T05:07:59.616Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 41c66a2d-49c0-4c89-8961-661ae67d167d
2022-07-05T05:07:59.616Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41c66a2d-49c0-4c89-8961-661ae67d167d matches Tosca VF Customization UUID: 41c66a2d-49c0-4c89-8961-661ae67d167d
2022-07-05T05:07:59.616Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 41c66a2d-49c0-4c89-8961-661ae67d167d  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-05T05:07:59.627Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.628Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.631Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 41c66a2d-49c0-4c89-8961-661ae67d167d: {\"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-05T05:07:59.632Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f41db32
2022-07-05T05:07:59.632Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.632Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T05:07:59.633Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8885236-28ce-4f07-a2bc-fe30e9f72a2c
2022-07-05T05:07:59.633Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8885236-28ce-4f07-a2bc-fe30e9f72a2c
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-05T05:07:59.648Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.649Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:59.649Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:07:59.655Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.656Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:59.656Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:07:59.656Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.656Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-05T05:07:59.657Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-05T05:07:59.659Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T05:07:59.659Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9e243a00-f1f6-49ce-8a4b-2defa3e20a03
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-05T05:07:59.663Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.666Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:59.667Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:07:59.667Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.667Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T05:07:59.667Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=41c66a2d-49c0-4c89-8961-661ae67d167d
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-05T05:07:59.671Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.671Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.672Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8ce19425-3484-4530-8ce5-6cd627c6b9a1: basic_vm
2022-07-05T05:07:59.672Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.673Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.673Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.674Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.674Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.674Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.674Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.675Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.675Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:07:59.675Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:07:59.676Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:59.926Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4b246f00-e6e4-4ddf-acfe-3007019a9095 1 ASDC deployResourceStructure
2022-07-05T05:07:59.928Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:59.928Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:07:59.928Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:07:59.929Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:07:59.932Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:07:59.932Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997679927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:08:00.032Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:08:00.034Z||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-05T05:08:00.034Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:08:00.051Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:08:00.052Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:08:00.935Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:08:00.936Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:08:00.943Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:08:00.944Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:08:00.947Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:08:00.947Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997680935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:08:01.047Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:08:01.049Z||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-05T05:08:01.049Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:08:01.071Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:08:01.072Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:08:01.952Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:08:01.953Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:08:01.953Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:08:01.953Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:08:01.960Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:08:01.960Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997681952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-05T05:08:02.064Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T05:08:02.070Z||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-05T05:08:02.071Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:08:02.091Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:08:02.092Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:08:02.964Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:08:02.965Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||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-05T05:08:02.965Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:08:02.966Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:08:02.970Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:08:02.971Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997682963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:08:03.077Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-07-05T05:08:03.078Z||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-05T05:08:03.079Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:08:03.167Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:08:03.167Z||pool-81-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:08:03.977Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc6d8e2d-a647-417b-a691-3f3efed64fcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:08:03.988Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc6d8e2d-a647-417b-a691-3f3efed64fcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:08:03.992Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:08:03.993Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:08:03.993Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:08:03.993Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:08:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:08:12.058Z||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-05T05:08:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:08:12.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:08:12.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:08:12.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997512610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:08:12.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:08:12.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:08:12.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997514841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:08:12.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:08:12.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:08:12.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997515844,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:08:12.096Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc6d8e2d-a647-417b-a691-3f3efed64fcb
2022-07-05T05:08:12.096Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc6d8e2d-a647-417b-a691-3f3efed64fcb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:08:33.993Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc6d8e2d-a647-417b-a691-3f3efed64fcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:08:34.011Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc6d8e2d-a647-417b-a691-3f3efed64fcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:08:34.017Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:08:34.017Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:08:34.018Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:08:34.019Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:08:34.030Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T05:09:04.031Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fc6d8e2d-a647-417b-a691-3f3efed64fcb 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-05T05:09:04.043Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc6d8e2d-a647-417b-a691-3f3efed64fcb and serviceModelVersionId: 8ce19425-3484-4530-8ce5-6cd627c6b9a1
2022-07-05T05:09:04.043Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9732ce13-916d-41d4-8856-0bd005b192a7
2022-07-05T05:09:04.044Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0
2022-07-05T05:09:04.054Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T05:09:04.138Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0|INFO|500||Invoke
2022-07-05T05:09:04.139Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc6d8e2d-a647-417b-a691-3f3efed64fcb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f508dd3-6809-45d9-9c31-f47e4341c065], X-ECOMP-RequestID=[fc6d8e2d-a647-417b-a691-3f3efed64fcb], X-TransactionId=[], X-ONAP-RequestID=[fc6d8e2d-a647-417b-a691-3f3efed64fcb], Content-Type=[application/merge-patch+json]}
2022-07-05T05:09:04.191Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T05:09:04.298Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?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/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-05:09:04:689-84416], vertex-id=[245936], Content-Length=[0], Date=[Tue, 05 Jul 2022 05:09:04 GMT], Content-Type=[application/json]}
2022-07-05T05:09:04.299Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T05:09:04.299Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9732ce13-916d-41d4-8856-0bd005b192a7/model-vers/model-ver/8ce19425-3484-4530-8ce5-6cd627c6b9a1?depth=0|INFO|500||InvokeReturn
2022-07-05T05:09:04.300Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T05:09:04.300Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:09:04.309Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T05:09:04.310Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc6d8e2d-a647-417b-a691-3f3efed64fcb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T05:09:04.310Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T05:09:04.311Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:04.316Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:04.316Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997744310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:09:04.414Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T05:09:04.415Z||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-05T05:09:04.415Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:04.437Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:04.439Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T05:09:05.347Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:09:05.348Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|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-05T05:09:05.349Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:05.978Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:05.979Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T05:09:05.979Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7002c9b0-0cc2-4bb1-9359-2a3902a9b119","serviceDescription":"service","serviceInvariantUUID":"9e05f596-a52c-4196-afdd-858673f07227","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5bf80da-2f82-4ecf-a1b9-893c0d379cf3","resourceInvariantUUID":"8df2301e-857d-4ae7-af78-0e9805ce45b4","resourceCustomizationUUID":"d6fe81c2-8ab9-4a46-9519-4b43f35bd80d","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":"OTMxM2RhMWE0M2NjMzUzYWE3MTg4MzA5YjdkOWE0NDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2542ce82-e7b2-4628-a387-5d6698dab898","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":"b5da7608-d6b2-45c0-847c-b1e8c33b7863","artifactVersion":"3","generatedFromUUID":"060fac61-495f-433c-891f-b68a95d3ded6"},{"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":"060fac61-495f-433c-891f-b68a95d3ded6","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":"ZTNiMzk4NzYxYWY4ZTdlMmNjMGU5MDlmZGVlZmIwNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0cf0d239-217c-4305-82ee-427c278f9afe","artifactVersion":"2"},{"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":"9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a","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":"982d13a9-b94b-4f51-b4bd-f5d402326ebd","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":"8638ce66-4edf-473d-86d5-d28c911a0603","artifactVersion":"3","generatedFromUUID":"9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTJlM2YzMWIzOTFkZDYzMzNmMGU2MWQ5Y2I4ZGQ5NjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37f94d89-0cd0-432c-baa3-b0e4ef1df771","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDA2MmMzMjM2ODU5NDQyNGY1YWU0ZDlmZjU4ZDczNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b3ed03b0-c3d3-46e2-b98d-1edba4828960","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T05:09:05.981Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:05.981Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:05.983Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:05.984Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:06.084Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:06.085Z||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-05T05:09:06.085Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:06.101Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:06.102Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:09:06.984Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:06.985Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:06.988Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:06.988Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-05T05:09:07.089Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:09:07.091Z||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-05T05:09:07.091Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:07.109Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:07.110Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:07.992Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:07.996Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:08.044Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:08.044Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-05T05:09:08.120Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-07-05T05:09:08.122Z||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-05T05:09:08.122Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:08.195Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:08.196Z||pool-85-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:09.046Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:09.047Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:09.062Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:09.062Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:09:09.163Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:09.165Z||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-05T05:09:09.165Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:09.182Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:09.183Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:10.064Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:10.065Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:10.068Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:10.068Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:09:10.168Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T05:09:10.169Z||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-05T05:09:10.169Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:10.189Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:10.189Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:11.071Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:11.072Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:11.074Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:11.074Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:11.175Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:11.180Z||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-05T05:09:11.181Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:11.198Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:11.198Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:09:12.060Z||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-05T05:09:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:12.075Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:12.076Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:12.078Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:12.079Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-05T05:09:12.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:12.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87860397-35b0-4a6a-a377-7f2fb348231a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997615509,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:09:12.093Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:09:12.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/resourceInstances/pnfbd01d8b442820/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:12.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:09:12.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:09:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:09:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997629366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:12.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:09:12.179Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:12.181Z||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-05T05:09:12.181Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:12.196Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:12.197Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:13.083Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:13.086Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:13.096Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:13.096Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:09:13.204Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-05T05:09:13.205Z||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-05T05:09:13.206Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:13.230Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:13.231Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:14.097Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:09:14.099Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:14.101Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:14.102Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:09:14.204Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:09:14.205Z||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-05T05:09:14.205Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:14.231Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:14.232Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:09:15.105Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "7002c9b0-0cc2-4bb1-9359-2a3902a9b119",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9e05f596-a52c-4196-afdd-858673f07227",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d6fe81c2-8ab9-4a46-9519-4b43f35bd80d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d5bf80da-2f82-4ecf-a1b9-893c0d379cf3",
      "resourceInvariantUUID": "8df2301e-857d-4ae7-af78-0e9805ce45b4",
      "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": "3",
          "artifactUUID": "b5da7608-d6b2-45c0-847c-b1e8c33b7863",
          "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": "060fac61-495f-433c-891f-b68a95d3ded6",
          "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": "ZTNiMzk4NzYxYWY4ZTdlMmNjMGU5MDlmZGVlZmIwNDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0cf0d239-217c-4305-82ee-427c278f9afe",
          "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": "9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a",
          "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": "3",
            "artifactUUID": "8638ce66-4edf-473d-86d5-d28c911a0603",
            "generatedFromUUID": "9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a"
          },
          "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": "3",
          "artifactUUID": "8638ce66-4edf-473d-86d5-d28c911a0603",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MDA2MmMzMjM2ODU5NDQyNGY1YWU0ZDlmZjU4ZDczNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b3ed03b0-c3d3-46e2-b98d-1edba4828960"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T05:09:15.106Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T05:09:15.106Z|fc6d8e2d-a647-417b-a691-3f3efed64fcb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7002c9b0-0cc2-4bb1-9359-2a3902a9b119 ASDC
2022-07-05T05:09:15.106Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:7002c9b0-0cc2-4bb1-9359-2a3902a9b119
ServiceInvariantUUID:9e05f596-a52c-4196-afdd-858673f07227
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:b3ed03b0-c3d3-46e2-b98d-1edba4828960
ArtifactChecksum:MDA2MmMzMjM2ODU5NDQyNGY1YWU0ZDlmZjU4ZDczNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d6fe81c2-8ab9-4a46-9519-4b43f35bd80d
ResourceInvariantUUID:8df2301e-857d-4ae7-af78-0e9805ce45b4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d5bf80da-2f82-4ecf-a1b9-893c0d379cf3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:3
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:b5da7608-d6b2-45c0-847c-b1e8c33b7863
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:060fac61-495f-433c-891f-b68a95d3ded6
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:2
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:0cf0d239-217c-4305-82ee-427c278f9afe
ArtifactChecksum:ZTNiMzk4NzYxYWY4ZTdlMmNjMGU5MDlmZGVlZmIwNDU=
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:9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:3
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:8638ce66-4edf-473d-86d5-d28c911a0603
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:3
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:8638ce66-4edf-473d-86d5-d28c911a0603
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T05:09:15.107Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7002c9b0-0cc2-4bb1-9359-2a3902a9b119 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:09:15.154Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:09:15.155Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:09:15.156Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:09:15.156Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b3ed03b0-c3d3-46e2-b98d-1edba4828960 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-05T05:09:15.157Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:09:15.157Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-05T05:09:15.344Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:09:15.354Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b3ed03b0-c3d3-46e2-b98d-1edba4828960 68954
2022-07-05T05:09:15.355Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:15.355Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:15.355Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:09:15.356Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:15.360Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:15.360Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997755355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:15.461Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:15.463Z||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-05T05:09:15.463Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:15.497Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:15.498Z||pool-92-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:09:16.361Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:09:16.363Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T05:09:16.363Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b3ed03b0-c3d3-46e2-b98d-1edba4828960, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T05:09:16.364Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-05T05:09:16.364Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T05:09:16.364Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T05:09:16.517Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17730403299120747934/Definitions/service-BasicCnf-template.yml
2022-07-05T05:09:18.434Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T05:09:18.435Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:09:18.435Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T05:09:18.435Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-05T05:09:18.435Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:18.435Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:18.435Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T05:09:18.436Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:18.436Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T05:09:18.436Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.436Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.436Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:18.436Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:09:18.437Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:09:18.437Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.437Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.437Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:18.437Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T05:09:18.437Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:09:18.438Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.438Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.438Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.438Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-05T05:09:18.438Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-05T05:09:18.438Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-05T05:09:18.439Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T05:09:18.439Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.439Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T05:09:18.439Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.440Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:18.440Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:09:18.441Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.441Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:18.441Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:09:18.441Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.442Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:18.442Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:09:18.442Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.442Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-05T05:09:18.442Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-05T05:09:18.443Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e3ad166e-fbd4-44ed-9eb7-59cf9b4c25c4
2022-07-05T05:09:18.443Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.443Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.443Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.443Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.444Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.444Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.444Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:18.444Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:18.445Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:7002c9b0-0cc2-4bb1-9359-2a3902a9b119
Model Version:NULL
Model InvariantUuid:9e05f596-a52c-4196-afdd-858673f07227
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:579f1946-0f3e-46ec-ad6d-a98fd8f36139
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8df2301e-857d-4ae7-af78-0e9805ce45b4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d6fe81c2-8ab9-4a46-9519-4b43f35bd80d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1146e31-5940-49ee-8a7f-5f638687503a
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7c45928a-517b-4b53-a2f6-124dcec3ef30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e3ad166e-fbd4-44ed-9eb7-59cf9b4c25c4
ModelInvariantUuid:7d79f56d-7b5f-41b9-bb4e-b15220dd93be
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3aeda42d-a4a9-41ee-a32d-0f08ff9b6948
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:5f61dd7a-2d09-4fe3-a46c-698e78c41aa7
ModelInvariantUuid:9a64467d-d215-4fca-b6fa-538742afdbb2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c9759693-da37-4cbb-9412-752e91657c87
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-05T05:09:18.634Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d5bf80da-2f82-4ecf-a1b9-893c0d379cf3
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-05T05:09:18.650Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-07-05T05:09:18.650Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5bf80da-2f82-4ecf-a1b9-893c0d379cf3
2022-07-05T05:09:18.650Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b5da7608-d6b2-45c0-847c-b1e8c33b7863 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-05T05:09:18.650Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:09:18.651Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:18.948Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:09:18.948Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b5da7608-d6b2-45c0-847c-b1e8c33b7863 12
2022-07-05T05:09:18.949Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:18.949Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:18.949Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:09:18.949Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:18.952Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:18.953Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997758949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:19.053Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:19.054Z||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-05T05:09:19.054Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:19.075Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:19.076Z||pool-93-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:19.953Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 060fac61-495f-433c-891f-b68a95d3ded6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-05T05:09:19.954Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:09:19.954Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:20.193Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:09:20.193Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 060fac61-495f-433c-891f-b68a95d3ded6 2688
2022-07-05T05:09:20.194Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:20.194Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:20.194Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:09:20.195Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:20.204Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:20.204Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997760194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:20.305Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:09:20.306Z||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-05T05:09:20.307Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:20.342Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:20.343Z||pool-94-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:21.206Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0cf0d239-217c-4305-82ee-427c278f9afe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-05T05:09:21.207Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:09:21.207Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:21.410Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:09:21.411Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0cf0d239-217c-4305-82ee-427c278f9afe 828
2022-07-05T05:09:21.412Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:21.412Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:21.414Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:09:21.414Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:21.420Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:21.420Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997761412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:21.522Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:09:21.528Z||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-05T05:09:21.529Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:21.548Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:21.549Z||pool-95-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:22.447Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c1146e31-5940-49ee-8a7f-5f638687503a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c45928a-517b-4b53-a2f6-124dcec3ef30",
    "vfModuleModelCustomizationUUID": "ff4f19b3-ac77-437f-ab9c-c4678b3d3838",
    "isBase": true,
    "artifacts": [
      "9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a",
      "060fac61-495f-433c-891f-b68a95d3ded6",
      "8638ce66-4edf-473d-86d5-d28c911a0603"
    ],
    "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-05T05:09:22.472Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c45928a-517b-4b53-a2f6-124dcec3ef30
VfModuleModelInvariantUUID:c1146e31-5940-49ee-8a7f-5f638687503a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a
,
060fac61-495f-433c-891f-b68a95d3ded6
,
8638ce66-4edf-473d-86d5-d28c911a0603

}
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-05T05:09:22.478Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "c1146e31-5940-49ee-8a7f-5f638687503a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7c45928a-517b-4b53-a2f6-124dcec3ef30",
    "vfModuleModelCustomizationUUID": "ff4f19b3-ac77-437f-ab9c-c4678b3d3838",
    "isBase": true,
    "artifacts": [
      "9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a",
      "060fac61-495f-433c-891f-b68a95d3ded6",
      "8638ce66-4edf-473d-86d5-d28c911a0603"
    ],
    "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-05T05:09:22.478Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c45928a-517b-4b53-a2f6-124dcec3ef30
VfModuleModelInvariantUUID:c1146e31-5940-49ee-8a7f-5f638687503a
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a
,
060fac61-495f-433c-891f-b68a95d3ded6
,
8638ce66-4edf-473d-86d5-d28c911a0603

}
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-05T05:09:22.478Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-05T05:09:22.478Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:09:22.478Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:22.768Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:09:22.769Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9d8393f1-e2a3-418b-a9e3-94d4e8b2b93a 1164
2022-07-05T05:09:22.769Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:22.769Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:22.769Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:09:22.770Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:22.777Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:22.778Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997762769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:22.887Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-05T05:09:22.891Z||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-05T05:09:22.892Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:22.929Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:22.929Z||pool-96-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:23.779Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8638ce66-4edf-473d-86d5-d28c911a0603 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-05T05:09:23.779Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T05:09:23.780Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:23.901Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T05:09:23.901Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8638ce66-4edf-473d-86d5-d28c911a0603 200
2022-07-05T05:09:23.902Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:23.902Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:23.902Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:09:23.902Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:23.955Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:23.955Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997763902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:09:24.056Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:09:24.057Z||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-05T05:09:24.065Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:24.088Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:24.089Z||pool-97-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:09:24.960Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7002c9b0-0cc2-4bb1-9359-2a3902a9b119
2022-07-05T05:09:24.960Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d5bf80da-2f82-4ecf-a1b9-893c0d379cf3 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 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-05T05:09:24.988Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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 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-05T05:09:25.004Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58fa9986, org.onap.sdc.toscaparser.api.parameters.Input@7dcc05f6, org.onap.sdc.toscaparser.api.parameters.Input@2cd8b6b4, org.onap.sdc.toscaparser.api.parameters.Input@516df7bf, org.onap.sdc.toscaparser.api.parameters.Input@5dd772bd]
2022-07-05T05:09:25.007Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.007Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.008Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-05T05:09:25.008Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d6fe81c2-8ab9-4a46-9519-4b43f35bd80d
2022-07-05T05:09:25.009Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d6fe81c2-8ab9-4a46-9519-4b43f35bd80d matches Tosca VF Customization UUID: d6fe81c2-8ab9-4a46-9519-4b43f35bd80d
2022-07-05T05:09:25.009Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d6fe81c2-8ab9-4a46-9519-4b43f35bd80d  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-05T05:09:25.013Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.014Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.015Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d6fe81c2-8ab9-4a46-9519-4b43f35bd80d: {\"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-05T05:09:25.016Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17c38676
2022-07-05T05:09:25.016Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.017Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T05:09:25.017Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff4f19b3-ac77-437f-ab9c-c4678b3d3838
2022-07-05T05:09:25.018Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff4f19b3-ac77-437f-ab9c-c4678b3d3838
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-05T05:09:25.027Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.028Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:25.028Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:09:25.029Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.030Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:25.030Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:09:25.031Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.031Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-05T05:09:25.032Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-05T05:09:25.032Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e3ad166e-fbd4-44ed-9eb7-59cf9b4c25c4
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-05T05:09:25.048Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.049Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:25.050Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:09:25.051Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.052Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T05:09:25.053Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d6fe81c2-8ab9-4a46-9519-4b43f35bd80d
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-05T05:09:25.059Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.060Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.061Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7002c9b0-0cc2-4bb1-9359-2a3902a9b119: basic_cnf
2022-07-05T05:09:25.062Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.063Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.065Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.066Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.067Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.068Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.069Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.069Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.070Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:09:25.071Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:09:25.071Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:25.357Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d5bf80da-2f82-4ecf-a1b9-893c0d379cf3 1 ASDC deployResourceStructure
2022-07-05T05:09:25.360Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:25.360Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:25.360Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T05:09:25.361Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:25.367Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:25.367Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997765358,
  "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-05T05:09:25.470Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:09:25.473Z||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-05T05:09:25.473Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:25.503Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:25.504Z||pool-98-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:26.371Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:26.371Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:26.371Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T05:09:26.372Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:26.381Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:26.381Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997766371,
  "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-05T05:09:26.479Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:09:26.480Z||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-05T05:09:26.480Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:26.504Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:26.505Z||pool-99-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:09:27.383Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:27.383Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:27.384Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:09:27.384Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:27.388Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:27.389Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997767383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:09:27.490Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:09:27.491Z||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-05T05:09:27.492Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:27.519Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:27.520Z||pool-100-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:28.391Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:28.391Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:28.391Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:09:28.391Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:28.400Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:28.400Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997768389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:09:28.495Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-05T05:09:28.496Z||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-05T05:09:28.497Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:28.513Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:28.514Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:29.403Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:29.404Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:29.404Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:09:29.404Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:29.408Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:29.409Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997769403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-05T05:09:29.508Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:09:29.510Z||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-05T05:09:29.510Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:29.531Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:29.532Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:09:30.409Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:30.411Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||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-05T05:09:30.411Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:09:30.412Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:09:30.414Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:09:30.415Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997770409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:09:30.515Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:09:30.517Z||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-05T05:09:30.517Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:09:30.559Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:09:30.561Z||pool-103-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:09:31.415Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:09:31.463Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:09:31.468Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:09:31.468Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:09:31.468Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:10:01.469Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:10:01.513Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:10:01.525Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:10:01.525Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:10:01.525Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:10:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:10:12.059Z||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-05T05:10:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:10:12.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:10:12.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997632293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOzrubgrrnwtrmoblv3jv/1.0/artifacts/service-DemoPnfOzrubgrrnwtrmoblv3jv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:10:12.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "26859dc6-27d4-44cd-b4fb-47db0795bfd5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997663816,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:10:12.121Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:10:12.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997616548,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997672352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997676050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997677311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:10:12.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997678545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997679927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997680935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997681952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-05T05:10:12.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:12.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:10:12.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997682963,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:10:12.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:10:31.526Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:10:31.540Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:10:31.544Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:10:31.545Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:10:31.546Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:11:01.547Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:11:01.577Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:11:01.590Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:11:01.590Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:11:01.590Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:11:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:11:12.059Z||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-05T05:11:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:11:12.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:11:12.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656997714126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997714684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997709362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997712278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997714715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997726136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997726232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997726029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997725657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "cds",
  "timestamp": 1656997727039,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:11:12.117Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
2022-07-05T05:11:12.117Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c 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-05T05:11:12.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997726667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:11:12.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997727358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "policy-id",
  "timestamp": 1656997727672,
  "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-05T05:11:12.142Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
2022-07-05T05:11:12.143Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c 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-05T05:11:12.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997728437,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:11:12.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997728454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656997729442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:11:12.167Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
2022-07-05T05:11:12.167Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:11:12.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997729550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997730610,
  "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-05T05:11:12.189Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
2022-07-05T05:11:12.189Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c 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-05T05:11:12.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.198Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.198Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656997731616,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:11:12.198Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.198Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.199Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.200Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997727604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997731742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997741652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc6d8e2d-a647-417b-a691-3f3efed64fcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997744310,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997749569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:11:12.207Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "aai-ml",
  "timestamp": 1656997750574,
  "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-05T05:11:12.213Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
2022-07-05T05:11:12.213Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c 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-05T05:11:12.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:11:12.223Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:12.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997750730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:11:12.224Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:11:12.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T05:11:12.224Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:11:12.224Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:11:31.591Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:11:31.606Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:11:31.611Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:11:31.611Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:11:31.611Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T05:11:31.611Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T05:11:31.611Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:11:31.612Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:11:31.612Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:11:31.612Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:11:31.612Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:11:31.612Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:11:31.618Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T05:12:01.619Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c 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-05T05:12:01.646Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c and serviceModelVersionId: 7002c9b0-0cc2-4bb1-9359-2a3902a9b119
2022-07-05T05:12:01.646Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9e05f596-a52c-4196-afdd-858673f07227
2022-07-05T05:12:01.648Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0
2022-07-05T05:12:01.664Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T05:12:01.799Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0|INFO|500||Invoke
2022-07-05T05:12:01.800Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37641d91-1b07-4f6d-8379-ead7c7202022], X-ECOMP-RequestID=[e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c], X-TransactionId=[], X-ONAP-RequestID=[e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c], Content-Type=[application/merge-patch+json]}
2022-07-05T05:12:01.870Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T05:12:01.995Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?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/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-05:12:02:360-68542], vertex-id=[229496], Content-Length=[0], Date=[Tue, 05 Jul 2022 05:12:02 GMT], Content-Type=[application/json]}
2022-07-05T05:12:01.995Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T05:12:01.996Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9e05f596-a52c-4196-afdd-858673f07227/model-vers/model-ver/7002c9b0-0cc2-4bb1-9359-2a3902a9b119?depth=0|INFO|500||InvokeReturn
2022-07-05T05:12:02.000Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T05:12:02.005Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:12:02.018Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T05:12:02.019Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T05:12:02.019Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T05:12:02.020Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:12:02.024Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:12:02.024Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997922019,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:12:02.127Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T05:12:02.129Z||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-05T05:12:02.129Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:02.157Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:02.158Z||pool-104-thread-1|||||INFO|500||cambria reply ok (30 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-05T05:12:03.076Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:03.077Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:12:03.078Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:12.058Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:12.059Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T05:12:12.059Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:12.094Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:12.094Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.095Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-05T05:12:12.096Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:12:12.096Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.096Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:12:12.096Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997753743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997745347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.097Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "clamp",
  "timestamp": 1656997754765,
  "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-05T05:12:12.110Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c
2022-07-05T05:12:12.110Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c 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-05T05:12:12.119Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.120Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997755355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:12:12.120Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.120Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.120Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997758949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:12:12.120Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.120Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.121Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997760194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:12:12.121Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.121Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.121Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997761412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:12:12.121Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997762769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997763902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.122Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997765358,
  "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-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997766371,
  "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-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.123Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997767383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997768389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997769403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:12.124Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:12:12.125Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997770409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:12:12.125Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:12:13.380Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:13.381Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:13.382Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:12:13.382Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:22.961Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:22.962Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:22.962Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:12:22.962Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:32.509Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:32.510Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:32.511Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:12:32.511Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:42.067Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:42.068Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:42.069Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:12:42.069Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:12:51.618Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:12:51.619Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:12:51.629Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:12:51.629Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:13:01.207Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:13:01.209Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:13:01.210Z||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-05T05:13:01.210Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:13:10.766Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:13:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:13:12.052Z||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-05T05:13:12.052Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:13:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:13:12.058Z||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-05T05:13:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:13:12.595Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:13:12.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:13:12.600Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656997922019,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:13:12.603Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:13:21.608Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:14:12.051Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:14:12.058Z||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-05T05:14:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:14:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:14:12.058Z||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-05T05:14:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:14:21.643Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:14:21.663Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:15:12.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:15:12.053Z||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-05T05:15:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:15:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:15:12.058Z||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-05T05:15:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:15:21.630Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:15:21.642Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:16:12.051Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:16:12.053Z||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-05T05:16:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:16:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:16:12.058Z||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-05T05:16:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:16:21.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:16:21.618Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:17:12.051Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:17:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T05:17:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:17:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:17:12.059Z||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-05T05:17:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:17:21.637Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:17:21.638Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:18:12.051Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:18:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T05:18:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:18:12.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:18:12.058Z||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-05T05:18:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:18:21.613Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:18:21.634Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:19:12.051Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:19:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T05:19:12.053Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:19:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:19:12.058Z||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-05T05:19:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:19:21.682Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:19:21.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:20:12.051Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:20:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T05:20:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:20:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:20:12.058Z||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-05T05:20:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:20:21.633Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:20:21.637Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:12.051Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:21:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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-05T05:21:12.052Z|3693c34c-9e7e-436b-b28f-ea7283284f87|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:12.057Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:21:12.060Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:21:12.062Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:12.701Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:12.703Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.703Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"50394732-9294-4b18-8ad5-2ad41e171a95","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6b8373ed-a436-47ee-8310-9bc965add6da","serviceDescription":"service","serviceInvariantUUID":"1abea07f-3e91-4879-85e2-58121d746515","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"886a5584-8344-48f5-878d-60669357f02e","resourceInvariantUUID":"e2b18ca2-5a6d-45f2-b30c-1dd64a36b4c9","resourceCustomizationUUID":"6c783817-bdc2-4206-8efe-c1a6e718cae4","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":"N2EyNmQ5OGVmMjNlMjYwYTdlMGViNTk4NzBmOWFjNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5fe6fcef-6c0d-4f38-8ae6-e00905f01114","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":"NGE0ZDg5MTZlOGM0YTI2NmZiOTY0ZDBjNDA1MmVkMDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"35acb488-ae17-42da-bb54-d48f8d1e2819","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":"b1331712-c977-436b-b008-70132164349f","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":"ddf2ed3e-c1e6-4c21-b40c-88df5a40b299","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":"3d124f01-835c-45ba-a553-381879395dae","artifactVersion":"2","generatedFromUUID":"775da6bd-0802-49e5-bc71-1b2dd6a621f9"},{"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":"7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e","artifactVersion":"2","generatedFromUUID":"b1331712-c977-436b-b008-70132164349f"},{"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":"775da6bd-0802-49e5-bc71-1b2dd6a621f9","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":"b1e5c78b-3b3e-40e1-8d68-dcbe11421a03","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":"Y2UxYTI4YzA4MGZlZDYyMGJlYmNjOTgxZjg2OGY2ZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"251251c9-8797-4480-bf85-8374ed7505c2","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjNmYTUzOGQxODdmYWY5N2FlYzUzMzU2YmRjNGQ5YmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"822777d0-c76f-4f98-9f14-c6c686662f9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T05:21:12.709Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:12.711Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:12.711Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:12.713Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.713Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.715Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:12.715Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.715Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.716Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.716Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.716Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.717Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.717Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.717Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.718Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.718Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.718Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.719Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.720Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.720Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.721Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.721Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.721Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.722Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.722Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.722Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.723Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.723Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.723Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.723Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.724Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.724Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.725Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.725Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.725Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.726Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.726Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.726Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.727Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.727Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.727Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.728Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.728Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.728Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.728Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.729Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.730Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.731Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.732Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.733Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.734Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.735Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.736Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.736Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.744Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.745Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.746Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.746Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.747Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.747Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.748Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.749Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.749Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.750Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.751Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.751Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.752Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.752Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.753Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.754Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.754Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.755Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.755Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.756Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.756Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.756Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.757Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.757Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998434684,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.757Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.757Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.758Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998434126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.758Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.758Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.758Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998432278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.759Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998434715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.760Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.761Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.761Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.761Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.761Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.762Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.762Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.762Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.763Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.763Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998451353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.763Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.763Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.764Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998451166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.764Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.764Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.764Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998450787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.765Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.765Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.765Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.765Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.766Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.766Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.766Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.766Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.767Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.767Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.768Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998451794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:12.769Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.770Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.770Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.771Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.771Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.771Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.772Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.772Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.772Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.773Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "policy-id",
  "timestamp": 1656998452798,
  "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-05T05:21:12.804Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50394732-9294-4b18-8ad5-2ad41e171a95
2022-07-05T05:21:12.806Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50394732-9294-4b18-8ad5-2ad41e171a95 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=?
2022-07-05T05:21:12.824Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-07-05T05:21:12.827Z||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-05T05:21:12.827Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:21:12.838Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.839Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998453727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:12.839Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.839Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.839Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "cds",
  "timestamp": 1656998453592,
  "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-05T05:21:12.849Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50394732-9294-4b18-8ad5-2ad41e171a95
2022-07-05T05:21:12.851Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50394732-9294-4b18-8ad5-2ad41e171a95 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-05T05:21:12.866Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:12.867Z||pool-105-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:12.868Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.868Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.869Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.869Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.869Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.869Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.869Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.869Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.870Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.870Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.870Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998454731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:21:12.881Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50394732-9294-4b18-8ad5-2ad41e171a95
2022-07-05T05:21:12.881Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50394732-9294-4b18-8ad5-2ad41e171a95 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:21:12.894Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.894Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.894Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.895Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.895Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.896Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.896Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.896Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.896Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.896Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.897Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.897Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.897Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.897Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.897Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.897Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.898Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.898Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.898Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.898Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.898Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.898Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.899Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.899Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.899Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.899Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.899Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.900Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.900Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998447604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.900Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.900Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.900Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998449362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.901Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.902Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.902Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.902Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.902Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:12.902Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.902Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.903Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998460353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.903Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.903Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.903Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998451742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:12.903Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:21:12.903Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.904Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998461522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.904Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.904Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.904Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998462819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998462690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998463839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.905Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.906Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998463965,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:12.906Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.906Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.906Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998464941,
  "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-05T05:21:12.916Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50394732-9294-4b18-8ad5-2ad41e171a95
2022-07-05T05:21:12.916Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50394732-9294-4b18-8ad5-2ad41e171a95 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-05T05:21:12.941Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.942Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998465962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:12.942Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.942Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.942Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998468857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:12.943Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.943Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.943Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998470318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:12.943Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:21:12.943Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.943Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "clamp",
  "timestamp": 1656998469862,
  "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-05T05:21:12.951Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50394732-9294-4b18-8ad5-2ad41e171a95
2022-07-05T05:21:12.951Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50394732-9294-4b18-8ad5-2ad41e171a95 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-05T05:21:12.969Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T05:21:12.970Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "aai-ml",
  "timestamp": 1656998471322,
  "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-05T05:21:12.980Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50394732-9294-4b18-8ad5-2ad41e171a95
2022-07-05T05:21:12.981Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50394732-9294-4b18-8ad5-2ad41e171a95 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-05T05:21:13.716Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:13.718Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:13.723Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:13.723Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:21:13.824Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:21:13.826Z||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-05T05:21:13.826Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:13.843Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:13.844Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:14.724Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:14.725Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:14.728Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:14.728Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:21:14.828Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:21:14.830Z||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-05T05:21:14.830Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:14.846Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:14.847Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:15.729Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:15.730Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:15.733Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:15.734Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:15.833Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:21:15.835Z||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-05T05:21:15.835Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:15.884Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:15.885Z||pool-108-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:16.736Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:16.736Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:16.743Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:16.744Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-05T05:21:16.846Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:21:16.847Z||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-05T05:21:16.847Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:16.886Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:16.888Z||pool-109-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:17.744Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:17.745Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:17.747Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:17.747Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-05T05:21:17.852Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-07-05T05:21:17.853Z||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-05T05:21:17.853Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:17.901Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:17.902Z||pool-110-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:18.748Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:18.748Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:18.751Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:18.751Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-05T05:21:18.853Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:21:18.854Z||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-05T05:21:18.854Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:18.885Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:18.886Z||pool-111-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:19.752Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:19.753Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:19.756Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:19.756Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:19.856Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:21:19.859Z||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-05T05:21:19.859Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:19.898Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:19.898Z||pool-112-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:20.757Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:20.759Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:20.765Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:20.765Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:21:20.863Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T05:21:20.865Z||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-05T05:21:20.865Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:20.887Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:20.891Z||pool-113-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:21.769Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:21:21.769Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:21.773Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:21.773Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:21:21.876Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-05T05:21:21.877Z||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-05T05:21:21.877Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:21.897Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:21.898Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:22.776Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6b8373ed-a436-47ee-8310-9bc965add6da",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1abea07f-3e91-4879-85e2-58121d746515",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6c783817-bdc2-4206-8efe-c1a6e718cae4",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "886a5584-8344-48f5-878d-60669357f02e",
      "resourceInvariantUUID": "e2b18ca2-5a6d-45f2-b30c-1dd64a36b4c9",
      "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": "NGE0ZDg5MTZlOGM0YTI2NmZiOTY0ZDBjNDA1MmVkMDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "35acb488-ae17-42da-bb54-d48f8d1e2819",
          "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": "b1331712-c977-436b-b008-70132164349f",
          "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": "7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e",
            "generatedFromUUID": "b1331712-c977-436b-b008-70132164349f"
          },
          "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": "3d124f01-835c-45ba-a553-381879395dae",
          "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": "7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e",
          "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": "775da6bd-0802-49e5-bc71-1b2dd6a621f9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YjNmYTUzOGQxODdmYWY5N2FlYzUzMzU2YmRjNGQ5YmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "822777d0-c76f-4f98-9f14-c6c686662f9d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T05:21:22.777Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T05:21:22.777Z|3693c34c-9e7e-436b-b28f-ea7283284f87|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6b8373ed-a436-47ee-8310-9bc965add6da ASDC
2022-07-05T05:21:22.778Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:50394732-9294-4b18-8ad5-2ad41e171a95
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:6b8373ed-a436-47ee-8310-9bc965add6da
ServiceInvariantUUID:1abea07f-3e91-4879-85e2-58121d746515
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:822777d0-c76f-4f98-9f14-c6c686662f9d
ArtifactChecksum:YjNmYTUzOGQxODdmYWY5N2FlYzUzMzU2YmRjNGQ5YmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6c783817-bdc2-4206-8efe-c1a6e718cae4
ResourceInvariantUUID:e2b18ca2-5a6d-45f2-b30c-1dd64a36b4c9
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:886a5584-8344-48f5-878d-60669357f02e
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:35acb488-ae17-42da-bb54-d48f8d1e2819
ArtifactChecksum:NGE0ZDg5MTZlOGM0YTI2NmZiOTY0ZDBjNDA1MmVkMDg=
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:b1331712-c977-436b-b008-70132164349f
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:7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e
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:3d124f01-835c-45ba-a553-381879395dae
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:7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e
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:775da6bd-0802-49e5-bc71-1b2dd6a621f9
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T05:21:22.779Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b8373ed-a436-47ee-8310-9bc965add6da 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-05T05:21:22.870Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:21:22.871Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T05:21:22.872Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T05:21:22.872Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 822777d0-c76f-4f98-9f14-c6c686662f9d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:22.872Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:21:22.872Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:23.082Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:21:23.093Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 822777d0-c76f-4f98-9f14-c6c686662f9d 158213
2022-07-05T05:21:23.094Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:23.094Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:23.094Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:21:23.094Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:23.097Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:23.098Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998483093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:23.199Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:21:23.201Z||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-05T05:21:23.202Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:23.235Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:23.237Z||pool-115-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:24.098Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:21:24.100Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T05:21:24.100Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 822777d0-c76f-4f98-9f14-c6c686662f9d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:24.102Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-05T05:21:24.103Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:24.103Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:24.429Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14110763763383742034/Definitions/service-BasicCnfMacro-template.yml
2022-07-05T05:21:26.931Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T05:21:26.932Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T05:21:26.932Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:26.932Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-05T05:21:26.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T05:21:26.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:26.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:26.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:26.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T05:21:26.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.934Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.935Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:26.936Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T05:21:26.937Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:21:26.937Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.937Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.937Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:26.938Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T05:21:26.938Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:21:26.938Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.938Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.938Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.939Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-05T05:21:26.939Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-05T05:21:26.939Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-05T05:21:26.939Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T05:21:26.939Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.939Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T05:21:26.940Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.940Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:26.940Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:21:26.940Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.941Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:26.941Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:21:26.941Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.941Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:26.941Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:21:26.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:26.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:21:26.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-05T05:21:26.943Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-05T05:21:26.944Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7438eea2-bf18-420e-a12e-e5910a3cf85c
2022-07-05T05:21:26.944Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.944Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.944Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.945Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.945Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.945Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.945Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:26.945Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:26.945Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:6b8373ed-a436-47ee-8310-9bc965add6da
Model Version:NULL
Model InvariantUuid:1abea07f-3e91-4879-85e2-58121d746515
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:b08cb479-bfdf-4b1e-92a4-f33268f10aca
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e2b18ca2-5a6d-45f2-b30c-1dd64a36b4c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6c783817-bdc2-4206-8efe-c1a6e718cae4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c83b6844-913f-4f4c-8ac5-735d389dee14
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d988a087-128a-48fc-90f5-e85abbf37455
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:abac5e70-176f-424c-ac09-57719e435b5f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:fdd1406a-40ed-44ec-9077-0af4cec9425c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7438eea2-bf18-420e-a12e-e5910a3cf85c
ModelInvariantUuid:64724d39-5cde-4cbf-af42-f17795992c35
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:94ba2dcd-5833-41ba-8a31-f3eb42c5c5c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:29541ec0-bb70-46f0-a81d-6792391d5453
ModelInvariantUuid:a87f2d4c-f1f1-4004-b59e-85fbf9a87cd8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ea095de5-5c7b-4d8d-99de-9b577638e047
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-05T05:21:26.965Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 886a5584-8344-48f5-878d-60669357f02e
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-05T05:21:26.971Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-07-05T05:21:26.972Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 886a5584-8344-48f5-878d-60669357f02e
2022-07-05T05:21:26.972Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 35acb488-ae17-42da-bb54-d48f8d1e2819 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-05T05:21:26.972Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:21:26.973Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:27.154Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:21:27.155Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 35acb488-ae17-42da-bb54-d48f8d1e2819 1565
2022-07-05T05:21:27.155Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:27.156Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:27.156Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:21:27.157Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:27.164Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:27.165Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998487155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:27.263Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T05:21:27.264Z||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-05T05:21:27.264Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:27.290Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:27.291Z||pool-116-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:28.165Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "abac5e70-176f-424c-ac09-57719e435b5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fdd1406a-40ed-44ec-9077-0af4cec9425c",
    "vfModuleModelCustomizationUUID": "888ba3bb-d32e-4e69-b983-431d1910478f",
    "isBase": true,
    "artifacts": [
      "b1331712-c977-436b-b008-70132164349f",
      "7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e"
    ],
    "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": "c83b6844-913f-4f4c-8ac5-735d389dee14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d988a087-128a-48fc-90f5-e85abbf37455",
    "vfModuleModelCustomizationUUID": "596fa27b-9cf1-4add-bcf1-899c2f6a0fad",
    "isBase": false,
    "artifacts": [
      "775da6bd-0802-49e5-bc71-1b2dd6a621f9"
    ],
    "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-05T05:21:28.172Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdd1406a-40ed-44ec-9077-0af4cec9425c
VfModuleModelInvariantUUID:abac5e70-176f-424c-ac09-57719e435b5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1331712-c977-436b-b008-70132164349f
,
7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e

}
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:d988a087-128a-48fc-90f5-e85abbf37455
VfModuleModelInvariantUUID:c83b6844-913f-4f4c-8ac5-735d389dee14
VfModuleModelDescription:NULL
Artifacts UUID List:{
775da6bd-0802-49e5-bc71-1b2dd6a621f9

}
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-05T05:21:28.179Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "abac5e70-176f-424c-ac09-57719e435b5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fdd1406a-40ed-44ec-9077-0af4cec9425c",
    "vfModuleModelCustomizationUUID": "888ba3bb-d32e-4e69-b983-431d1910478f",
    "isBase": true,
    "artifacts": [
      "b1331712-c977-436b-b008-70132164349f",
      "7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e"
    ],
    "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": "c83b6844-913f-4f4c-8ac5-735d389dee14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d988a087-128a-48fc-90f5-e85abbf37455",
    "vfModuleModelCustomizationUUID": "596fa27b-9cf1-4add-bcf1-899c2f6a0fad",
    "isBase": false,
    "artifacts": [
      "775da6bd-0802-49e5-bc71-1b2dd6a621f9"
    ],
    "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-05T05:21:28.183Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fdd1406a-40ed-44ec-9077-0af4cec9425c
VfModuleModelInvariantUUID:abac5e70-176f-424c-ac09-57719e435b5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1331712-c977-436b-b008-70132164349f
,
7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e

}
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:d988a087-128a-48fc-90f5-e85abbf37455
VfModuleModelInvariantUUID:c83b6844-913f-4f4c-8ac5-735d389dee14
VfModuleModelDescription:NULL
Artifacts UUID List:{
775da6bd-0802-49e5-bc71-1b2dd6a621f9

}
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-05T05:21:28.183Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1331712-c977-436b-b008-70132164349f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-05T05:21:28.184Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:21:28.184Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:28.262Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:21:28.263Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml b1331712-c977-436b-b008-70132164349f 914
2022-07-05T05:21:28.264Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:28.264Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:28.264Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:21:28.265Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:28.267Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:28.267Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998488264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:28.368Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:21:28.369Z||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-05T05:21:28.369Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:28.385Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:28.386Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:29.268Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3d124f01-835c-45ba-a553-381879395dae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-05T05:21:29.269Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:21:29.269Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:29.361Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:21:29.362Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3d124f01-835c-45ba-a553-381879395dae 12
2022-07-05T05:21:29.362Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:29.363Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:29.363Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:21:29.364Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:29.366Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:29.366Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998489362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:29.466Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:21:29.467Z||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-05T05:21:29.468Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:29.483Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:29.483Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:30.367Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-05T05:21:30.368Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:21:30.368Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:30.540Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:21:30.541Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7a48f1ad-8823-4b28-b96e-7f1e4a0a3c1e 96
2022-07-05T05:21:30.541Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:30.541Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:30.542Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:21:30.542Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:30.546Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:30.546Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998490541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:30.646Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:21:30.647Z||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-05T05:21:30.647Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:30.688Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:30.688Z||pool-119-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:31.547Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 775da6bd-0802-49e5-bc71-1b2dd6a621f9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-05T05:21:31.547Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:21:31.547Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:31.708Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:21:31.710Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 775da6bd-0802-49e5-bc71-1b2dd6a621f9 20206
2022-07-05T05:21:31.710Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:31.710Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:31.711Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:21:31.711Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:31.714Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:31.715Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998491710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:21:31.817Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:21:31.819Z||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-05T05:21:31.819Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:31.840Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:31.841Z||pool-120-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:32.722Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6b8373ed-a436-47ee-8310-9bc965add6da
2022-07-05T05:21:32.723Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 886a5584-8344-48f5-878d-60669357f02e 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-05T05:21:32.738Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@214b78e7, org.onap.sdc.toscaparser.api.parameters.Input@14fd3f03, org.onap.sdc.toscaparser.api.parameters.Input@3b986de9, org.onap.sdc.toscaparser.api.parameters.Input@2e4c5d14, org.onap.sdc.toscaparser.api.parameters.Input@543a847a]
2022-07-05T05:21:32.743Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.744Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.744Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-05T05:21:32.745Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6c783817-bdc2-4206-8efe-c1a6e718cae4
2022-07-05T05:21:32.745Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c783817-bdc2-4206-8efe-c1a6e718cae4 matches Tosca VF Customization UUID: 6c783817-bdc2-4206-8efe-c1a6e718cae4
2022-07-05T05:21:32.746Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6c783817-bdc2-4206-8efe-c1a6e718cae4  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-05T05:21:32.754Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.755Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.757Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6c783817-bdc2-4206-8efe-c1a6e718cae4: {\"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-05T05:21:32.758Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1da528ed
2022-07-05T05:21:32.759Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.761Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T05:21:32.763Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 596fa27b-9cf1-4add-bcf1-899c2f6a0fad
2022-07-05T05:21:32.763Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 596fa27b-9cf1-4add-bcf1-899c2f6a0fad
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-05T05:21:32.770Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.771Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:32.772Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:21:32.777Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.778Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:32.778Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T05:21:32.779Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.779Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T05:21:32.779Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6c783817-bdc2-4206-8efe-c1a6e718cae4
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-05T05:21:32.785Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.785Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.786Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6b8373ed-a436-47ee-8310-9bc965add6da: basic_cnf_macro
2022-07-05T05:21:32.786Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.787Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.787Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.788Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.788Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.789Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.789Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.789Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.789Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:21:32.790Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:21:32.791Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:32.907Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 886a5584-8344-48f5-878d-60669357f02e 2 ASDC deployResourceStructure
2022-07-05T05:21:32.908Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:32.908Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:32.908Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:21:32.908Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:32.933Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:32.934Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998492908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:33.027Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-05T05:21:33.029Z||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-05T05:21:33.029Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:33.088Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:33.093Z||pool-121-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:33.935Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:33.935Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:33.936Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:21:33.937Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:33.940Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:33.940Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998493934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:34.040Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:21:34.045Z||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-05T05:21:34.045Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:34.063Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:34.063Z||pool-122-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:34.941Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:34.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:34.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T05:21:34.942Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:34.946Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:34.947Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998494941,
  "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-05T05:21:35.047Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:21:35.049Z||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-05T05:21:35.049Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:35.068Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:35.069Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:21:35.949Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:35.949Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:35.952Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:21:35.952Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:35.956Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:35.956Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998495949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:36.055Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:21:36.056Z||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-05T05:21:36.059Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:36.087Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:36.088Z||pool-124-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:36.958Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:36.958Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:36.959Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T05:21:36.959Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:36.969Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:36.969Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998496958,
  "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-05T05:21:37.068Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:21:37.069Z||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-05T05:21:37.070Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:37.093Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:37.093Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:37.971Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:37.971Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||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-05T05:21:37.971Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:21:37.972Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:21:37.974Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:21:37.974Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998497971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:21:38.075Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T05:21:38.077Z||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-05T05:21:38.077Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:21:38.092Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:21:38.093Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:21:38.976Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50394732-9294-4b18-8ad5-2ad41e171a95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:21:39.002Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50394732-9294-4b18-8ad5-2ad41e171a95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:21:39.008Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:21:39.009Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:21:39.010Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T05:21:39.010Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T05:21:39.010Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:21:39.010Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:21:39.011Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:21:39.011Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:21:39.012Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:21:39.016Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:21:39.018Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:21:39.032Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T05:22:09.033Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50394732-9294-4b18-8ad5-2ad41e171a95 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-05T05:22:09.055Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50394732-9294-4b18-8ad5-2ad41e171a95 and serviceModelVersionId: 6b8373ed-a436-47ee-8310-9bc965add6da
2022-07-05T05:22:09.062Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1abea07f-3e91-4879-85e2-58121d746515
2022-07-05T05:22:09.069Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0
2022-07-05T05:22:09.093Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T05:22:09.239Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0|INFO|500||Invoke
2022-07-05T05:22:09.241Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50394732-9294-4b18-8ad5-2ad41e171a95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22681e5f-dbfa-4cb6-b155-5535c54c587b], X-ECOMP-RequestID=[50394732-9294-4b18-8ad5-2ad41e171a95], X-TransactionId=[], X-ONAP-RequestID=[50394732-9294-4b18-8ad5-2ad41e171a95], Content-Type=[application/merge-patch+json]}
2022-07-05T05:22:09.291Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T05:22:09.422Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?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/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220705-05:22:09:777-75331], vertex-id=[290992], Content-Length=[0], Date=[Tue, 05 Jul 2022 05:22:09 GMT], Content-Type=[application/json]}
2022-07-05T05:22:09.423Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T05:22:09.424Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1abea07f-3e91-4879-85e2-58121d746515/model-vers/model-ver/6b8373ed-a436-47ee-8310-9bc965add6da?depth=0|INFO|500||InvokeReturn
2022-07-05T05:22:09.425Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T05:22:09.426Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:22:09.435Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T05:22:09.435Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50394732-9294-4b18-8ad5-2ad41e171a95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T05:22:09.435Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T05:22:09.436Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:22:09.438Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:22:09.439Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998529435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:22:09.539Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:22:09.541Z||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-05T05:22:09.541Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:22:09.580Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:22:09.581Z||pool-127-thread-1|||||INFO|500||cambria reply ok (41 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-05T05:22:12.051Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:22:12.052Z|50394732-9294-4b18-8ad5-2ad41e171a95|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-05T05:22:12.052Z|50394732-9294-4b18-8ad5-2ad41e171a95|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:22:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:22:12.058Z||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-05T05:22:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:22:12.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:22:12.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:22:12.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:22:12.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:22:21.628Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:12.051Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:23:12.053Z|50394732-9294-4b18-8ad5-2ad41e171a95|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-05T05:23:12.053Z|50394732-9294-4b18-8ad5-2ad41e171a95|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:23:12.058Z||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-05T05:23:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:12.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:12.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T05:23:12.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:23:12.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:12.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-05T05:23:12.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-05T05:23:12.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-05T05:23:12.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:12.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:12.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998472051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:23:12.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:23:12.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998483093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:12.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998487155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:12.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998488264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:12.134Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998489362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:12.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998490541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:12.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998491710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:12.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998492908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T05:23:12.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998493934,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:23:12.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998494941,
  "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-05T05:23:12.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998495949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-05T05:23:12.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998496958,
  "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-05T05:23:12.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998497971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:23:12.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "50394732-9294-4b18-8ad5-2ad41e171a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998529435,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:23:12.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:23:12.718Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:12.718Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T05:23:12.718Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"52cddc46-4737-43d3-96f6-fb82c8cf3940","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9579aa93-4dda-4e46-9cf0-01f01018740a","serviceDescription":"service","serviceInvariantUUID":"228f4ef0-408a-4577-981b-df31b684a2d0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6fbf806f-be59-4b5e-943c-4b4fd16e6454","resourceInvariantUUID":"a54ce0bc-1aa5-4bef-b2ee-74589b19e80c","resourceCustomizationUUID":"53eff063-0755-4a55-9949-1d393fffdde0","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":"NjhmYmE2MDk0ZmQzOTRiYmRkYjc5ZGZkMzE0NTAzYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17711696-64de-46f4-aed1-83e17c0ef8bb","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":"6651203e-ea24-4596-a72a-c77ec8ae0322","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":"8476043d-a19a-486b-8a59-61eb13f0ede6","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":"YjA3ZjYxMTQ2M2EyZTgzYzc3N2UzOTJkODI0MmIxYjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"91dfdd7b-df8b-4d3a-ae95-58be2e6cf338","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":"517f1fe2-70af-48ff-8585-6841478e7ef9","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":"6db000b1-94d5-4590-b1ec-85cbcd185bb8","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":"5ac06ed2-8169-4892-84c4-506051e144a4","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":"ODZiMWI4Mzg4OTA2YzQ4YzlkMzhhMmIzMWZmN2ZhYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dfa0abae-276e-4c00-958d-17b8d70f7f61","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDA1MWUxNmM4MGFlYTNjZTZlMzlhYWY1NGQ1MjFkZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8f372dc9-5c50-45e6-9d90-2654f0cb3a9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T05:23:12.722Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:12.723Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:12.726Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:12.726Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:12.827Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:23:12.829Z||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-05T05:23:12.829Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:12.845Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:12.847Z||pool-128-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:13.730Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:13.730Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:13.733Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:13.733Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:13.835Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:23:13.836Z||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-05T05:23:13.837Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:13.858Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:13.858Z||pool-129-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:14.734Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:14.735Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:14.737Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:14.737Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:14.838Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:23:14.838Z||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-05T05:23:14.839Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:14.857Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:14.857Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:15.738Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:15.739Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:15.741Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:15.741Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:15.841Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:23:15.844Z||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-05T05:23:15.844Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:15.859Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:15.859Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:16.742Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:16.743Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:16.745Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:16.745Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:16.847Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:23:16.848Z||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-05T05:23:16.848Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:16.877Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:16.878Z||pool-132-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:17.748Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:17.748Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:17.752Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:17.752Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:17.851Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:23:17.852Z||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-05T05:23:17.852Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:17.877Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:17.878Z||pool-133-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:18.752Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:18.753Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:18.756Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:18.756Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:18.860Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-05T05:23:18.861Z||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-05T05:23:18.861Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:18.888Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:18.889Z||pool-134-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:23:19.757Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:19.758Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:19.761Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:19.761Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:23:19.863Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-05T05:23:19.864Z||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-05T05:23:19.865Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:19.938Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:19.938Z||pool-135-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:20.762Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T05:23:20.762Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:20.765Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:20.765Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:23:20.865Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T05:23:20.866Z||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-05T05:23:20.867Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:20.884Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:20.885Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:23:21.767Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9579aa93-4dda-4e46-9cf0-01f01018740a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "228f4ef0-408a-4577-981b-df31b684a2d0",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "53eff063-0755-4a55-9949-1d393fffdde0",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6fbf806f-be59-4b5e-943c-4b4fd16e6454",
      "resourceInvariantUUID": "a54ce0bc-1aa5-4bef-b2ee-74589b19e80c",
      "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": "ZDA1MWUxNmM4MGFlYTNjZTZlMzlhYWY1NGQ1MjFkZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8f372dc9-5c50-45e6-9d90-2654f0cb3a9d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T05:23:21.768Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T05:23:21.768Z|50394732-9294-4b18-8ad5-2ad41e171a95|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9579aa93-4dda-4e46-9cf0-01f01018740a ASDC
2022-07-05T05:23:21.769Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:52cddc46-4737-43d3-96f6-fb82c8cf3940
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9579aa93-4dda-4e46-9cf0-01f01018740a
ServiceInvariantUUID:228f4ef0-408a-4577-981b-df31b684a2d0
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:8f372dc9-5c50-45e6-9d90-2654f0cb3a9d
ArtifactChecksum:ZDA1MWUxNmM4MGFlYTNjZTZlMzlhYWY1NGQ1MjFkZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:53eff063-0755-4a55-9949-1d393fffdde0
ResourceInvariantUUID:a54ce0bc-1aa5-4bef-b2ee-74589b19e80c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6fbf806f-be59-4b5e-943c-4b4fd16e6454
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-05T05:23:21.769Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9579aa93-4dda-4e46-9cf0-01f01018740a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:23:21.811Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:23:21.812Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T05:23:21.812Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T05:23:21.813Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f372dc9-5c50-45e6-9d90-2654f0cb3a9d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-05T05:23:21.813Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-05T05:23:21.813Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-05T05:23:21.956Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-05T05:23:21.963Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8f372dc9-5c50-45e6-9d90-2654f0cb3a9d 105661
2022-07-05T05:23:21.964Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||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-05T05:23:21.964Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||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-05T05:23:21.964Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T05:23:21.965Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:21.967Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:21.967Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998601964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:23:22.068Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:23:22.069Z||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-05T05:23:22.069Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:22.098Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:22.100Z||pool-137-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-07-05T05:23:22.968Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T05:23:22.969Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-05T05:23:22.970Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8f372dc9-5c50-45e6-9d90-2654f0cb3a9d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:22.970Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-05T05:23:22.971Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:22.971Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:23.248Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8443880262835279912/Definitions/service-TestPnfMacro-template.yml
2022-07-05T05:23:24.655Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T05:23:24.656Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T05:23:24.656Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.656Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T05:23:24.656Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||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-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.657Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.658Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-05T05:23:24.658Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T05:23:24.658Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:23:24.658Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.658Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.658Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.659Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.660Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.660Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.660Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.660Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.660Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.660Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9579aa93-4dda-4e46-9cf0-01f01018740a
Model Version:NULL
Model InvariantUuid:228f4ef0-408a-4577-981b-df31b684a2d0
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-05T05:23:24.684Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6fbf806f-be59-4b5e-943c-4b4fd16e6454
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-05T05:23:24.690Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-07-05T05:23:24.691Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6fbf806f-be59-4b5e-943c-4b4fd16e6454
2022-07-05T05:23:24.691Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 9579aa93-4dda-4e46-9cf0-01f01018740a
2022-07-05T05:23:24.691Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9579aa93-4dda-4e46-9cf0-01f01018740a
2022-07-05T05:23:24.692Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6fbf806f-be59-4b5e-943c-4b4fd16e6454 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-05T05:23:24.725Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28f8d970, org.onap.sdc.toscaparser.api.parameters.Input@61065972, org.onap.sdc.toscaparser.api.parameters.Input@2d5f7db0, org.onap.sdc.toscaparser.api.parameters.Input@719995d3, org.onap.sdc.toscaparser.api.parameters.Input@1f44e1c9]
2022-07-05T05:23:24.726Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.727Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.727Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9579aa93-4dda-4e46-9cf0-01f01018740a: test-pnf
2022-07-05T05:23:24.728Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Processing PNF resource: 6fbf806f-be59-4b5e-943c-4b4fd16e6454
2022-07-05T05:23:24.728Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T05:23:24.729Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T05:23:24.729Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||Resource customization UUID: 53eff063-0755-4a55-9949-1d393fffdde0 is the same as notified resource customizationUUID: 53eff063-0755-4a55-9949-1d393fffdde0
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-05T05:23:24.826Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6fbf806f-be59-4b5e-943c-4b4fd16e6454 0 ASDC deployResourceStructure
2022-07-05T05:23:24.827Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||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-05T05:23:24.827Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||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-05T05:23:24.827Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T05:23:24.828Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:23:24.833Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:23:24.833Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998604827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:23:24.932Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-05T05:23:24.934Z||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-05T05:23:24.934Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:23:24.972Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:23:24.973Z||pool-138-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-05T05:23:25.836Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:23:25.850Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:23:25.853Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:23:25.853Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:23:25.853Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:23:55.856Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:23:55.878Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:23:55.884Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:23:55.885Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T05:23:55.885Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T05:24:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:24:12.059Z||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-05T05:24:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:24:12.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:24:12.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998541743,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998534126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998537278,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998537605,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998534714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998553687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998553569,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998554071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998553323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998554595,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998554329,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "cds",
  "timestamp": 1656998554923,
  "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-05T05:24:12.157Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52cddc46-4737-43d3-96f6-fb82c8cf3940
2022-07-05T05:24:12.157Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52cddc46-4737-43d3-96f6-fb82c8cf3940 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-05T05:24:12.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.179Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.179Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1656998555598,
  "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-05T05:24:12.185Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 52cddc46-4737-43d3-96f6-fb82c8cf3940
2022-07-05T05:24:12.185Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52cddc46-4737-43d3-96f6-fb82c8cf3940 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-05T05:24:12.197Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.198Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "policy-id",
  "timestamp": 1656998555333,
  "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-05T05:24:12.213Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52cddc46-4737-43d3-96f6-fb82c8cf3940
2022-07-05T05:24:12.213Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52cddc46-4737-43d3-96f6-fb82c8cf3940 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-05T05:24:12.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.239Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.241Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1656998549362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.242Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.243Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998558965,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:24:12.246Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "aai-ml",
  "timestamp": 1656998559968,
  "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-05T05:24:12.262Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52cddc46-4737-43d3-96f6-fb82c8cf3940
2022-07-05T05:24:12.263Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52cddc46-4737-43d3-96f6-fb82c8cf3940 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-05T05:24:12.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.302Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:24:12.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998554684,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:24:12.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:24:12.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998563872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:24:12.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998564554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:24:12.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998566354,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:24:12.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998565895,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:24:12.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:24:12.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1656998567361,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:24:12.318Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52cddc46-4737-43d3-96f6-fb82c8cf3940
2022-07-05T05:24:12.319Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52cddc46-4737-43d3-96f6-fb82c8cf3940 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T05:24:12.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T05:24:12.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "clamp",
  "timestamp": 1656998566904,
  "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-05T05:24:12.358Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 52cddc46-4737-43d3-96f6-fb82c8cf3940
2022-07-05T05:24:12.358Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52cddc46-4737-43d3-96f6-fb82c8cf3940 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-05T05:24:25.885Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:24:25.906Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T05:24:25.910Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T05:24:25.910Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T05:24:25.910Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T05:24:25.910Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.911Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T05:24:25.912Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T05:24:25.934Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T05:24:55.935Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940 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-05T05:24:55.956Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52cddc46-4737-43d3-96f6-fb82c8cf3940 and serviceModelVersionId: 9579aa93-4dda-4e46-9cf0-01f01018740a
2022-07-05T05:24:55.956Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 228f4ef0-408a-4577-981b-df31b684a2d0
2022-07-05T05:24:55.959Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/228f4ef0-408a-4577-981b-df31b684a2d0/model-vers/model-ver/9579aa93-4dda-4e46-9cf0-01f01018740a?depth=0
2022-07-05T05:24:55.974Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T05:24:56.075Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228f4ef0-408a-4577-981b-df31b684a2d0/model-vers/model-ver/9579aa93-4dda-4e46-9cf0-01f01018740a?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-05T05:24:56.079Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228f4ef0-408a-4577-981b-df31b684a2d0/model-vers/model-ver/9579aa93-4dda-4e46-9cf0-01f01018740a?depth=0|INFO|500||Invoke
2022-07-05T05:24:56.128Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228f4ef0-408a-4577-981b-df31b684a2d0/model-vers/model-ver/9579aa93-4dda-4e46-9cf0-01f01018740a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T05:24:56.255Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228f4ef0-408a-4577-981b-df31b684a2d0/model-vers/model-ver/9579aa93-4dda-4e46-9cf0-01f01018740a?depth=0|INFO|500||InvokeReturn
2022-07-05T05:24:56.256Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/228f4ef0-408a-4577-981b-df31b684a2d0/model-vers/model-ver/9579aa93-4dda-4e46-9cf0-01f01018740a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-05:24:56:609-18430], vertex-id=[184384], Content-Length=[0], Date=[Tue, 05 Jul 2022 05:24:56 GMT], Content-Type=[application/json]}
2022-07-05T05:24:56.256Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T05:24:56.257Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T05:24:56.257Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T05:24:56.281Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T05:24:56.292Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52cddc46-4737-43d3-96f6-fb82c8cf3940 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T05:24:56.292Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T05:24:56.293Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-05T05:24:56.297Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T05:24:56.297Z|52cddc46-4737-43d3-96f6-fb82c8cf3940|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998696292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:24:56.397Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T05:24:56.399Z||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-05T05:24:56.399Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as BrYFWbC28eb9sH3W) ...
2022-07-05T05:24:56.421Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:24:56.422Z||pool-139-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T05:24:57.356Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:24:57.357Z||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-05T05:24:57.358Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:25:06.924Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:25:12.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:25:12.052Z||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-05T05:25:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:25:12.057Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:25:12.058Z||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-05T05:25:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:25:12.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:25:12.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.097Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.098Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998592051,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998601964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:25:12.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-07-05T05:25:12.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998604827,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T05:25:12.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:25:21.608Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:26:12.052Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:26:12.054Z||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-05T05:26:12.054Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:26:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:26:12.058Z||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-05T05:26:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:26:12.620Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:26:12.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T05:26:12.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "52cddc46-4737-43d3-96f6-fb82c8cf3940",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1656998696292,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T05:26:12.622Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T05:26:21.656Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:27:12.051Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:27:12.053Z||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-05T05:27:12.053Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:27:12.057Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:27:12.058Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:27:12.058Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:27:21.625Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:27:21.625Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:28:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:28:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:28:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:28:12.060Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:28:12.060Z||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-05T05:28:12.060Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:28:21.624Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:28:21.637Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:29:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:29:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:29:12.054Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:29:12.058Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:29:12.059Z||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-05T05:29:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:29:21.664Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:29:21.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:30:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:30:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:30:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:30:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:30:12.058Z||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-05T05:30:12.059Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:30:21.652Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:30:21.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:31:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:31:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:31:12.054Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:31:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:31:12.058Z||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-05T05:31:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:31:21.613Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:31:21.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:32:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:32:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:32:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:32:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:32:12.058Z||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-05T05:32:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:32:21.636Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:32:21.643Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:33:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:33:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:33:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:33:12.057Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:33:12.058Z||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-05T05:33:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:33:21.619Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:33:21.677Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:34:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:34:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:34:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:34:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:34:12.058Z||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-05T05:34:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:34:21.612Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:34:21.617Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:35:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:35:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:35:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:35:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:35:12.058Z||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-05T05:35:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:35:21.628Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:35:21.680Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:36:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:36:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:36:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:36:12.057Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:36:12.057Z||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-05T05:36:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:36:21.644Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:36:21.661Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:37:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:37:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:37:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:37:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:37:12.057Z||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-05T05:37:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:37:21.630Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:37:21.653Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:38:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:38:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:38:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:38:12.060Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:38:12.072Z||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-05T05:38:12.073Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:38:21.664Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:38:21.703Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:39:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:39:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:39:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:39:12.057Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:39:12.058Z||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-05T05:39:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:39:21.628Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:39:21.658Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:40:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:40:12.054Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:40:12.054Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:40:12.057Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:40:12.058Z||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-05T05:40:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:40:21.617Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:40:21.628Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:41:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:41:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:41:12.054Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:41:12.060Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:41:12.061Z||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-05T05:41:12.061Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:41:21.609Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:41:21.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:42:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:42:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:42:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:42:12.057Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:42:12.058Z||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-05T05:42:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:42:21.635Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:42:21.644Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:43:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:43:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:43:12.052Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:43:12.057Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:43:12.058Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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-05T05:43:12.058Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:43:21.628Z|e099a15c-27a1-4b2f-9fec-a9cf2c0dab7c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:43:21.629Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:44:12.051Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:44:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:44:12.053Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:44:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:44:12.058Z||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-05T05:44:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:44:21.642Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:44:21.643Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:45:12.055Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:45:12.056Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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-05T05:45:12.056Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:45:12.057Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:45:12.057Z||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-05T05:45:12.058Z||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 BrYFWbC28eb9sH3W) ...
2022-07-05T05:45:21.617Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:45:21.628Z|fd9e2964-05d4-4c55-b74a-fc1ceee0a511|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK