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-01-21T01:10:29.186Z||main|||||INFO|500||The following profiles are active: basic
2022-01-21T01:10:37.678Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-21T01:10:37.679Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-21T01:10:37.753Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-21T01:10:39.732Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-21T01:10:39.870Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-21T01:10:40.186Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-21T01:10:40.193Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-21T01:10:40.264Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-21T01:10:40.377Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-21T01:10:40.769Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-21T01:10:41.706Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-21T01:10:43.455Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-21T01:10:43.497Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-21T01:10:43.864Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-21T01:10:44.039Z||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-01-21T01:10:45.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-21T01:10:45.886Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-21T01:10:45.900Z||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$$4d1a021f.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-01-21T01:10:45.900Z||main|||||WARN|500||The sdc end point is not alive
2022-01-21T01:10:48.174Z||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-01-21T01:10:50.366Z||main|||||WARN|500||---
2022-01-21T01:10:50.367Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-21T01:10:50.367Z||main|||||WARN|500||---
2022-01-21T01:10:50.748Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-21T01:10:54.455Z||main|||||INFO|500||Started Application in 29.201 seconds (JVM running for 30.26)
2022-01-21T01:10:54.466Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-21T01:10:54.467Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-21T01:10:54.476Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-21T01:10:54.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-21T01:10:54.567Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 41457e02-e5e7-4693-be80-c58b7237f34d url= /sdc/v1/artifactTypes
2022-01-21T01:10:54.567Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-21T01:10:55.667Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.58.92] 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$$3aaf35a1.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-01-21T01:10:55.673Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4cad5a15
2022-01-21T01:10:55.673Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-21T01:10:55.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-21T01:10:55.695Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-21T01:10:55.699Z||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$$3aaf35a1.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-01-21T01:11:44.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-21T01:11:44.451Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-21T01:11:44.452Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-21T01:11:44.454Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-21T01:11:44.459Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29b24de6-f59a-4b83-8067-41b4fcb5e29e url= /sdc/v1/artifactTypes
2022-01-21T01:11:44.459Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-21T01:11:45.489Z||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.58.92] 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$$3aaf35a1.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-01-21T01:11:45.490Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@697d6fd3
2022-01-21T01:11:45.490Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-21T01:11:45.490Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-21T01:11:45.491Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-21T01:11:45.491Z||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$$3aaf35a1.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-01-21T01:12:34.451Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-21T01:12:34.452Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-21T01:12:34.452Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-21T01:12:34.454Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-21T01:12:34.458Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 263a36ed-162b-4629-9405-da3ae8443cea url= /sdc/v1/artifactTypes
2022-01-21T01:12:34.459Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-21T01:12:34.627Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-21T01:12:34.634Z||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-01-21T01:12:34.652Z||scheduling-1|||||DEBUG|500||create keys
2022-01-21T01:12:34.658Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-21T01:12:34.688Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:12:34.701Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e7056547-de94-4eb1-b936-4cc56049656b url= /sdc/v1/registerForDistribution
2022-01-21T01:12:34.941Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e7056547-de94-4eb1-b936-4cc56049656b url= /sdc/v1/registerForDistribution
2022-01-21T01:12:34.942Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-21T01:12:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:12:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:12:34.955Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-21T01:12:34.956Z||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-01-21T01:12:34.956Z||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-01-21T01:12:34.957Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:12:34.957Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:12:45.189Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:12:45.210Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:13:34.948Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:13:34.949Z||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-01-21T01:13:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:13:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:13:34.951Z||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-01-21T01:13:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:13:44.488Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:13:44.490Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:14:34.948Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:14:34.949Z||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-01-21T01:14:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:14:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:14:34.950Z||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-01-21T01:14:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:14:44.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:14:44.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:15:34.948Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:15:34.949Z||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-01-21T01:15:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:15:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:15:34.951Z||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-01-21T01:15:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:15:44.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:15:44.488Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:16:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:16:34.949Z||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-01-21T01:16:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:16:34.950Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:16:34.951Z||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-01-21T01:16:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:16:44.487Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:16:44.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:17:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:17:34.949Z||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-01-21T01:17:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:17:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:17:34.951Z||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-01-21T01:17:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:17:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:17:44.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:18:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:18:34.949Z||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-01-21T01:18:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:18:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:18:34.951Z||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-01-21T01:18:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:18:44.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:18:44.488Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:19:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:19:34.949Z||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-01-21T01:19:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:19:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:19:34.951Z||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-01-21T01:19:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:19:44.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:19:44.487Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:20:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:20:34.950Z||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-01-21T01:20:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:20:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:20:34.951Z||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-01-21T01:20:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:20:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:20:44.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:20:55.572Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-21T01:21:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:21:34.949Z||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-01-21T01:21:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:21:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:21:34.950Z||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-01-21T01:21:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:21:44.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:21:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:22:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:22:34.949Z||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-01-21T01:22:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:22:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:22:34.950Z||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-01-21T01:22:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:22:44.490Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:22:44.490Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:23:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:23:34.949Z||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-01-21T01:23:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:23:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:23:34.951Z||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-01-21T01:23:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:23:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:23:44.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:24:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:24:34.949Z||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-01-21T01:24:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:24:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:24:34.950Z||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-01-21T01:24:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:24:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:24:44.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:25:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:25:34.949Z||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-01-21T01:25:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:25:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:25:34.950Z||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-01-21T01:25:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:25:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:25:44.487Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:26:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:26:34.949Z||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-01-21T01:26:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:26:34.951Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:26:34.952Z||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-01-21T01:26:34.952Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:26:44.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:26:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:27:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:27:34.949Z||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-01-21T01:27:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:27:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:27:34.950Z||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-01-21T01:27:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:27:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:27:44.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:28:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:28:34.949Z||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-01-21T01:28:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:28:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:28:34.951Z||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-01-21T01:28:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:28:44.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:28:44.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:29:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:29:34.949Z||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-01-21T01:29:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:29:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:29:34.950Z||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-01-21T01:29:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:29:44.485Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:29:44.489Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:30:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:30:34.949Z||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-01-21T01:30:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:30:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:30:34.950Z||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-01-21T01:30:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:30:44.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:30:44.490Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:31:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:31:34.949Z||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-01-21T01:31:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:31:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:31:34.950Z||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-01-21T01:31:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:31:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:31:44.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:32:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:32:34.949Z||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-01-21T01:32:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:32:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:32:34.950Z||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-01-21T01:32:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:32:44.483Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:32:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:33:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:33:34.949Z||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-01-21T01:33:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:33:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:33:34.950Z||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-01-21T01:33:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:33:44.506Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:33:44.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:34:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:34:34.949Z||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-01-21T01:34:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:34:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:34:34.951Z||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-01-21T01:34:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:34:44.487Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:34:44.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:35:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:35:34.949Z||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-01-21T01:35:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:35:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:35:34.951Z||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-01-21T01:35:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:35:44.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:35:44.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:36:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:36:34.949Z||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-01-21T01:36:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:36:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:36:34.950Z||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-01-21T01:36:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:36:44.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:36:44.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:37:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:37:34.949Z||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-01-21T01:37:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:37:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:37:34.950Z||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-01-21T01:37:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:37:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:37:44.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:38:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:38:34.950Z||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-01-21T01:38:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:38:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:38:34.951Z||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-01-21T01:38:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:38:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:38:44.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:39:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:39:34.949Z||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-01-21T01:39:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:39:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:39:34.950Z||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-01-21T01:39:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:39:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:39:44.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:40:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:40:34.949Z||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-01-21T01:40:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:40:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:40:34.951Z||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-01-21T01:40:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:40:44.488Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:40:44.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:41:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:41:34.949Z||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-01-21T01:41:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:41:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:41:34.950Z||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-01-21T01:41:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:41:44.483Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:41:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:42:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:42:34.949Z||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-01-21T01:42:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:42:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:42:34.950Z||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-01-21T01:42:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:42:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:42:44.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:43:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:43:34.949Z||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-01-21T01:43:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:43:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:43:34.951Z||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-01-21T01:43:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:43:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:43:44.485Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:44:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:44:34.949Z||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-01-21T01:44:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:44:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:44:34.951Z||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-01-21T01:44:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:44:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:44:44.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:45:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:45:34.949Z||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-01-21T01:45:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:45:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:45:34.951Z||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-01-21T01:45:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:45:44.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:45:44.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:46:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:46:34.949Z||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-01-21T01:46:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:46:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:46:34.950Z||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-01-21T01:46:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:46:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:46:44.484Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:47:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:47:34.949Z||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-01-21T01:47:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:47:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:47:34.950Z||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-01-21T01:47:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:47:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:47:44.484Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:48:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:48:34.949Z||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-01-21T01:48:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:48:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:48:34.950Z||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-01-21T01:48:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:48:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:48:44.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:49:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:49:34.949Z||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-01-21T01:49:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:49:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:49:34.951Z||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-01-21T01:49:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:49:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:49:44.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:50:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:50:34.949Z||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-01-21T01:50:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:50:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:50:34.950Z||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-01-21T01:50:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:50:44.485Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:50:44.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:51:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:51:34.949Z||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-01-21T01:51:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:51:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:51:34.950Z||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-01-21T01:51:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:51:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:51:44.486Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:52:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:52:34.949Z||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-01-21T01:52:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:52:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:52:34.950Z||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-01-21T01:52:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:52:44.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:52:44.485Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:53:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:53:34.949Z||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-01-21T01:53:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:53:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:53:34.950Z||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-01-21T01:53:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:53:44.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:53:44.484Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:54:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:54:34.949Z||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-01-21T01:54:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:54:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:54:34.951Z||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-01-21T01:54:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:54:44.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:54:44.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:55:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:55:34.949Z||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-01-21T01:55:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:55:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:55:34.950Z||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-01-21T01:55:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:55:44.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:55:44.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:56:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:56:34.949Z||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-01-21T01:56:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:56:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:56:34.950Z||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-01-21T01:56:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:56:44.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:56:44.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:57:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:57:34.949Z||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-01-21T01:57:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:57:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:57:34.950Z||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-01-21T01:57:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:57:44.486Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:57:44.486Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:58:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:58:34.949Z||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-01-21T01:58:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:58:34.950Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:58:34.950Z||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-01-21T01:58:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:58:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:58:44.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:59:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:59:34.949Z||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-01-21T01:59:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:59:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T01:59:34.951Z||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-01-21T01:59:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T01:59:44.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T01:59:44.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:00:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:00:34.949Z||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-01-21T02:00:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:00:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:00:34.950Z||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-01-21T02:00:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:00:44.482Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:00:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:34.948Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:01:34.949Z||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-01-21T02:01:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:01:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:01:34.950Z||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-01-21T02:01:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:01:35.568Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:35.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d55ce7eb-6c53-49a8-a3b8-1d4df56aa988","serviceName":"basic_onboard_Xdwspg","serviceVersion":"1.0","serviceUUID":"ed50a33b-8d0b-4fce-998b-96509c168cbf","serviceDescription":"service","serviceInvariantUUID":"6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e","resources":[{"resourceInstanceName":"basic_onboard_Xdwspg 0","resourceName":"basic_onboard_Xdwspg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c432cd3-a0e1-411f-ba4c-a23a7677480a","resourceInvariantUUID":"212866e4-71a5-4277-8cd8-8262d4e50a7a","resourceCustomizationUUID":"a11533c5-6ded-46ea-bb0a-7f6eabe85449","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml","artifactChecksum":"OWVmYzk5ZGU4MWMzNjk3NTk0ZGVjODUwNjY3OTYxODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"591d2e2a-21df-4a49-a4d9-abccaca105eb","artifactVersion":"1"},{"artifactName":"basic_onboard_xdwspg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json","artifactChecksum":"MTYzMzY0MGJjMjFiMzQ0MjM5YzBmNjg4OWMxMDhlNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f276ccce-7ce1-4e00-a383-d893ced5ee3a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e737366-9687-457e-a26c-e55d433ce591","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"822d0ce8-e73d-4964-969d-04653795061e","artifactVersion":"2","generatedFromUUID":"c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXdwspg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml","artifactChecksum":"OTMyNDZhNjAzYjI0MDI3ZDBmODZmN2UzMzRlNjAwODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd05ec24-5529-4e25-a4ac-9fd347df07c0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXdwspg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar","artifactChecksum":"ZWIzNzNlNmRiMTkyMzFlYjQ2Nzg4Y2FhZWNhZjJkMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42af206d-2012-47f7-91a2-f115f57fad0d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:01:35.573Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:35.575Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:35.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.580Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:35.587Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:35.587Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730452408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730450494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730455349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730452709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730449092,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730464310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730464307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730457629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730464312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730465320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730465432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730465460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "policy-id",
  "timestamp": 1642730466324,
  "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=?
2022-01-21T02:01:35.688Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-21T02:01:35.690Z||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-01-21T02:01:35.691Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:35.697Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:35.698Z||pool-3-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:01:35.730Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.744Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730466477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730467564,
  "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-01-21T02:01:35.769Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.769Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730460994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:35.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:01:35.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730468569,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730468899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730469314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "cds",
  "timestamp": 1642730469914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-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-01-21T02:01:35.777Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.778Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730470318,
  "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-01-21T02:01:35.785Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.785Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730475378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "aai-ml",
  "timestamp": 1642730476383,
  "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-01-21T02:01:35.791Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.791Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:35.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730478522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730479592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:01:35.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "clamp",
  "timestamp": 1642730480596,
  "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-01-21T02:01:35.798Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
2022-01-21T02:01:35.798Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:01:36.592Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:36.592Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:36.594Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:36.594Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:01:36.694Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:36.694Z||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-01-21T02:01:36.695Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:36.702Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:36.702Z||pool-4-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:37.594Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:37.595Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:37.597Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:37.597Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:01:37.697Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:37.698Z||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-01-21T02:01:37.698Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:37.705Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:37.705Z||pool-5-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:38.598Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:38.598Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:38.600Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:38.600Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:38.700Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:38.701Z||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-01-21T02:01:38.701Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:38.708Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:38.709Z||pool-6-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:01:39.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:39.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:39.603Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:39.603Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-21T02:01:39.703Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:01:39.704Z||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-01-21T02:01:39.704Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:39.711Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:39.711Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:40.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:40.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:40.606Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:40.606Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:01:40.706Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:40.707Z||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-01-21T02:01:40.707Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:40.714Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:40.714Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:41.607Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:01:41.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:41.610Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:41.610Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:01:41.710Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:41.711Z||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-01-21T02:01:41.711Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:41.717Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:41.718Z||pool-9-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:42.612Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "serviceName": "basic_onboard_Xdwspg",
  "serviceVersion": "1.0",
  "serviceUUID": "ed50a33b-8d0b-4fce-998b-96509c168cbf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Xdwspg 0",
      "resourceCustomizationUUID": "a11533c5-6ded-46ea-bb0a-7f6eabe85449",
      "resourceName": "basic_onboard_Xdwspg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c432cd3-a0e1-411f-ba4c-a23a7677480a",
      "resourceInvariantUUID": "212866e4-71a5-4277-8cd8-8262d4e50a7a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xdwspg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
          "artifactChecksum": "MTYzMzY0MGJjMjFiMzQ0MjM5YzBmNjg4OWMxMDhlNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f276ccce-7ce1-4e00-a383-d893ced5ee3a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "822d0ce8-e73d-4964-969d-04653795061e",
            "generatedFromUUID": "c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "822d0ce8-e73d-4964-969d-04653795061e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXdwspg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
      "artifactChecksum": "ZWIzNzNlNmRiMTkyMzFlYjQ2Nzg4Y2FhZWNhZjJkMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "42af206d-2012-47f7-91a2-f115f57fad0d"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:01:42.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:01:42.613Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed50a33b-8d0b-4fce-998b-96509c168cbf ASDC
2022-01-21T02:01:42.705Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
ServiceName:basic_onboard_Xdwspg
ServiceVersion:1.0
ServiceUUID:ed50a33b-8d0b-4fce-998b-96509c168cbf
ServiceInvariantUUID:6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXdwspg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
ArtifactUUID:42af206d-2012-47f7-91a2-f115f57fad0d
ArtifactChecksum:ZWIzNzNlNmRiMTkyMzFlYjQ2Nzg4Y2FhZWNhZjJkMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Xdwspg 0
ResourceCustomizationUUID:a11533c5-6ded-46ea-bb0a-7f6eabe85449
ResourceInvariantUUID:212866e4-71a5-4277-8cd8-8262d4e50a7a
ResourceName:basic_onboard_Xdwspg
ResourceType:VF
ResourceUUID:2c432cd3-a0e1-411f-ba4c-a23a7677480a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xdwspg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
ArtifactUUID:f276ccce-7ce1-4e00-a383-d893ced5ee3a
ArtifactChecksum:MTYzMzY0MGJjMjFiMzQ0MjM5YzBmNjg4OWMxMDhlNTk=
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/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c
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/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
ArtifactUUID:822d0ce8-e73d-4964-969d-04653795061e
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/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
ArtifactUUID:822d0ce8-e73d-4964-969d-04653795061e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-21T02:01:42.706Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed50a33b-8d0b-4fce-998b-96509c168cbf 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-01-21T02:01:42.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:01:42.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:01:42.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:01:42.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 42af206d-2012-47f7-91a2-f115f57fad0d from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:42.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:42.755Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:42.981Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:42.994Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar 42af206d-2012-47f7-91a2-f115f57fad0d 71532
2022-01-21T02:01:42.995Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar ASDC sendASDCNotification
2022-01-21T02:01:42.995Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:42.996Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:42.997Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:42.999Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:42.999Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730502994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:43.099Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:43.100Z||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-01-21T02:01:43.100Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:43.107Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:43.107Z||pool-10-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:43.999Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:01:44.000Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:01:44.001Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 42af206d-2012-47f7-91a2-f115f57fad0d, URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar to file: /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.001Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.067Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.068Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:44.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13345180751108469111/Definitions/service-BasicOnboardXdwspg-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-01-21T02:01:46.105Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-21T02:01:46.109Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Xdwspg 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-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||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-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:46.110Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:01:46.116Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.117Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.120Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.127Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:01:46.128Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:01:46.130Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.131Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.133Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:01:46.134Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:01:46.135Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.135Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:46.136Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:46.137Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is not matching search criteria
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d81102ea-b161-4dea-a859-4b526b7ca5f8
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.138Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:46.139Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Xdwspg
Description:service
Model UUID:ed50a33b-8d0b-4fce-998b-96509c168cbf
Model Version:NULL
Model InvariantUuid:6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Xdwspg
Model UUID:28afb66f-d1a4-4874-820d-125ed94c2647
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:212866e4-71a5-4277-8cd8-8262d4e50a7a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a11533c5-6ded-46ea-bb0a-7f6eabe85449
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:afea80a0-204a-4122-988f-c5e11f84531c
ModelName:BasicOnboardXdwspg..base_ubuntu18..module-0
ModelUuid:aafbac80-8682-4a25-b0ad-c78f479c6307
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d81102ea-b161-4dea-a859-4b526b7ca5f8
ModelInvariantUuid:264f5d74-cec2-4c48-bb2f-de579fdf6450
ModelName:basic_onboard_Xdwspg-nodes.ubuntu18Cvfc
ModelUuid:38927287-0d66-4b9e-bca0-00359f8f2fe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:73d08c1c-acce-4314-a5a2-818bfaf1aba0
ModelInvariantUuid:8153afae-bc46-4018-a9d8-eb25bc3bc46e
ModelName:BasicOnboardXdwspg.compute.nodes.heat.ubuntu18
ModelUuid:b6e1a9e3-b32b-42a2-8a7e-1e3eb2fc7aae
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-01-21T02:01:46.150Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c432cd3-a0e1-411f-ba4c-a23a7677480a
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-01-21T02:01:46.217Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||basic_onboard_Xdwspg 0
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c432cd3-a0e1-411f-ba4c-a23a7677480a
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f276ccce-7ce1-4e00-a383-d893ced5ee3a from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:46.229Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json f276ccce-7ce1-4e00-a383-d893ced5ee3a 798
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json ASDC sendASDCNotification
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:46.384Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:46.385Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:46.386Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:46.387Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730506384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:46.487Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:46.488Z||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-01-21T02:01:46.489Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:46.496Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:46.497Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:01:47.388Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXdwspg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "afea80a0-204a-4122-988f-c5e11f84531c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aafbac80-8682-4a25-b0ad-c78f479c6307",
    "vfModuleModelCustomizationUUID": "46cefdbf-adb6-4c64-b773-a65d41b50196",
    "isBase": true,
    "artifacts": [
      "c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c",
      "822d0ce8-e73d-4964-969d-04653795061e"
    ],
    "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-01-21T02:01:47.400Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXdwspg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aafbac80-8682-4a25-b0ad-c78f479c6307
VfModuleModelInvariantUUID:afea80a0-204a-4122-988f-c5e11f84531c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c
,
822d0ce8-e73d-4964-969d-04653795061e

}
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-01-21T02:01:47.402Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXdwspg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "afea80a0-204a-4122-988f-c5e11f84531c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aafbac80-8682-4a25-b0ad-c78f479c6307",
    "vfModuleModelCustomizationUUID": "46cefdbf-adb6-4c64-b773-a65d41b50196",
    "isBase": true,
    "artifacts": [
      "c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c",
      "822d0ce8-e73d-4964-969d-04653795061e"
    ],
    "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-01-21T02:01:47.402Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXdwspg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aafbac80-8682-4a25-b0ad-c78f479c6307
VfModuleModelInvariantUUID:afea80a0-204a-4122-988f-c5e11f84531c
VfModuleModelDescription:NULL
Artifacts UUID List:{
c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c
,
822d0ce8-e73d-4964-969d-04653795061e

}
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-01-21T02:01:47.403Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:47.403Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:47.403Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:47.446Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:47.446Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml c7e9cacf-8511-4ae9-bdc4-d7fa96ae6a4c 5033
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:47.447Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:47.448Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:47.448Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730507447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:47.548Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:47.549Z||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-01-21T02:01:47.549Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:47.554Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:47.555Z||pool-12-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:48.449Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 822d0ce8-e73d-4964-969d-04653795061e from URL: /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:48.450Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:01:48.450Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:48.496Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:01:48.496Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env 822d0ce8-e73d-4964-969d-04653795061e 909
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:01:48.497Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:48.499Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:48.499Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730508497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:01:48.599Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:48.600Z||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-01-21T02:01:48.600Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:48.607Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:48.607Z||pool-13-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:49.500Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ed50a33b-8d0b-4fce-998b-96509c168cbf
2022-01-21T02:01:49.500Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Xdwspg 0 2c432cd3-a0e1-411f-ba4c-a23a7677480a 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-01-21T02:01:49.523Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cf2f1af, org.onap.sdc.toscaparser.api.parameters.Input@5454161d, org.onap.sdc.toscaparser.api.parameters.Input@2a3cc5c1, org.onap.sdc.toscaparser.api.parameters.Input@5a08af5e, org.onap.sdc.toscaparser.api.parameters.Input@12c4239]
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-21T02:01:49.526Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a11533c5-6ded-46ea-bb0a-7f6eabe85449
2022-01-21T02:01:49.527Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a11533c5-6ded-46ea-bb0a-7f6eabe85449 matches Tosca VF Customization UUID: a11533c5-6ded-46ea-bb0a-7f6eabe85449
2022-01-21T02:01:49.527Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a11533c5-6ded-46ea-bb0a-7f6eabe85449  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-01-21T02:01:49.531Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.531Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.532Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a11533c5-6ded-46ea-bb0a-7f6eabe85449: {\"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-01-21T02:01:49.532Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47c79505
2022-01-21T02:01:49.532Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.533Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:01:49.533Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 46cefdbf-adb6-4c64-b773-a65d41b50196
2022-01-21T02:01:49.534Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 46cefdbf-adb6-4c64-b773-a65d41b50196
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-01-21T02:01:49.537Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.538Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.538Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:49.538Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is not matching search criteria
2022-01-21T02:01:49.539Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-21T02:01:49.540Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:01:49.540Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d81102ea-b161-4dea-a859-4b526b7ca5f8
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-01-21T02:01:49.547Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.547Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.547Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:01:49.548Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.548Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_Xdwspg 0 is matching search criteria
2022-01-21T02:01:49.548Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_Xdwspg 0] matching following query criteria: sdcType=VF, customizationUUID=a11533c5-6ded-46ea-bb0a-7f6eabe85449
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-01-21T02:01:49.549Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.549Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ed50a33b-8d0b-4fce-998b-96509c168cbf: basic_onboard_Xdwspg
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.550Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:01:49.551Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_Xdwspg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:01:49.552Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_Xdwspg 
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-01-21T02:01:49.740Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Xdwspg 2c432cd3-a0e1-411f-ba4c-a23a7677480a 1 ASDC deployResourceStructure
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json ASDC sendASDCNotification
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:49.741Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:49.742Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:49.742Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730509741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:49.852Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-01-21T02:01:49.853Z||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-01-21T02:01:49.853Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:49.859Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:49.859Z||pool-14-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:50.743Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-21T02:01:50.744Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml
2022-01-21T02:01:50.744Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:50.744Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:50.746Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:50.746Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730510743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:50.846Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:50.846Z||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-01-21T02:01:50.846Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:50.853Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:50.853Z||pool-15-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:51.746Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-21T02:01:51.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env
2022-01-21T02:01:51.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:51.747Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:51.749Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:51.749Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730511746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:51.849Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:51.850Z||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-01-21T02:01:51.850Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:51.857Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:51.857Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:52.750Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar ASDC sendASDCNotification
2022-01-21T02:01:52.750Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar
2022-01-21T02:01:52.750Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:01:52.751Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:01:52.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:01:52.753Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730512750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:01:52.853Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:01:52.854Z||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-01-21T02:01:52.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:01:52.860Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:01:52.861Z||pool-17-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:01:53.754Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:01:53.768Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:01:53.771Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:01:53.772Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:01:53.772Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-21T02:01:53.774Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:02:23.774Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 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-01-21T02:02:23.781Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 and serviceModelVersionId: ed50a33b-8d0b-4fce-998b-96509c168cbf
2022-01-21T02:02:23.781Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e
2022-01-21T02:02:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:02:34.950Z||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-01-21T02:02:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:02:35.068Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:02:35.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:02:35.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:02:35.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:02:35.072Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0
2022-01-21T02:02:35.181Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:02:35.601Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?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-01-21T02:02:35.605Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0|INFO|500||Invoke
2022-01-21T02:02:35.702Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:02:36.037Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0|INFO|500||InvokeReturn
2022-01-21T02:02:36.038Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6af640d9-02c8-4cd9-9e1f-3c4ce2db5f4e/model-vers/model-ver/ed50a33b-8d0b-4fce-998b-96509c168cbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220121-02:02:35:709-68555], vertex-id=[155856], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:02:35 GMT], Content-Type=[application/json]}
2022-01-21T02:02:36.038Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:02:36.042Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:02:36.043Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-21T02:02:36.048Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-21T02:02:36.053Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d55ce7eb-6c53-49a8-a3b8-1d4df56aa988 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:02:36.054Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:02:36.054Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:02:36.056Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:02:36.056Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730556053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:02:36.156Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:02:36.157Z||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-01-21T02:02:36.157Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:02:36.162Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:02:36.163Z||pool-18-thread-1|||||INFO|500||cambria reply ok (7 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-01-21T02:02:37.070Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:02:37.071Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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-01-21T02:02:37.071Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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 GA56EUWC164xREHU) ...
2022-01-21T02:02:46.601Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:03:34.948Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:03:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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-01-21T02:03:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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 GA56EUWC164xREHU) ...
2022-01-21T02:03:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:03:34.950Z||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-01-21T02:03:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:03:34.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:03:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:03:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730494948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730502994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730506384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730507447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730508497,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730509741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/basic_onboard_xdwspg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730510743,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730511746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/resourceInstances/basic_onboard_xdwspg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:03:34.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:34.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:03:34.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730512750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXdwspg/1.0/artifacts/service-BasicOnboardXdwspg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:03:34.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:03:44.485Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:34.948Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:04:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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-01-21T02:04:34.949Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|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 GA56EUWC164xREHU) ...
2022-01-21T02:04:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:04:34.950Z||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-01-21T02:04:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:04:34.974Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:04:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d55ce7eb-6c53-49a8-a3b8-1d4df56aa988",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730556053,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:04:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:04:35.571Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:35.572Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-21T02:04:35.572Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"21d14b7a-1eba-4fe1-9344-7888a90581ce","serviceName":"vFW 2022-01-21 02-02-02","serviceVersion":"1.0","serviceUUID":"b7237cd0-5c6c-4c32-9a21-671cffb900bb","serviceDescription":"catalog service description","serviceInvariantUUID":"39973353-b94c-4769-88f5-37523172709d","resources":[{"resourceInstanceName":"vFW 46f09cca-88a4 0","resourceName":"vFW 46f09cca-88a4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ef778c3-62d9-4261-8faf-a52ef7d78cb5","resourceInvariantUUID":"46d8fe21-d39b-44f0-b1d6-2ecad576f77d","resourceCustomizationUUID":"acbf136a-7513-4938-8905-4aa20bebe545","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml","artifactChecksum":"NTlmNmJkOWE5MjdkNzViMDVmNDZhNGVmN2VhMGY0ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9e7c597-5010-4ae9-9bf3-d6369f164a1b","artifactVersion":"1"},{"artifactName":"vfw46f09cca88a40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json","artifactChecksum":"ZGI3MDc4NTJkZGE5ZDk0ZjdjODUzMmZiZmFlOTZhNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3352982b-09d0-42d4-bb97-36a13c4a3118","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8dba3545-0c5c-4fa7-b523-9aef04e699f3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml","artifactChecksum":"NjFkMmQ5YTM1M2M0ZDBhMDU5MjgxNDZlYzE5NTZlYTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d95ebbd-eeb0-4251-aa0b-cb455eb45973","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a5a1900-4b43-4f4c-a7ca-72e7a0644127","artifactVersion":"2","generatedFromUUID":"8dba3545-0c5c-4fa7-b523-9aef04e699f3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220121020202-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml","artifactChecksum":"NWY2ODU4ZGYwYjY3ZGZhY2Q2M2FkYjY0MTA5ZDBiMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bea13b5b-8421-4d9e-9ae1-c43ef61eddcc","artifactVersion":"1"},{"artifactName":"service-Vfw20220121020202-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar","artifactChecksum":"MGI5YTkwN2U1ZGQ4YzUxNjRlZmU1ZTQwMjc1YzFmOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d27589fc-3435-41f3-95c7-a714ce6f9d3f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:04:35.575Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:35.576Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:35.577Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:35.577Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:04:35.677Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:04:35.678Z||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-01-21T02:04:35.678Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:35.685Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:35.685Z||pool-19-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:36.578Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:36.579Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:36.580Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:36.580Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:04:36.680Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:36.681Z||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-01-21T02:04:36.682Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:36.688Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:36.688Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:37.581Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:37.581Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:37.583Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:37.583Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:04:37.683Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:37.684Z||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-01-21T02:04:37.684Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:37.691Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:37.691Z||pool-21-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:38.583Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:38.584Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:38.586Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:38.586Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:04:38.687Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-21T02:04:38.687Z||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-01-21T02:04:38.687Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:38.694Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:38.694Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:39.587Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:39.588Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:39.590Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:39.590Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-21T02:04:39.690Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:39.691Z||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-01-21T02:04:39.691Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:39.696Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:39.697Z||pool-23-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:40.590Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:40.591Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:40.593Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:40.593Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:04:40.693Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:40.694Z||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-01-21T02:04:40.694Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:40.701Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:40.701Z||pool-24-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:41.593Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:04:41.594Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:41.596Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:41.596Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:04:41.696Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:41.697Z||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-01-21T02:04:41.697Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:41.704Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:41.705Z||pool-25-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:42.598Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "serviceName": "vFW 2022-01-21 02-02-02",
  "serviceVersion": "1.0",
  "serviceUUID": "b7237cd0-5c6c-4c32-9a21-671cffb900bb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "39973353-b94c-4769-88f5-37523172709d",
  "resources": [
    {
      "resourceInstanceName": "vFW 46f09cca-88a4 0",
      "resourceCustomizationUUID": "acbf136a-7513-4938-8905-4aa20bebe545",
      "resourceName": "vFW 46f09cca-88a4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ef778c3-62d9-4261-8faf-a52ef7d78cb5",
      "resourceInvariantUUID": "46d8fe21-d39b-44f0-b1d6-2ecad576f77d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw46f09cca88a40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
          "artifactChecksum": "ZGI3MDc4NTJkZGE5ZDk0ZjdjODUzMmZiZmFlOTZhNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3352982b-09d0-42d4-bb97-36a13c4a3118",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8dba3545-0c5c-4fa7-b523-9aef04e699f3",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3a5a1900-4b43-4f4c-a7ca-72e7a0644127",
            "generatedFromUUID": "8dba3545-0c5c-4fa7-b523-9aef04e699f3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3a5a1900-4b43-4f4c-a7ca-72e7a0644127",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220121020202-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
      "artifactChecksum": "MGI5YTkwN2U1ZGQ4YzUxNjRlZmU1ZTQwMjc1YzFmOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d27589fc-3435-41f3-95c7-a714ce6f9d3f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:04:42.598Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:04:42.598Z|d55ce7eb-6c53-49a8-a3b8-1d4df56aa988|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b7237cd0-5c6c-4c32-9a21-671cffb900bb ASDC
2022-01-21T02:04:42.598Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:21d14b7a-1eba-4fe1-9344-7888a90581ce
ServiceName:vFW 2022-01-21 02-02-02
ServiceVersion:1.0
ServiceUUID:b7237cd0-5c6c-4c32-9a21-671cffb900bb
ServiceInvariantUUID:39973353-b94c-4769-88f5-37523172709d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220121020202-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
ArtifactUUID:d27589fc-3435-41f3-95c7-a714ce6f9d3f
ArtifactChecksum:MGI5YTkwN2U1ZGQ4YzUxNjRlZmU1ZTQwMjc1YzFmOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 46f09cca-88a4 0
ResourceCustomizationUUID:acbf136a-7513-4938-8905-4aa20bebe545
ResourceInvariantUUID:46d8fe21-d39b-44f0-b1d6-2ecad576f77d
ResourceName:vFW 46f09cca-88a4
ResourceType:VF
ResourceUUID:1ef778c3-62d9-4261-8faf-a52ef7d78cb5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw46f09cca88a40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
ArtifactUUID:3352982b-09d0-42d4-bb97-36a13c4a3118
ArtifactChecksum:ZGI3MDc4NTJkZGE5ZDk0ZjdjODUzMmZiZmFlOTZhNDA=
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/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
ArtifactUUID:8dba3545-0c5c-4fa7-b523-9aef04e699f3
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/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
ArtifactUUID:3a5a1900-4b43-4f4c-a7ca-72e7a0644127
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/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
ArtifactUUID:3a5a1900-4b43-4f4c-a7ca-72e7a0644127
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-21T02:04:42.599Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7237cd0-5c6c-4c32-9a21-671cffb900bb 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-01-21T02:04:42.625Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:04:42.625Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d27589fc-3435-41f3-95c7-a714ce6f9d3f from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:42.626Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:42.874Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar d27589fc-3435-41f3-95c7-a714ce6f9d3f 98895
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar ASDC sendASDCNotification
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:42.879Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:42.880Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:42.881Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:42.881Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730682879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:04:42.981Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:42.982Z||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-01-21T02:04:42.982Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:42.989Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:42.989Z||pool-26-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:04:43.882Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:04:43.883Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-21T02:04:43.883Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d27589fc-3435-41f3-95c7-a714ce6f9d3f, URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar to file: /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:43.883Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220121020202-csar.csar
2022-01-21T02:04:43.884Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:43.884Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:44.146Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15470336418650560860/Definitions/service-Vfw20220121020202-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-21T02:04:45.884Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.885Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 46f09cca-88a4 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-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.886Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.887Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.888Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.889Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.890Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:45.891Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.892Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.893Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.894Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.895Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:45.896Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:45.897Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1952442-554f-4748-88e3-202466c82dd5
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.898Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:45.899Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.900Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=33a3a27b-7c17-4150-a337-e0492b7e8222
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:45.901Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:45.902Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=60ce953d-3645-4bd6-9900-71a40187c308
2022-01-21T02:04:45.903Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.904Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:45.905Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:45.905Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-21 02-02-02
Description:catalog service description
Model UUID:b7237cd0-5c6c-4c32-9a21-671cffb900bb
Model Version:NULL
Model InvariantUuid:39973353-b94c-4769-88f5-37523172709d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 46f09cca-88a4
Model UUID:21a5cf2f-5406-4c27-8c3f-d08e1182e45d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46d8fe21-d39b-44f0-b1d6-2ecad576f77d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:acbf136a-7513-4938-8905-4aa20bebe545
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4f5bd327-c74c-44f7-95b8-335c56bc6659
ModelName:Vfw46f09cca88a4..base_vfw..module-0
ModelUuid:56b8fb9c-1c2b-478c-9367-656f5070aaad
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f1952442-554f-4748-88e3-202466c82dd5
ModelInvariantUuid:b7543dd2-ab77-40dd-af73-24c19fe61b00
ModelName:vFW 46f09cca-88a4-nodes.vfwCvfc
ModelUuid:af357a51-a783-4d7c-9800-08db07ba03b6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0b9af920-61e2-4002-af15-44ce2cbc40cb
ModelInvariantUuid:cb99a490-00a1-44af-8f2a-643a9d67d292
ModelName:Vfw46f09cca88a4.compute.nodes.heat.vfw
ModelUuid:c82d7be6-a550-4ac4-8611-6dd44ea29dd4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:33a3a27b-7c17-4150-a337-e0492b7e8222
ModelInvariantUuid:024cfa77-7a5d-41b6-8091-6a7348e4a9ab
ModelName:vFW 46f09cca-88a4-nodes.vsnCvfc
ModelUuid:c2a7bc9c-ca1c-4637-b5e4-959c186af2f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:05aa6067-3978-438e-8a45-e80ca6f86d45
ModelInvariantUuid:1ee87e45-13c5-4c7a-8157-4a6f91bb1053
ModelName:Vfw46f09cca88a4.compute.nodes.heat.vsn
ModelUuid:302880e7-e53a-417c-8bd2-060be2c24a25
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:60ce953d-3645-4bd6-9900-71a40187c308
ModelInvariantUuid:902bd22c-5155-4bcd-83a4-7bcb68641bb2
ModelName:vFW 46f09cca-88a4-nodes.vpgCvfc
ModelUuid:75d0fc2f-6fca-4e2f-a768-b86dd854d417
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5a4052ab-9d9e-440e-aa4a-3bc737b25cca
ModelInvariantUuid:304a8e5f-0030-4286-9988-5fcc9e0c2df0
ModelName:Vfw46f09cca88a4.compute.nodes.heat.vpg
ModelUuid:12b0645e-322e-4cb6-b242-b5bb8e942bfa
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-01-21T02:04:45.908Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ef778c3-62d9-4261-8faf-a52ef7d78cb5
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-01-21T02:04:45.909Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||vFW 46f09cca-88a4 0
2022-01-21T02:04:45.909Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ef778c3-62d9-4261-8faf-a52ef7d78cb5
2022-01-21T02:04:45.910Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3352982b-09d0-42d4-bb97-36a13c4a3118 from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:45.910Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:45.910Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:46.166Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json 3352982b-09d0-42d4-bb97-36a13c4a3118 785
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json ASDC sendASDCNotification
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:46.167Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:46.168Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:46.169Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:46.169Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730686167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:04:46.269Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:46.270Z||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-01-21T02:04:46.270Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:46.276Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:46.277Z||pool-27-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:47.170Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw46f09cca88a4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4f5bd327-c74c-44f7-95b8-335c56bc6659",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56b8fb9c-1c2b-478c-9367-656f5070aaad",
    "vfModuleModelCustomizationUUID": "147f17d8-7a3a-4974-bbca-342d14693a58",
    "isBase": true,
    "artifacts": [
      "8dba3545-0c5c-4fa7-b523-9aef04e699f3",
      "3a5a1900-4b43-4f4c-a7ca-72e7a0644127"
    ],
    "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-01-21T02:04:47.173Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw46f09cca88a4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56b8fb9c-1c2b-478c-9367-656f5070aaad
VfModuleModelInvariantUUID:4f5bd327-c74c-44f7-95b8-335c56bc6659
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dba3545-0c5c-4fa7-b523-9aef04e699f3
,
3a5a1900-4b43-4f4c-a7ca-72e7a0644127

}
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-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw46f09cca88a4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4f5bd327-c74c-44f7-95b8-335c56bc6659",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56b8fb9c-1c2b-478c-9367-656f5070aaad",
    "vfModuleModelCustomizationUUID": "147f17d8-7a3a-4974-bbca-342d14693a58",
    "isBase": true,
    "artifacts": [
      "8dba3545-0c5c-4fa7-b523-9aef04e699f3",
      "3a5a1900-4b43-4f4c-a7ca-72e7a0644127"
    ],
    "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-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw46f09cca88a4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56b8fb9c-1c2b-478c-9367-656f5070aaad
VfModuleModelInvariantUUID:4f5bd327-c74c-44f7-95b8-335c56bc6659
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dba3545-0c5c-4fa7-b523-9aef04e699f3
,
3a5a1900-4b43-4f4c-a7ca-72e7a0644127

}
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-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8dba3545-0c5c-4fa7-b523-9aef04e699f3 from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:47.175Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:47.370Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:47.370Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml 8dba3545-0c5c-4fa7-b523-9aef04e699f3 20368
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:47.371Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:47.373Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:47.373Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730687371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:04:47.473Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:47.474Z||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-01-21T02:04:47.474Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:47.481Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:47.482Z||pool-28-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:48.373Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3a5a1900-4b43-4f4c-a7ca-72e7a0644127 from URL: /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:48.374Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-21T02:04:48.374Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env 3a5a1900-4b43-4f4c-a7ca-72e7a0644127 2098
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:04:48.424Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:48.426Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:48.426Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730688424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:04:48.526Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:48.526Z||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-01-21T02:04:48.527Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:48.533Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:48.534Z||pool-29-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:49.426Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b7237cd0-5c6c-4c32-9a21-671cffb900bb
2022-01-21T02:04:49.427Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 46f09cca-88a4 0 1ef778c3-62d9-4261-8faf-a52ef7d78cb5 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-01-21T02:04:49.443Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2751673d, org.onap.sdc.toscaparser.api.parameters.Input@19fee5cb, org.onap.sdc.toscaparser.api.parameters.Input@3ee8a7a7, org.onap.sdc.toscaparser.api.parameters.Input@2da55768, org.onap.sdc.toscaparser.api.parameters.Input@1e1b56e]
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= acbf136a-7513-4938-8905-4aa20bebe545
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: acbf136a-7513-4938-8905-4aa20bebe545 matches Tosca VF Customization UUID: acbf136a-7513-4938-8905-4aa20bebe545
2022-01-21T02:04:49.445Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: acbf136a-7513-4938-8905-4aa20bebe545  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-01-21T02:04:49.447Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.447Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.448Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id acbf136a-7513-4938-8905-4aa20bebe545: {\"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-01-21T02:04:49.448Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e275be5
2022-01-21T02:04:49.448Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.449Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:04:49.449Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 147f17d8-7a3a-4974-bbca-342d14693a58
2022-01-21T02:04:49.449Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 147f17d8-7a3a-4974-bbca-342d14693a58
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-01-21T02:04:49.450Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.450Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.451Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:49.452Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:49.453Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.454Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:49.454Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.454Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f1952442-554f-4748-88e3-202466c82dd5
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-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.456Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:49.457Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.458Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-21T02:04:49.459Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.459Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=33a3a27b-7c17-4150-a337-e0492b7e8222
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-01-21T02:04:49.460Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.460Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.461Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.463Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.463Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-21T02:04:49.464Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-21T02:04:49.465Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=60ce953d-3645-4bd6-9900-71a40187c308
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-01-21T02:04:49.466Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Node template vFW 46f09cca-88a4 0 is matching search criteria
2022-01-21T02:04:49.467Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 46f09cca-88a4 0] matching following query criteria: sdcType=VF, customizationUUID=acbf136a-7513-4938-8905-4aa20bebe545
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-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b7237cd0-5c6c-4c32-9a21-671cffb900bb: vFW 46f09cca-88a4
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.469Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-01-21 02-02-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:04:49.470Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-01-21 02-02-02 
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-01-21T02:04:49.573Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 46f09cca-88a4 1ef778c3-62d9-4261-8faf-a52ef7d78cb5 1 ASDC deployResourceStructure
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json ASDC sendASDCNotification
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:49.574Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:49.576Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:49.576Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730689574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:04:49.676Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:49.677Z||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-01-21T02:04:49.677Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:49.683Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:49.684Z||pool-30-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:50.577Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:50.579Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:50.579Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730690577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:04:50.680Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-21T02:04:50.681Z||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-01-21T02:04:50.681Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:50.688Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:50.688Z||pool-31-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:51.580Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-21T02:04:51.581Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env
2022-01-21T02:04:51.581Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:51.581Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:51.583Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:51.583Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730691580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:04:51.683Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:51.684Z||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-01-21T02:04:51.684Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:51.690Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:51.690Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:52.584Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar ASDC sendASDCNotification
2022-01-21T02:04:52.584Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar
2022-01-21T02:04:52.584Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:04:52.585Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:04:52.587Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:04:52.587Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730692584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:04:52.687Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:04:52.688Z||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-01-21T02:04:52.688Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:04:52.695Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:04:52.695Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:04:53.588Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:04:53.594Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:04:53.595Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:04:53.595Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:04:53.596Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:05:23.596Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:05:23.601Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:05:23.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:05:23.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:05:23.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:05:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:05:34.951Z||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-01-21T02:05:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:05:34.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730640994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.975Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730655174,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730649092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "cds",
  "timestamp": 1642730656179,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-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-01-21T02:05:34.981Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:05:34.981Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730656912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730657981,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730659029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642730652709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730660053,
  "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-01-21T02:05:34.992Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:05:34.992Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642730661057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730655349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730663138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730664141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:34.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:34.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "policy-id",
  "timestamp": 1642730665144,
  "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-01-21T02:05:35.002Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:05:35.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730660494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730662408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730670208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730667629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:05:35.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:05:53.602Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:05:53.609Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:05:53.610Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:05:53.611Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:05:53.611Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:06:23.611Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:06:23.616Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:06:23.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:06:23.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:06:23.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:06:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:06:34.951Z||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-01-21T02:06:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:06:35.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:06:35.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730675422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730676535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730678505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730678542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730678571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642730679509,
  "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-01-21T02:06:35.478Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:06:35.478Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:06:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "clamp",
  "timestamp": 1642730679546,
  "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-01-21T02:06:35.486Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:06:35.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:06:35.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "aai-ml",
  "timestamp": 1642730679574,
  "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-01-21T02:06:35.493Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21d14b7a-1eba-4fe1-9344-7888a90581ce
2022-01-21T02:06:35.493Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730674948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730682879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730686167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730687371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730688424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730689574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/vfw46f09cca88a40_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730690577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730691580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/resourceInstances/vfw46f09cca88a40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730692584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220121020202/1.0/artifacts/service-Vfw20220121020202-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:06:35.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:06:53.618Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:06:53.624Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:06:53.627Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:06:53.628Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-21T02:06:53.632Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:07:23.632Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce 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-01-21T02:07:23.637Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21d14b7a-1eba-4fe1-9344-7888a90581ce and serviceModelVersionId: b7237cd0-5c6c-4c32-9a21-671cffb900bb
2022-01-21T02:07:23.637Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39973353-b94c-4769-88f5-37523172709d
2022-01-21T02:07:23.637Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0
2022-01-21T02:07:23.641Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:07:23.675Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|INFO|500||Invoke
2022-01-21T02:07:23.676Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21d14b7a-1eba-4fe1-9344-7888a90581ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b603adb9-06a5-4d7a-b9e9-17f0e822cedd], X-ECOMP-RequestID=[21d14b7a-1eba-4fe1-9344-7888a90581ce], X-TransactionId=[], X-ONAP-RequestID=[21d14b7a-1eba-4fe1-9344-7888a90581ce], Content-Type=[application/merge-patch+json]}
2022-01-21T02:07:23.695Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?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/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:07:23:700-95620], vertex-id=[180352], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:07:23 GMT], Content-Type=[application/json]}
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39973353-b94c-4769-88f5-37523172709d/model-vers/model-ver/b7237cd0-5c6c-4c32-9a21-671cffb900bb?depth=0|INFO|500||InvokeReturn
2022-01-21T02:07:24.025Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:07:24.026Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-21T02:07:24.028Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-21T02:07:24.028Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21d14b7a-1eba-4fe1-9344-7888a90581ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:07:24.028Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:07:24.029Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:07:24.030Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:07:24.030Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730844028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:07:24.130Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:07:24.131Z||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-01-21T02:07:24.131Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:07:24.141Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:07:24.141Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 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-01-21T02:07:25.038Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:25.039Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:07:25.039Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:07:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:34.951Z||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-01-21T02:07:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:07:35.255Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:07:35.255Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:35.256Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:07:35.256Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:07:35.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:07:35.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-21T02:07:35.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "21d14b7a-1eba-4fe1-9344-7888a90581ce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642730844028,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:07:35.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:07:44.785Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:07:44.786Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:07:44.786Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:07:44.786Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:07:54.316Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:08:34.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:08:34.949Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:08:34.949Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:08:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:08:34.950Z||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-01-21T02:08:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:08:44.483Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:08:44.483Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:09:34.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:09:34.949Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:09:34.949Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:09:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:09:34.950Z||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-01-21T02:09:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:09:44.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:09:44.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:10:34.948Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:10:34.949Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:10:34.949Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:10:34.950Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:10:34.950Z||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-01-21T02:10:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:10:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:10:44.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:11:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:11:34.949Z||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-01-21T02:11:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:11:34.950Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:11:34.951Z||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-01-21T02:11:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:11:44.484Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:11:44.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:12:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:12:34.949Z||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-01-21T02:12:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:12:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:12:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|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-01-21T02:12:34.951Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|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 GA56EUWC164xREHU) ...
2022-01-21T02:12:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:12:44.486Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:13:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:13:34.950Z||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-01-21T02:13:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:13:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:13:34.950Z||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-01-21T02:13:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:13:44.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:13:44.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:14:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:14:34.949Z||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-01-21T02:14:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:14:34.950Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:14:34.951Z||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-01-21T02:14:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:14:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:14:44.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:15:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:15:34.949Z||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-01-21T02:15:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:15:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:15:34.950Z||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-01-21T02:15:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:15:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:15:44.483Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:16:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:16:34.949Z||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-01-21T02:16:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:16:34.950Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:16:34.950Z||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-01-21T02:16:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:16:44.481Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:16:44.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:17:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:17:34.949Z||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-01-21T02:17:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:17:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:17:34.950Z||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-01-21T02:17:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:17:44.482Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:17:44.491Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:34.948Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:18:34.949Z||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-01-21T02:18:34.949Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:18:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:18:34.950Z||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-01-21T02:18:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:18:35.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:35.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731489092,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731492709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731501715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731502965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731495349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731495994,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731503968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:18:35.436Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:18:35.436Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:18:35.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731504215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731504908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.442Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731505219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "cds",
  "timestamp": 1642731505913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-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-01-21T02:18:35.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:18:35.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "policy-id",
  "timestamp": 1642731506221,
  "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-01-21T02:18:35.458Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:18:35.458Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:18:35.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731500494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731502408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731511204,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:18:35.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:35.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:18:35.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b3179e7-56e6-4d8e-9eea-172f1ac38b82","serviceName":"Demo_pNF_ed7mH5NZpmszZaVJrLcr","serviceVersion":"1.0","serviceUUID":"7eddcdd2-8abe-4bca-bc3b-495caaff3759","serviceDescription":"catalog service description","serviceInvariantUUID":"4fa32221-7acb-4cec-b422-2a75a3fc0cd1","resources":[{"resourceInstanceName":"pNF 2fdd1655-6e5e 0","resourceName":"pNF 2fdd1655-6e5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b099c841-b8d8-4a52-9e09-3862a3d18279","resourceInvariantUUID":"483ca0a3-5913-4586-95d2-968e56a0292e","resourceCustomizationUUID":"7bc3a9b4-9b1a-44ce-8c3b-04834c64f382","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml","artifactChecksum":"NTc2ODgwZWQzNTNhNTZkNTI5OTA3ZWY3YTQ1MzJmMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c270a57b-ebcf-4818-b819-23a5c39544ad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar","artifactChecksum":"OGRhNTk0OGYxYmRkNWMxNzBkYzQzYzU0OTE0YzdlMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"efba4286-674a-493c-8cd3-316896569140","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0b7fab71-68e2-4ed6-8f8b-267b2c7e7b36","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NGM3NzUwMmE1ODg5NmM5OTkwZGVkMzgyMTFlYzZmZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"aae3508d-484a-4ec8-8cf5-ca715e6ce4a5","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"978b0431-f14a-4b2d-b650-4c1f68dea584","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"95c5897a-ba1c-4e31-9fea-a6b4b64bf1ca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml","artifactChecksum":"NjcyZjAzMWJkNGM0MjIxNmYyYWZmZTBkMjA3ZWJlY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a104ab7a-31df-4432-b3a1-d40b398d43a6","artifactVersion":"1"},{"artifactName":"service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar","artifactChecksum":"MGMyMWQ1ZDNjZTc3OTA4YmE5MGNiOWJlYzBjZWNiNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e674b20d-7cd4-4157-9e4d-7d58f197823b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:18:35.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:35.570Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:35.571Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:35.572Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:35.672Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:35.672Z||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-01-21T02:18:35.673Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:35.679Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:35.680Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:36.572Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:36.573Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:36.574Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:36.574Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:36.674Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:36.675Z||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-01-21T02:18:36.675Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:36.680Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:36.681Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:37.575Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:37.576Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:37.578Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:37.578Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:37.678Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:37.679Z||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-01-21T02:18:37.679Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:37.686Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:37.687Z||pool-37-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:38.578Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:38.579Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:38.581Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:38.581Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:38.681Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:38.681Z||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-01-21T02:18:38.681Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:38.688Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:38.688Z||pool-38-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:39.581Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:39.582Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:39.583Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:39.583Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:39.683Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:39.684Z||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-01-21T02:18:39.684Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:39.690Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:39.691Z||pool-39-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:40.584Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:40.584Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:40.586Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:40.586Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:40.686Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:40.687Z||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-01-21T02:18:40.687Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:40.693Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:40.693Z||pool-40-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:41.586Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:41.587Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:41.589Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:41.589Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:18:41.689Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:41.690Z||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-01-21T02:18:41.690Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:41.697Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:41.698Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:42.589Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:18:42.590Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:42.592Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:42.592Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:18:42.692Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:42.693Z||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-01-21T02:18:42.694Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:42.702Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:42.703Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:43.593Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "serviceName": "Demo_pNF_ed7mH5NZpmszZaVJrLcr",
  "serviceVersion": "1.0",
  "serviceUUID": "7eddcdd2-8abe-4bca-bc3b-495caaff3759",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4fa32221-7acb-4cec-b422-2a75a3fc0cd1",
  "resources": [
    {
      "resourceInstanceName": "pNF 2fdd1655-6e5e 0",
      "resourceCustomizationUUID": "7bc3a9b4-9b1a-44ce-8c3b-04834c64f382",
      "resourceName": "pNF 2fdd1655-6e5e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b099c841-b8d8-4a52-9e09-3862a3d18279",
      "resourceInvariantUUID": "483ca0a3-5913-4586-95d2-968e56a0292e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
      "artifactChecksum": "MGMyMWQ1ZDNjZTc3OTA4YmE5MGNiOWJlYzBjZWNiNmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e674b20d-7cd4-4157-9e4d-7d58f197823b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:18:43.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:18:43.594Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7eddcdd2-8abe-4bca-bc3b-495caaff3759 ASDC
2022-01-21T02:18:43.594Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8b3179e7-56e6-4d8e-9eea-172f1ac38b82
ServiceName:Demo_pNF_ed7mH5NZpmszZaVJrLcr
ServiceVersion:1.0
ServiceUUID:7eddcdd2-8abe-4bca-bc3b-495caaff3759
ServiceInvariantUUID:4fa32221-7acb-4cec-b422-2a75a3fc0cd1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
ArtifactUUID:e674b20d-7cd4-4157-9e4d-7d58f197823b
ArtifactChecksum:MGMyMWQ1ZDNjZTc3OTA4YmE5MGNiOWJlYzBjZWNiNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2fdd1655-6e5e 0
ResourceCustomizationUUID:7bc3a9b4-9b1a-44ce-8c3b-04834c64f382
ResourceInvariantUUID:483ca0a3-5913-4586-95d2-968e56a0292e
ResourceName:pNF 2fdd1655-6e5e
ResourceType:PNF
ResourceUUID:b099c841-b8d8-4a52-9e09-3862a3d18279
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-21T02:18:43.594Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7eddcdd2-8abe-4bca-bc3b-495caaff3759 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-01-21T02:18:43.612Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:18:43.612Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:18:43.612Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:18:43.613Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e674b20d-7cd4-4157-9e4d-7d58f197823b from URL: /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:43.613Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:18:43.613Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:43.868Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar e674b20d-7cd4-4157-9e4d-7d58f197823b 82618
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar ASDC sendASDCNotification
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:43.872Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:18:43.873Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:43.874Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:43.874Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731523872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:18:43.974Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:43.975Z||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-01-21T02:18:43.975Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:43.982Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:43.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:44.875Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e674b20d-7cd4-4157-9e4d-7d58f197823b, URL: /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar to file: /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.876Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.877Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:44.994Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13205449801275207585/Definitions/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-21T02:18:45.615Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2fdd1655-6e5e 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-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.616Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Node template pNF 2fdd1655-6e5e 0 is matching search criteria
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2fdd1655-6e5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Node template pNF 2fdd1655-6e5e 0 is matching search criteria
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 2fdd1655-6e5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.617Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.618Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ed7mH5NZpmszZaVJrLcr
Description:catalog service description
Model UUID:7eddcdd2-8abe-4bca-bc3b-495caaff3759
Model Version:NULL
Model InvariantUuid:4fa32221-7acb-4cec-b422-2a75a3fc0cd1
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-01-21T02:18:45.627Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: b099c841-b8d8-4a52-9e09-3862a3d18279
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-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||pNF 2fdd1655-6e5e 0
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b099c841-b8d8-4a52-9e09-3862a3d18279
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7eddcdd2-8abe-4bca-bc3b-495caaff3759
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7eddcdd2-8abe-4bca-bc3b-495caaff3759
2022-01-21T02:18:45.631Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2fdd1655-6e5e 0 b099c841-b8d8-4a52-9e09-3862a3d18279 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-01-21T02:18:45.636Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ede0489, org.onap.sdc.toscaparser.api.parameters.Input@501ae988, org.onap.sdc.toscaparser.api.parameters.Input@1f756043, org.onap.sdc.toscaparser.api.parameters.Input@68d3873c, org.onap.sdc.toscaparser.api.parameters.Input@76b72ce3]
2022-01-21T02:18:45.636Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.636Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7eddcdd2-8abe-4bca-bc3b-495caaff3759: pNF 2fdd1655-6e5e
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Processing PNF resource: b099c841-b8d8-4a52-9e09-3862a3d18279
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ed7mH5NZpmszZaVJrLcr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:18:45.637Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7bc3a9b4-9b1a-44ce-8c3b-04834c64f382 is the same as notified resource customizationUUID: 7bc3a9b4-9b1a-44ce-8c3b-04834c64f382
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-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2fdd1655-6e5e b099c841-b8d8-4a52-9e09-3862a3d18279 0 ASDC deployResourceStructure
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar ASDC sendASDCNotification
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar
2022-01-21T02:18:45.686Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:18:45.687Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:18:45.688Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:18:45.688Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731525686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:18:45.788Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:18:45.789Z||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-01-21T02:18:45.789Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:18:45.796Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:18:45.797Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:18:46.689Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:18:46.696Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:18:46.698Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:18:46.698Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:18:46.698Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:19:16.699Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:19:16.708Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:19:16.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:19:16.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:19:16.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:19:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:19:34.951Z||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-01-21T02:19:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:19:34.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:19:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:19:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731507630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:19:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:19:46.711Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:19:46.718Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:19:46.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:19:46.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:19:46.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:20:16.720Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:20:16.728Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:20:16.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:20:16.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:20:16.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:20:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:20:34.951Z||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-01-21T02:20:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:20:34.967Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:20:34.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:20:34.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:20:34.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:20:46.731Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:20:46.740Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:20:46.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:20:46.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:20:46.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:21:16.745Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:21:16.752Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:21:16.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:21:16.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:21:16.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:21:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:21:34.951Z||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-01-21T02:21:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:21:34.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:21:34.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731515584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731516501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "aai-ml",
  "timestamp": 1642731516587,
  "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-01-21T02:21:34.980Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:21:34.980Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731518237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731518611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731519240,
  "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-01-21T02:21:34.992Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:21:34.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/resourceInstances/pnf2fdd16556e5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731520618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:34.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "clamp",
  "timestamp": 1642731521622,
  "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-01-21T02:21:35.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
2022-01-21T02:21:35.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731514948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731523872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731525686,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfEd7mh5nzpmszzavjrlcr/1.0/artifacts/service-DemoPnfEd7mh5nzpmszzavjrlcr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:35.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731552709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731549092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731560911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731555349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731562209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731555994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731563212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731563503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731563919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731564215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731564524,
  "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-01-21T02:21:35.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:21:35.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:21:35.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.033Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "cds",
  "timestamp": 1642731564923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-21T02:21:35.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:21:35.035Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.041Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "policy-id",
  "timestamp": 1642731565218,
  "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-01-21T02:21:35.044Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:21:35.044Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731565529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731560494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731562408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731570290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731572616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731567629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731574624,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:21:35.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:21:46.754Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:21:46.762Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:21:46.765Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:21:46.766Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-01-21T02:21:46.770Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:22:16.771Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 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-01-21T02:22:16.775Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 and serviceModelVersionId: 7eddcdd2-8abe-4bca-bc3b-495caaff3759
2022-01-21T02:22:16.775Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fa32221-7acb-4cec-b422-2a75a3fc0cd1
2022-01-21T02:22:16.776Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0
2022-01-21T02:22:16.780Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:22:16.819Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|INFO|500||Invoke
2022-01-21T02:22:16.820Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b3179e7-56e6-4d8e-9eea-172f1ac38b82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44a7c0e3-c4d3-44cd-b5eb-2287e11fb5de], X-ECOMP-RequestID=[8b3179e7-56e6-4d8e-9eea-172f1ac38b82], X-TransactionId=[], X-ONAP-RequestID=[8b3179e7-56e6-4d8e-9eea-172f1ac38b82], Content-Type=[application/merge-patch+json]}
2022-01-21T02:22:16.838Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:22:16.922Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?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/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:22:16:844-31646], vertex-id=[241888], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:22:16 GMT], Content-Type=[application/json]}
2022-01-21T02:22:16.923Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:22:16.923Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fa32221-7acb-4cec-b422-2a75a3fc0cd1/model-vers/model-ver/7eddcdd2-8abe-4bca-bc3b-495caaff3759?depth=0|INFO|500||InvokeReturn
2022-01-21T02:22:16.924Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:22:16.924Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-01-21T02:22:16.926Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-01-21T02:22:16.927Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b3179e7-56e6-4d8e-9eea-172f1ac38b82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:22:16.927Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:22:16.927Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:16.928Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:16.928Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731736927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:22:17.028Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:17.029Z||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-01-21T02:22:17.029Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:17.037Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:17.038Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 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-01-21T02:22:17.937Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:22:17.937Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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-01-21T02:22:17.937Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|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 GA56EUWC164xREHU) ...
2022-01-21T02:22:22.249Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:22.250Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:22:22.250Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e543a02c-e3e3-45db-a291-2e40115f0a1f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"25424647-dadf-4a38-973d-e9b8689c7892","serviceDescription":"service","serviceInvariantUUID":"f70dcb1b-8a98-4f24-991a-3a83276cdcc1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfdfacec-72f0-445b-b72f-89399ad4e0b0","resourceInvariantUUID":"a05baab0-770e-4633-a3dc-29d21c404789","resourceCustomizationUUID":"f0d1978a-07db-42b7-a965-cd875cddc250","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":"Nzg2Y2Q2NGJkODc5YmFkNDhjZjU4ZjE2ZjM4Y2Y2ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fd51f6d-fac0-451b-8d0b-4296d4a3afcb","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":"ZjhkOGI1MWE2NzU1YzllMWE1ODIwMjMzOTBiZGFjZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c995ca8-bd43-4e65-9ea4-b3ceda68f641","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":"02ab5cf8-3797-4443-87ba-86c0dc0a389b","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":"8972391a-03bc-4aaa-9033-0d3b390697a3","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":"5f541f7b-11a1-4084-908e-db5794ce72ef","artifactVersion":"2","generatedFromUUID":"02ab5cf8-3797-4443-87ba-86c0dc0a389b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWRjZDhlODU5ODc1YmFmMDFmMzhkOTZlMzk4OThmMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f48b484-bb8a-4ae7-b163-fcb8ef63f0ea","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjUzYTRiMGFjYTlkMjUwNGU1OTZlMzg2ZTc5M2QyNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f041dddd-7446-4629-b62c-bcd68e084b7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:22:22.252Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:22.252Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:22.254Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:22.254Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:22.354Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:22.355Z||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-01-21T02:22:22.355Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:22.361Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:22.361Z||pool-46-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:22:23.255Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:23.256Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:23.257Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:23.257Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:23.357Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:23.358Z||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-01-21T02:22:23.358Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:23.364Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:23.364Z||pool-47-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:24.258Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:24.258Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:24.260Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:24.260Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:24.360Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:24.360Z||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-01-21T02:22:24.361Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:24.367Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:24.367Z||pool-48-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:25.260Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:25.261Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:25.262Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:25.263Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:25.363Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:25.363Z||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-01-21T02:22:25.363Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:25.370Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:25.370Z||pool-49-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:26.263Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:26.264Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:26.265Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:26.265Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-21T02:22:26.365Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:26.366Z||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-01-21T02:22:26.366Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:26.372Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:26.372Z||pool-50-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:27.266Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:27.266Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:27.268Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:27.268Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:27.368Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:27.369Z||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-01-21T02:22:27.369Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:27.375Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:27.375Z||pool-51-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:28.268Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:22:28.269Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:28.270Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:28.270Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:28.371Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:22:28.371Z||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-01-21T02:22:28.371Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:28.377Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:28.378Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:29.271Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "25424647-dadf-4a38-973d-e9b8689c7892",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f70dcb1b-8a98-4f24-991a-3a83276cdcc1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f0d1978a-07db-42b7-a965-cd875cddc250",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dfdfacec-72f0-445b-b72f-89399ad4e0b0",
      "resourceInvariantUUID": "a05baab0-770e-4633-a3dc-29d21c404789",
      "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": "ZjhkOGI1MWE2NzU1YzllMWE1ODIwMjMzOTBiZGFjZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9c995ca8-bd43-4e65-9ea4-b3ceda68f641",
          "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": "02ab5cf8-3797-4443-87ba-86c0dc0a389b",
          "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": "5f541f7b-11a1-4084-908e-db5794ce72ef",
            "generatedFromUUID": "02ab5cf8-3797-4443-87ba-86c0dc0a389b"
          },
          "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": "5f541f7b-11a1-4084-908e-db5794ce72ef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjUzYTRiMGFjYTlkMjUwNGU1OTZlMzg2ZTc5M2QyNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f041dddd-7446-4629-b62c-bcd68e084b7f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:22:29.272Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:22:29.272Z|8b3179e7-56e6-4d8e-9eea-172f1ac38b82|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 25424647-dadf-4a38-973d-e9b8689c7892 ASDC
2022-01-21T02:22:29.272Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e543a02c-e3e3-45db-a291-2e40115f0a1f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:25424647-dadf-4a38-973d-e9b8689c7892
ServiceInvariantUUID:f70dcb1b-8a98-4f24-991a-3a83276cdcc1
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:f041dddd-7446-4629-b62c-bcd68e084b7f
ArtifactChecksum:YjUzYTRiMGFjYTlkMjUwNGU1OTZlMzg2ZTc5M2QyNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f0d1978a-07db-42b7-a965-cd875cddc250
ResourceInvariantUUID:a05baab0-770e-4633-a3dc-29d21c404789
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:dfdfacec-72f0-445b-b72f-89399ad4e0b0
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:9c995ca8-bd43-4e65-9ea4-b3ceda68f641
ArtifactChecksum:ZjhkOGI1MWE2NzU1YzllMWE1ODIwMjMzOTBiZGFjZWE=
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:02ab5cf8-3797-4443-87ba-86c0dc0a389b
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:5f541f7b-11a1-4084-908e-db5794ce72ef
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:5f541f7b-11a1-4084-908e-db5794ce72ef
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-21T02:22:29.272Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25424647-dadf-4a38-973d-e9b8689c7892 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-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f041dddd-7446-4629-b62c-bcd68e084b7f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:29.291Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:22:29.292Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:29.787Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:22:29.790Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f041dddd-7446-4629-b62c-bcd68e084b7f 71033
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:22:29.791Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:29.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:29.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731749790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:29.893Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:29.894Z||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-01-21T02:22:29.894Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:29.901Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:29.901Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:30.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f041dddd-7446-4629-b62c-bcd68e084b7f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-21T02:22:30.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:30.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:30.965Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4231362219296014190/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-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-BasicVm-csar.csar
2022-01-21T02:22:31.793Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-BasicVm-csar.csar
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-BasicVm-csar.csar
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.794Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-21T02:22:31.795Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.796Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb904dc1-b264-444c-ba13-3c606c154587
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.797Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:31.798Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:25424647-dadf-4a38-973d-e9b8689c7892
Model Version:NULL
Model InvariantUuid:f70dcb1b-8a98-4f24-991a-3a83276cdcc1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a319a79b-2e4d-4769-afaa-9c3af25d4664
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a05baab0-770e-4633-a3dc-29d21c404789
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f0d1978a-07db-42b7-a965-cd875cddc250
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16740c5c-e758-47f7-a8a9-56c4c3594d8c
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:f9e995dc-1103-49ef-b495-a4c1e664d9d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eb904dc1-b264-444c-ba13-3c606c154587
ModelInvariantUuid:0ada65d8-eacb-4bf7-aa81-ad9256e3129c
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:06ef14df-7c2c-40d5-974d-691ebc0dc619
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7c21accf-b34b-49b2-be5f-fe990c1224ed
ModelInvariantUuid:f7abfd91-dd20-414c-a5b1-d0f1d5b59b93
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:92ff69a9-b3bb-413d-9b5c-b0adf9637902
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-01-21T02:22:31.805Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dfdfacec-72f0-445b-b72f-89399ad4e0b0
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-01-21T02:22:31.807Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-01-21T02:22:31.807Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfdfacec-72f0-445b-b72f-89399ad4e0b0
2022-01-21T02:22:31.808Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c995ca8-bd43-4e65-9ea4-b3ceda68f641 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-21T02:22:31.808Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:22:31.808Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.983Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:22:31.984Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 9c995ca8-bd43-4e65-9ea4-b3ceda68f641 787
2022-01-21T02:22:31.984Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.984Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:31.984Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:22:31.985Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:31.986Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:31.987Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731751984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:32.087Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:32.087Z||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-01-21T02:22:32.087Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:32.094Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:32.094Z||pool-54-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:32.987Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "16740c5c-e758-47f7-a8a9-56c4c3594d8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9e995dc-1103-49ef-b495-a4c1e664d9d8",
    "vfModuleModelCustomizationUUID": "9ebb89fc-24fd-4091-bfa9-a55303b99735",
    "isBase": true,
    "artifacts": [
      "02ab5cf8-3797-4443-87ba-86c0dc0a389b",
      "5f541f7b-11a1-4084-908e-db5794ce72ef"
    ],
    "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-01-21T02:22:32.991Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e995dc-1103-49ef-b495-a4c1e664d9d8
VfModuleModelInvariantUUID:16740c5c-e758-47f7-a8a9-56c4c3594d8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
02ab5cf8-3797-4443-87ba-86c0dc0a389b
,
5f541f7b-11a1-4084-908e-db5794ce72ef

}
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-01-21T02:22:32.992Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "16740c5c-e758-47f7-a8a9-56c4c3594d8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9e995dc-1103-49ef-b495-a4c1e664d9d8",
    "vfModuleModelCustomizationUUID": "9ebb89fc-24fd-4091-bfa9-a55303b99735",
    "isBase": true,
    "artifacts": [
      "02ab5cf8-3797-4443-87ba-86c0dc0a389b",
      "5f541f7b-11a1-4084-908e-db5794ce72ef"
    ],
    "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-01-21T02:22:32.993Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e995dc-1103-49ef-b495-a4c1e664d9d8
VfModuleModelInvariantUUID:16740c5c-e758-47f7-a8a9-56c4c3594d8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
02ab5cf8-3797-4443-87ba-86c0dc0a389b
,
5f541f7b-11a1-4084-908e-db5794ce72ef

}
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-01-21T02:22:32.993Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02ab5cf8-3797-4443-87ba-86c0dc0a389b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-21T02:22:32.993Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:22:32.993Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:33.192Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:22:33.192Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 02ab5cf8-3797-4443-87ba-86c0dc0a389b 5033
2022-01-21T02:22:33.192Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:33.192Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:33.192Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:22:33.193Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:33.195Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:33.195Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731753192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:33.295Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:33.296Z||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-01-21T02:22:33.296Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:33.303Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:33.303Z||pool-55-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:34.195Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f541f7b-11a1-4084-908e-db5794ce72ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-21T02:22:34.196Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:22:34.196Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:34.395Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:22:34.396Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5f541f7b-11a1-4084-908e-db5794ce72ef 903
2022-01-21T02:22:34.396Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:34.396Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:34.396Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:22:34.396Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:34.398Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:34.398Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731754396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:34.498Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:34.498Z||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-01-21T02:22:34.498Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:34.504Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:34.504Z||pool-56-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:22:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:22:34.951Z||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-01-21T02:22:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:22:34.961Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731575601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:34.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "clamp",
  "timestamp": 1642731575627,
  "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-01-21T02:22:34.985Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:22:34.985Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:22:34.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731577017,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:34.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:34.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731577657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:34.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:34.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:34.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "aai-ml",
  "timestamp": 1642731578020,
  "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-01-21T02:22:34.997Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:22:34.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:22:35.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731578661,
  "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-01-21T02:22:35.007Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e543a02c-e3e3-45db-a291-2e40115f0a1f
2022-01-21T02:22:35.007Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:22:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.017Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731570994,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731569092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731572709,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731575349,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731586367,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731586381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731586377,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "cds",
  "timestamp": 1642731587385,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-01-21T02:22:35.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 431d665a-84c2-4dcb-acd3-e78e0d1749cf
2022-01-21T02:22:35.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:22:35.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731587381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731587483,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.034Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "policy-id",
  "timestamp": 1642731588384,
  "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-01-21T02:22:35.037Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 431d665a-84c2-4dcb-acd3-e78e0d1749cf
2022-01-21T02:22:35.038Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:22:35.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731588568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731589594,
  "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-01-21T02:22:35.046Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 431d665a-84c2-4dcb-acd3-e78e0d1749cf
2022-01-21T02:22:35.047Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731590597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731597113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "cds",
  "timestamp": 1642731599634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:22:35.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 293b5987-3c2b-4878-af6c-d4f335a17776
2022-01-21T02:22:35.069Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731600385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731601200,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731601587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731602619,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731602792,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731603622,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.077Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731603818,
  "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-01-21T02:22:35.081Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 293b5987-3c2b-4878-af6c-d4f335a17776
2022-01-21T02:22:35.081Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:22:35.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731604291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731604762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731604821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731605295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731605766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731606176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "policy-id",
  "timestamp": 1642731606297,
  "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-01-21T02:22:35.092Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 293b5987-3c2b-4878-af6c-d4f335a17776
2022-01-21T02:22:35.092Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731606369,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "clamp",
  "timestamp": 1642731606771,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-01-21T02:22:35.099Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 431d665a-84c2-4dcb-acd3-e78e0d1749cf
2022-01-21T02:22:35.099Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:22:35.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "aai-ml",
  "timestamp": 1642731607179,
  "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-01-21T02:22:35.107Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 431d665a-84c2-4dcb-acd3-e78e0d1749cf
2022-01-21T02:22:35.107Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731608575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731588388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731592709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731609580,
  "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-01-21T02:22:35.118Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 431d665a-84c2-4dcb-acd3-e78e0d1749cf
2022-01-21T02:22:35.118Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:22:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731610176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "cds",
  "timestamp": 1642731611180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:22:35.133Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32efc44f-1120-4a93-b1dc-976549dbaec9
2022-01-21T02:22:35.133Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:22:35.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731591603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731615067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.141Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731595349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731616189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731616371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731616470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731617240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731617473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731618280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "policy-id",
  "timestamp": 1642731618475,
  "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-01-21T02:22:35.146Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32efc44f-1120-4a93-b1dc-976549dbaec9
2022-01-21T02:22:35.146Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:22:35.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731618669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.152Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731619323,
  "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-01-21T02:22:35.154Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32efc44f-1120-4a93-b1dc-976549dbaec9
2022-01-21T02:22:35.154Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:22:35.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731620325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731620734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731621620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731621737,
  "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-01-21T02:22:35.162Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 293b5987-3c2b-4878-af6c-d4f335a17776
2022-01-21T02:22:35.162Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:22:35.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731623798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731624700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "aai-ml",
  "timestamp": 1642731624800,
  "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-01-21T02:22:35.170Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 293b5987-3c2b-4878-af6c-d4f335a17776
2022-01-21T02:22:35.170Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:22:35.176Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "clamp",
  "timestamp": 1642731625703,
  "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-01-21T02:22:35.178Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 293b5987-3c2b-4878-af6c-d4f335a17776
2022-01-21T02:22:35.179Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731597630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731631906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731592408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731633878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731590494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:22:35.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:22:35.399Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 25424647-dadf-4a38-973d-e9b8689c7892
2022-01-21T02:22:35.399Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dfdfacec-72f0-445b-b72f-89399ad4e0b0 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-01-21T02:22:35.409Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b03aee7, org.onap.sdc.toscaparser.api.parameters.Input@228ee78b, org.onap.sdc.toscaparser.api.parameters.Input@638d34f9, org.onap.sdc.toscaparser.api.parameters.Input@64111567, org.onap.sdc.toscaparser.api.parameters.Input@22a3eb94]
2022-01-21T02:22:35.410Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.411Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.411Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-01-21T02:22:35.411Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f0d1978a-07db-42b7-a965-cd875cddc250
2022-01-21T02:22:35.411Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0d1978a-07db-42b7-a965-cd875cddc250 matches Tosca VF Customization UUID: f0d1978a-07db-42b7-a965-cd875cddc250
2022-01-21T02:22:35.411Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f0d1978a-07db-42b7-a965-cd875cddc250  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-01-21T02:22:35.434Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.434Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.434Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f0d1978a-07db-42b7-a965-cd875cddc250: {\"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-01-21T02:22:35.435Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11b2b2ef
2022-01-21T02:22:35.435Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.435Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:22:35.435Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ebb89fc-24fd-4091-bfa9-a55303b99735
2022-01-21T02:22:35.435Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ebb89fc-24fd-4091-bfa9-a55303b99735
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-01-21T02:22:35.437Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.437Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:35.438Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:35.438Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.438Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:35.438Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:35.438Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.439Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-21T02:22:35.439Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-21T02:22:35.439Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:22:35.439Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eb904dc1-b264-444c-ba13-3c606c154587
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-01-21T02:22:35.441Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.441Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:35.441Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:22:35.442Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.442Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-21T02:22:35.442Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f0d1978a-07db-42b7-a965-cd875cddc250
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-01-21T02:22:35.443Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.444Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.444Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 25424647-dadf-4a38-973d-e9b8689c7892: basic_vm
2022-01-21T02:22:35.444Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.444Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.444Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.445Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.445Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.445Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.445Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.445Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.445Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:22:35.446Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:22:35.446Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:35.510Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dfdfacec-72f0-445b-b72f-89399ad4e0b0 1 ASDC deployResourceStructure
2022-01-21T02:22:35.510Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:35.510Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:35.510Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:22:35.511Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:35.512Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:35.512Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731755510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:35.612Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:35.613Z||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-01-21T02:22:35.613Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:35.619Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:35.619Z||pool-57-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:36.513Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:36.513Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:36.513Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:22:36.513Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:36.515Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:36.515Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731756513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:36.615Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:36.616Z||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-01-21T02:22:36.616Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:36.622Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:36.623Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:37.516Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:37.517Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||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-01-21T02:22:37.517Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:22:37.517Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:37.519Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:37.519Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731757516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:37.619Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:37.619Z||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-01-21T02:22:37.620Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:37.626Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:37.626Z||pool-59-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:22:38.519Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-21T02:22:38.520Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-21T02:22:38.520Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:22:38.520Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:22:38.522Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:22:38.522Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731758519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:22:38.622Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:22:38.623Z||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-01-21T02:22:38.623Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:22:38.629Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:22:38.629Z||pool-60-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:22:39.523Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e543a02c-e3e3-45db-a291-2e40115f0a1f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:22:39.530Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e543a02c-e3e3-45db-a291-2e40115f0a1f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:22:39.532Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-01-21T02:22:39.535Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:23:09.536Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e543a02c-e3e3-45db-a291-2e40115f0a1f 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-01-21T02:23:09.539Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e543a02c-e3e3-45db-a291-2e40115f0a1f and serviceModelVersionId: 25424647-dadf-4a38-973d-e9b8689c7892
2022-01-21T02:23:09.539Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70dcb1b-8a98-4f24-991a-3a83276cdcc1
2022-01-21T02:23:09.540Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70dcb1b-8a98-4f24-991a-3a83276cdcc1/model-vers/model-ver/25424647-dadf-4a38-973d-e9b8689c7892?depth=0
2022-01-21T02:23:09.543Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:23:09.575Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70dcb1b-8a98-4f24-991a-3a83276cdcc1/model-vers/model-ver/25424647-dadf-4a38-973d-e9b8689c7892?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-01-21T02:23:09.576Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70dcb1b-8a98-4f24-991a-3a83276cdcc1/model-vers/model-ver/25424647-dadf-4a38-973d-e9b8689c7892?depth=0|INFO|500||Invoke
2022-01-21T02:23:09.590Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70dcb1b-8a98-4f24-991a-3a83276cdcc1/model-vers/model-ver/25424647-dadf-4a38-973d-e9b8689c7892?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:23:09.971Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70dcb1b-8a98-4f24-991a-3a83276cdcc1/model-vers/model-ver/25424647-dadf-4a38-973d-e9b8689c7892?depth=0|INFO|500||InvokeReturn
2022-01-21T02:23:09.971Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70dcb1b-8a98-4f24-991a-3a83276cdcc1/model-vers/model-ver/25424647-dadf-4a38-973d-e9b8689c7892?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220121-02:23:09:595-56119], vertex-id=[209024], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:23:09 GMT], Content-Type=[application/json]}
2022-01-21T02:23:09.971Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:23:09.971Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:23:09.972Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-01-21T02:23:09.977Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|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-01-21T02:23:09.977Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e543a02c-e3e3-45db-a291-2e40115f0a1f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:23:09.977Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:23:09.977Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:09.979Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:09.979Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731789977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:23:10.079Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:10.080Z||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-01-21T02:23:10.080Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:10.090Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:10.091Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 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-01-21T02:23:10.988Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:23:10.988Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"431d665a-84c2-4dcb-acd3-e78e0d1749cf","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"4b2ca251-a587-4d4c-88bd-13e7d9332718","serviceDescription":"service","serviceInvariantUUID":"e8eca117-8c5a-4336-98fe-d4136f4acee4","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"986204c2-4d52-41d6-9a14-4dce475beae7","resourceInvariantUUID":"12caef0b-9e1d-4f75-aefb-8c1873c8abfc","resourceCustomizationUUID":"78d554ee-d4ea-46c0-addb-1a74c579342c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"01ac0243-a782-4d55-9696-93df7a695dfb","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MmRmOTRiYzNjNzE4YTM4YmY5OTU1OGIxNTY0YTU3NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fdddaf5-8771-4b68-819e-797c4f71714d","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ZjVmMmQ0NzI4YzRkNjY4MGU0OWQxNWQwMWI5YTA5NGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1333838b-9c69-4571-957b-7efa14c72289","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02afc668-5e96-4840-8c87-9711ac4d671d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81282410-67dd-40f2-881c-d688b197038b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aa8b8607-7cf2-4b3e-90b3-66eaf13efb34","artifactVersion":"2","generatedFromUUID":"02afc668-5e96-4840-8c87-9711ac4d671d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YjljMTVmNGVlMzY5NzdmMWYxYTBkZTQ1ZjY1ZjFkZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7db84d5f-24c7-4686-8392-f9354ed47656","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NmE4MzEwZjNiZDVlMzI4ODc0NDFlMzlmY2M2NjAwMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55f80016-dce9-4c2c-b2bb-f162743af708","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:23:10.989Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:10.989Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:10.990Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:10.991Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:23:11.091Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:11.091Z||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-01-21T02:23:11.091Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:11.098Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:11.098Z||pool-62-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:11.991Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:11.992Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:11.994Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:11.994Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:23:12.094Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:12.095Z||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-01-21T02:23:12.095Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:12.101Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:12.101Z||pool-63-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:12.995Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:12.995Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:12.997Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:12.997Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:23:13.098Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:13.098Z||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-01-21T02:23:13.099Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:13.105Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:13.106Z||pool-64-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:23:13.998Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:13.999Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:14.001Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:14.001Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:23:14.101Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:14.101Z||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-01-21T02:23:14.101Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:14.122Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:14.123Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:23:15.001Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:15.002Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:15.004Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:15.004Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:23:15.104Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:15.105Z||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-01-21T02:23:15.105Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:15.112Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:15.112Z||pool-66-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:16.004Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:16.005Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:16.007Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:16.007Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-21T02:23:16.107Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:16.108Z||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-01-21T02:23:16.108Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:16.115Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:16.115Z||pool-67-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:17.008Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:17.009Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:17.011Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:17.011Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:23:17.111Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:17.111Z||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-01-21T02:23:17.111Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:17.118Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:17.118Z||pool-68-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:18.011Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:23:18.012Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:18.014Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:18.014Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:23:18.114Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:18.115Z||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-01-21T02:23:18.115Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:18.123Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:18.123Z||pool-69-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:19.016Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "4b2ca251-a587-4d4c-88bd-13e7d9332718",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e8eca117-8c5a-4336-98fe-d4136f4acee4",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "78d554ee-d4ea-46c0-addb-1a74c579342c",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "986204c2-4d52-41d6-9a14-4dce475beae7",
      "resourceInvariantUUID": "12caef0b-9e1d-4f75-aefb-8c1873c8abfc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ZjVmMmQ0NzI4YzRkNjY4MGU0OWQxNWQwMWI5YTA5NGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1333838b-9c69-4571-957b-7efa14c72289",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "02afc668-5e96-4840-8c87-9711ac4d671d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aa8b8607-7cf2-4b3e-90b3-66eaf13efb34",
            "generatedFromUUID": "02afc668-5e96-4840-8c87-9711ac4d671d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aa8b8607-7cf2-4b3e-90b3-66eaf13efb34",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NmE4MzEwZjNiZDVlMzI4ODc0NDFlMzlmY2M2NjAwMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55f80016-dce9-4c2c-b2bb-f162743af708"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:23:19.016Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:23:19.016Z|e543a02c-e3e3-45db-a291-2e40115f0a1f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b2ca251-a587-4d4c-88bd-13e7d9332718 ASDC
2022-01-21T02:23:19.016Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:431d665a-84c2-4dcb-acd3-e78e0d1749cf
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:4b2ca251-a587-4d4c-88bd-13e7d9332718
ServiceInvariantUUID:e8eca117-8c5a-4336-98fe-d4136f4acee4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:55f80016-dce9-4c2c-b2bb-f162743af708
ArtifactChecksum:NmE4MzEwZjNiZDVlMzI4ODc0NDFlMzlmY2M2NjAwMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:78d554ee-d4ea-46c0-addb-1a74c579342c
ResourceInvariantUUID:12caef0b-9e1d-4f75-aefb-8c1873c8abfc
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:986204c2-4d52-41d6-9a14-4dce475beae7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:1333838b-9c69-4571-957b-7efa14c72289
ArtifactChecksum:ZjVmMmQ0NzI4YzRkNjY4MGU0OWQxNWQwMWI5YTA5NGY=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:02afc668-5e96-4840-8c87-9711ac4d671d
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:aa8b8607-7cf2-4b3e-90b3-66eaf13efb34
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:aa8b8607-7cf2-4b3e-90b3-66eaf13efb34
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-21T02:23:19.017Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b2ca251-a587-4d4c-88bd-13e7d9332718 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-01-21T02:23:19.038Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:23:19.038Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:23:19.038Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:23:19.039Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 55f80016-dce9-4c2c-b2bb-f162743af708 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-21T02:23:19.039Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:23:19.039Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-21T02:23:19.159Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:23:19.162Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 55f80016-dce9-4c2c-b2bb-f162743af708 73658
2022-01-21T02:23:19.162Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-21T02:23:19.162Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-21T02:23:19.162Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:23:19.162Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:19.164Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:19.164Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731799162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:23:19.264Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:19.265Z||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-01-21T02:23:19.265Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:19.271Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:19.272Z||pool-70-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:20.164Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:23:20.165Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:23:20.166Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 55f80016-dce9-4c2c-b2bb-f162743af708, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-21T02:23:20.166Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-21T02:23:20.166Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-21T02:23:20.166Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-21T02:23:20.262Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4811199765594882247/Definitions/service-Basicclamp-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-01-21T02:23:21.133Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.134Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-Basicclamp-csar.csar
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.135Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-21T02:23:21.136Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.137Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=98a5e258-4a62-4ad6-b98d-ac267d7bbde6
2022-01-21T02:23:21.138Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:21.139Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:4b2ca251-a587-4d4c-88bd-13e7d9332718
Model Version:NULL
Model InvariantUuid:e8eca117-8c5a-4336-98fe-d4136f4acee4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:f301e168-dabb-41a4-b686-87628453081f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:12caef0b-9e1d-4f75-aefb-8c1873c8abfc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:78d554ee-d4ea-46c0-addb-1a74c579342c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e8d71d84-3064-4d2c-94a9-0fafd26377e3
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:dc08292a-ac61-44ef-bb5a-e32f030dab3a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:98a5e258-4a62-4ad6-b98d-ac267d7bbde6
ModelInvariantUuid:09e55089-c600-4098-a23b-7df0825e04f5
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:d8c80f30-3347-403d-bf16-2ab8f80d65f8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:20d00062-9d02-4a1b-8ab3-738c44955a43
ModelInvariantUuid:eeac4b52-5e40-497b-87ca-02e5f5736208
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:75e6275f-a75b-4909-a6c1-6340c54f61f3
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-01-21T02:23:21.145Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 986204c2-4d52-41d6-9a14-4dce475beae7
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-01-21T02:23:21.147Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-01-21T02:23:21.147Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 986204c2-4d52-41d6-9a14-4dce475beae7
2022-01-21T02:23:21.148Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1333838b-9c69-4571-957b-7efa14c72289 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-21T02:23:21.148Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:23:21.148Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-21T02:23:21.302Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:23:21.303Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1333838b-9c69-4571-957b-7efa14c72289 790
2022-01-21T02:23:21.303Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-21T02:23:21.303Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-21T02:23:21.303Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:23:21.303Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:21.305Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:21.305Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731801303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:23:21.405Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:21.405Z||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-01-21T02:23:21.406Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:21.412Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:21.412Z||pool-71-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:22.305Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e8d71d84-3064-4d2c-94a9-0fafd26377e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc08292a-ac61-44ef-bb5a-e32f030dab3a",
    "vfModuleModelCustomizationUUID": "c25c3bf9-78ff-4fd5-84e8-f9dd46776df7",
    "isBase": true,
    "artifacts": [
      "02afc668-5e96-4840-8c87-9711ac4d671d",
      "aa8b8607-7cf2-4b3e-90b3-66eaf13efb34"
    ],
    "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-01-21T02:23:22.308Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc08292a-ac61-44ef-bb5a-e32f030dab3a
VfModuleModelInvariantUUID:e8d71d84-3064-4d2c-94a9-0fafd26377e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
02afc668-5e96-4840-8c87-9711ac4d671d
,
aa8b8607-7cf2-4b3e-90b3-66eaf13efb34

}
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-01-21T02:23:22.310Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e8d71d84-3064-4d2c-94a9-0fafd26377e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc08292a-ac61-44ef-bb5a-e32f030dab3a",
    "vfModuleModelCustomizationUUID": "c25c3bf9-78ff-4fd5-84e8-f9dd46776df7",
    "isBase": true,
    "artifacts": [
      "02afc668-5e96-4840-8c87-9711ac4d671d",
      "aa8b8607-7cf2-4b3e-90b3-66eaf13efb34"
    ],
    "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-01-21T02:23:22.310Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc08292a-ac61-44ef-bb5a-e32f030dab3a
VfModuleModelInvariantUUID:e8d71d84-3064-4d2c-94a9-0fafd26377e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
02afc668-5e96-4840-8c87-9711ac4d671d
,
aa8b8607-7cf2-4b3e-90b3-66eaf13efb34

}
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-01-21T02:23:22.310Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02afc668-5e96-4840-8c87-9711ac4d671d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-21T02:23:22.310Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:23:22.311Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-21T02:23:22.510Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:23:22.510Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 02afc668-5e96-4840-8c87-9711ac4d671d 5033
2022-01-21T02:23:22.511Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-21T02:23:22.511Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-21T02:23:22.511Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:23:22.511Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:22.512Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:22.513Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731802511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:23:22.613Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:22.613Z||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-01-21T02:23:22.613Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:22.621Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:22.621Z||pool-72-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:23:23.513Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aa8b8607-7cf2-4b3e-90b3-66eaf13efb34 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-21T02:23:23.514Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:23:23.514Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-21T02:23:23.723Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:23:23.723Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env aa8b8607-7cf2-4b3e-90b3-66eaf13efb34 909
2022-01-21T02:23:23.724Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-21T02:23:23.724Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-21T02:23:23.724Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:23:23.724Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:23.725Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:23.725Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731803724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:23:23.825Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:23.826Z||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-01-21T02:23:23.826Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:23.833Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:23.833Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:24.726Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4b2ca251-a587-4d4c-88bd-13e7d9332718
2022-01-21T02:23:24.726Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 986204c2-4d52-41d6-9a14-4dce475beae7 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-01-21T02:23:24.739Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ff6a349, org.onap.sdc.toscaparser.api.parameters.Input@dbb45f0, org.onap.sdc.toscaparser.api.parameters.Input@6b7e338b, org.onap.sdc.toscaparser.api.parameters.Input@355a0411, org.onap.sdc.toscaparser.api.parameters.Input@3f3c0518]
2022-01-21T02:23:24.740Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.740Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.740Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-01-21T02:23:24.741Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 78d554ee-d4ea-46c0-addb-1a74c579342c
2022-01-21T02:23:24.741Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 78d554ee-d4ea-46c0-addb-1a74c579342c matches Tosca VF Customization UUID: 78d554ee-d4ea-46c0-addb-1a74c579342c
2022-01-21T02:23:24.741Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 78d554ee-d4ea-46c0-addb-1a74c579342c  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-01-21T02:23:24.743Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.743Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.744Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 78d554ee-d4ea-46c0-addb-1a74c579342c: {\"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-01-21T02:23:24.744Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17983fe8
2022-01-21T02:23:24.744Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.744Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:23:24.744Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c25c3bf9-78ff-4fd5-84e8-f9dd46776df7
2022-01-21T02:23:24.744Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c25c3bf9-78ff-4fd5-84e8-f9dd46776df7
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-01-21T02:23:24.746Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.747Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:24.747Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:23:24.747Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.747Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:24.748Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:23:24.748Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.748Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-21T02:23:24.748Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-21T02:23:24.748Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-21T02:23:24.749Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=98a5e258-4a62-4ad6-b98d-ac267d7bbde6
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-01-21T02:23:24.750Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.751Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:24.751Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:23:24.751Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.751Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-21T02:23:24.751Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=78d554ee-d4ea-46c0-addb-1a74c579342c
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-01-21T02:23:24.753Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.753Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.754Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4b2ca251-a587-4d4c-88bd-13e7d9332718: basicclamp
2022-01-21T02:23:24.754Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.754Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.754Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.754Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.754Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.755Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.755Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.755Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.755Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:23:24.755Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:23:24.756Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
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-01-21T02:23:24.828Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 986204c2-4d52-41d6-9a14-4dce475beae7 1 ASDC deployResourceStructure
2022-01-21T02:23:24.828Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-21T02:23:24.828Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-21T02:23:24.828Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:23:24.828Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:24.830Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:24.830Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731804828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:23:24.930Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:24.931Z||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-01-21T02:23:24.931Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:24.937Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:24.938Z||pool-74-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:25.831Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-21T02:23:25.832Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-21T02:23:25.832Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:23:25.832Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:25.834Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:25.834Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731805831,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:23:25.934Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:25.934Z||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-01-21T02:23:25.935Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:25.942Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:25.942Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:26.835Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-21T02:23:26.835Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-21T02:23:26.835Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:23:26.836Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:26.837Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:26.837Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731806835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:23:26.937Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:26.938Z||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-01-21T02:23:26.938Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:26.946Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:26.946Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:27.838Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-21T02:23:27.838Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-21T02:23:27.838Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:23:27.838Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:27.839Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:27.840Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731807837,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:23:27.940Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:27.940Z||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-01-21T02:23:27.940Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:27.946Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:27.946Z||pool-77-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:23:28.840Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 431d665a-84c2-4dcb-acd3-e78e0d1749cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:23:28.847Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 431d665a-84c2-4dcb-acd3-e78e0d1749cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-21T02:23:28.849Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-01-21T02:23:28.852Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:23:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:23:34.951Z||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-01-21T02:23:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:23:34.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731634881,
  "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-01-21T02:23:34.977Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32efc44f-1120-4a93-b1dc-976549dbaec9
2022-01-21T02:23:34.977Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:23:34.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731634928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:23:34.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731640622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731642370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731642630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "aai-ml",
  "timestamp": 1642731643372,
  "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-01-21T02:23:34.987Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32efc44f-1120-4a93-b1dc-976549dbaec9
2022-01-21T02:23:34.987Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:23:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:23:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "clamp",
  "timestamp": 1642731643634,
  "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-01-21T02:23:34.996Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32efc44f-1120-4a93-b1dc-976549dbaec9
2022-01-21T02:23:34.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:23:58.853Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 431d665a-84c2-4dcb-acd3-e78e0d1749cf 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-01-21T02:23:58.857Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 431d665a-84c2-4dcb-acd3-e78e0d1749cf and serviceModelVersionId: 4b2ca251-a587-4d4c-88bd-13e7d9332718
2022-01-21T02:23:58.858Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8eca117-8c5a-4336-98fe-d4136f4acee4
2022-01-21T02:23:58.858Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0
2022-01-21T02:23:58.862Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:23:58.894Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0|INFO|500||Invoke
2022-01-21T02:23:58.894Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[431d665a-84c2-4dcb-acd3-e78e0d1749cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2b35ee9-70f9-49bf-953d-3fd0f09caf3b], X-ECOMP-RequestID=[431d665a-84c2-4dcb-acd3-e78e0d1749cf], X-TransactionId=[], X-ONAP-RequestID=[431d665a-84c2-4dcb-acd3-e78e0d1749cf], Content-Type=[application/merge-patch+json]}
2022-01-21T02:23:58.910Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-21T02:23:59.184Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?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/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:23:58:916-25445], vertex-id=[221312], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:23:58 GMT], Content-Type=[application/json]}
2022-01-21T02:23:59.184Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:23:59.185Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8eca117-8c5a-4336-98fe-d4136f4acee4/model-vers/model-ver/4b2ca251-a587-4d4c-88bd-13e7d9332718?depth=0|INFO|500||InvokeReturn
2022-01-21T02:23:59.185Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:23:59.185Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-01-21T02:23:59.189Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|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-01-21T02:23:59.189Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 431d665a-84c2-4dcb-acd3-e78e0d1749cf and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-01-21T02:23:59.189Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:23:59.190Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:23:59.191Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:23:59.191Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731839189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-01-21T02:23:59.292Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:23:59.292Z||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-01-21T02:23:59.292Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:23:59.302Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:23:59.303Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 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-01-21T02:24:00.205Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:24:00.205Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"293b5987-3c2b-4878-af6c-d4f335a17776","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dee2b97e-5e2d-4356-90df-6a6a8ec9a90e","serviceDescription":"service","serviceInvariantUUID":"b19dc5d6-c6e7-4674-bfa6-2c815688de1d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9faeeb67-3569-46bf-92e6-b2b62a021a11","resourceInvariantUUID":"e667d94d-db8f-48c2-aa6e-1c84dd07d7ba","resourceCustomizationUUID":"f49dd219-587f-4ad2-aebc-ec8667ac8e9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDI0MjY0OTA5MDk2YmUzNzAxM2VhMDJkOThmYTI1ZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3dcc611e-1590-494b-a535-4d2ae0ca4832","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"YWE5MjkwMTJiMGFjYjg5NjU2MjIyODQzNzBlZjYyMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f34ec82-7fa5-4acf-b505-37dbf1c9b045","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"faa8cc74-c29c-4332-939a-918f2baa5540","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c5e28f74-42a1-4e35-82b7-528346c59cd6","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37f342d4-acaa-4bf7-bbfc-4fa88902652e","artifactVersion":"2","generatedFromUUID":"faa8cc74-c29c-4332-939a-918f2baa5540"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OTliODc2OWFiMTUwMDQ1ZTlkOTA3YTlhYzZhYzEwNjU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a4064cff-eaf8-41e8-a5d9-b5874436a6de","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZmEwMDY4ZjUxNzhjYjc4NDMzMTY0NTkwNGMwNGQzOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f34858f-8a58-44c0-a114-eb62920f49a4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2ZiNjJhZTU4MGNhYzEzNTliOGVjNWJhY2FhNWI5MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9db3a4c2-04e7-486b-aecd-afb211afc767","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:24:00.205Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:00.206Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:00.208Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:00.208Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:00.308Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:00.308Z||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-01-21T02:24:00.308Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:00.315Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:00.315Z||pool-79-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:01.208Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:01.209Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:01.211Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:01.211Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:24:01.311Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:01.312Z||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-01-21T02:24:01.312Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:01.318Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:01.318Z||pool-80-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:02.214Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:02.215Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:02.217Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:02.217Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:24:02.317Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:02.317Z||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-01-21T02:24:02.317Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:02.324Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:02.324Z||pool-81-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:03.217Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:03.218Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:03.219Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:03.219Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:03.320Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:03.320Z||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-01-21T02:24:03.320Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:03.327Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:03.328Z||pool-82-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:04.220Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:04.220Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:04.222Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:04.222Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-21T02:24:04.322Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:04.322Z||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-01-21T02:24:04.322Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:04.328Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:04.328Z||pool-83-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:05.222Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:05.223Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:05.224Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:05.224Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:05.324Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:24:05.325Z||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-01-21T02:24:05.325Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:05.332Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:05.332Z||pool-84-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:06.225Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:06.225Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:06.227Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:06.227Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:06.327Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:06.328Z||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-01-21T02:24:06.328Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:06.334Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:06.334Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:07.227Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:07.228Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:07.229Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:07.229Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:24:07.329Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:07.330Z||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-01-21T02:24:07.330Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:07.336Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:07.336Z||pool-86-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:08.230Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dee2b97e-5e2d-4356-90df-6a6a8ec9a90e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b19dc5d6-c6e7-4674-bfa6-2c815688de1d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "f49dd219-587f-4ad2-aebc-ec8667ac8e9a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9faeeb67-3569-46bf-92e6-b2b62a021a11",
      "resourceInvariantUUID": "e667d94d-db8f-48c2-aa6e-1c84dd07d7ba",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "YWE5MjkwMTJiMGFjYjg5NjU2MjIyODQzNzBlZjYyMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9f34ec82-7fa5-4acf-b505-37dbf1c9b045",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "faa8cc74-c29c-4332-939a-918f2baa5540",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "37f342d4-acaa-4bf7-bbfc-4fa88902652e",
            "generatedFromUUID": "faa8cc74-c29c-4332-939a-918f2baa5540"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "37f342d4-acaa-4bf7-bbfc-4fa88902652e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Y2ZiNjJhZTU4MGNhYzEzNTliOGVjNWJhY2FhNWI5MTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9db3a4c2-04e7-486b-aecd-afb211afc767"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:24:08.231Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:24:08.231Z|431d665a-84c2-4dcb-acd3-e78e0d1749cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dee2b97e-5e2d-4356-90df-6a6a8ec9a90e ASDC
2022-01-21T02:24:08.231Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:293b5987-3c2b-4878-af6c-d4f335a17776
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:dee2b97e-5e2d-4356-90df-6a6a8ec9a90e
ServiceInvariantUUID:b19dc5d6-c6e7-4674-bfa6-2c815688de1d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:9db3a4c2-04e7-486b-aecd-afb211afc767
ArtifactChecksum:Y2ZiNjJhZTU4MGNhYzEzNTliOGVjNWJhY2FhNWI5MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:f49dd219-587f-4ad2-aebc-ec8667ac8e9a
ResourceInvariantUUID:e667d94d-db8f-48c2-aa6e-1c84dd07d7ba
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:9faeeb67-3569-46bf-92e6-b2b62a021a11
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:9f34ec82-7fa5-4acf-b505-37dbf1c9b045
ArtifactChecksum:YWE5MjkwMTJiMGFjYjg5NjU2MjIyODQzNzBlZjYyMGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:faa8cc74-c29c-4332-939a-918f2baa5540
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:37f342d4-acaa-4bf7-bbfc-4fa88902652e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:37f342d4-acaa-4bf7-bbfc-4fa88902652e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-21T02:24:08.231Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dee2b97e-5e2d-4356-90df-6a6a8ec9a90e 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-01-21T02:24:08.253Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:24:08.253Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:24:08.254Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:24:08.254Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9db3a4c2-04e7-486b-aecd-afb211afc767 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-21T02:24:08.254Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:24:08.254Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-21T02:24:08.687Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:24:08.690Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9db3a4c2-04e7-486b-aecd-afb211afc767 78776
2022-01-21T02:24:08.690Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-21T02:24:08.690Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-21T02:24:08.690Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:24:08.690Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:08.692Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:08.692Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731848690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:08.792Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:08.793Z||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-01-21T02:24:08.793Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:08.800Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:08.800Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:09.692Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:24:09.693Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:24:09.693Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9db3a4c2-04e7-486b-aecd-afb211afc767, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:09.694Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-21T02:24:09.694Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:09.694Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:09.779Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14926576137743022472/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-01-21T02:24:10.620Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:24:10.620Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:24:10.620Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-21T02:24:10.621Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-BasicVmMacro-csar.csar
2022-01-21T02:24:10.622Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:24:10.622Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.622Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.622Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:10.622Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:24:10.622Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.623Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:24:10.624Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:24:10.625Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.625Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:24:10.625Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.625Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:10.625Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:24:10.626Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.626Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:10.626Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:24:10.626Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.626Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:10.626Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:24:10.627Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.627Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-21T02:24:10.627Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-21T02:24:10.627Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:24:10.627Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ffeddb79-48dd-4a94-b3ca-acd0fa35046a
2022-01-21T02:24:10.627Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:10.628Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:10.629Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:dee2b97e-5e2d-4356-90df-6a6a8ec9a90e
Model Version:NULL
Model InvariantUuid:b19dc5d6-c6e7-4674-bfa6-2c815688de1d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:dae69ac7-5178-4bcd-ac20-8efbfa1f86ed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e667d94d-db8f-48c2-aa6e-1c84dd07d7ba
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f49dd219-587f-4ad2-aebc-ec8667ac8e9a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c1b37aaa-29d4-4a3f-a36d-f93a1f274bde
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f12d255f-f033-4ce8-a078-03bee293ef61
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ffeddb79-48dd-4a94-b3ca-acd0fa35046a
ModelInvariantUuid:7a25967c-5703-48f9-bf61-06048a01c6e6
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:734a37f7-f75c-419e-98f2-d94ba356e6b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:70ef0aa8-4e98-4653-83a8-26678a643058
ModelInvariantUuid:845ca5f4-ba26-4f5a-9337-b2e139297723
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7c1acd98-2bdd-43fa-8265-0b034176aa0c
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-01-21T02:24:10.635Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9faeeb67-3569-46bf-92e6-b2b62a021a11
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-01-21T02:24:10.638Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-01-21T02:24:10.638Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9faeeb67-3569-46bf-92e6-b2b62a021a11
2022-01-21T02:24:10.639Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f34ec82-7fa5-4acf-b505-37dbf1c9b045 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-21T02:24:10.639Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:24:10.639Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-21T02:24:10.681Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:24:10.682Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9f34ec82-7fa5-4acf-b505-37dbf1c9b045 792
2022-01-21T02:24:10.682Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-21T02:24:10.682Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-21T02:24:10.682Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:24:10.682Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:10.684Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:10.684Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731850682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:10.784Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:10.785Z||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-01-21T02:24:10.785Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:10.791Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:10.791Z||pool-88-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:11.685Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1b37aaa-29d4-4a3f-a36d-f93a1f274bde",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f12d255f-f033-4ce8-a078-03bee293ef61",
    "vfModuleModelCustomizationUUID": "a9c74c76-930c-4d89-808e-c3fdfbc3be11",
    "isBase": true,
    "artifacts": [
      "faa8cc74-c29c-4332-939a-918f2baa5540",
      "37f342d4-acaa-4bf7-bbfc-4fa88902652e"
    ],
    "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-01-21T02:24:11.688Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f12d255f-f033-4ce8-a078-03bee293ef61
VfModuleModelInvariantUUID:c1b37aaa-29d4-4a3f-a36d-f93a1f274bde
VfModuleModelDescription:NULL
Artifacts UUID List:{
faa8cc74-c29c-4332-939a-918f2baa5540
,
37f342d4-acaa-4bf7-bbfc-4fa88902652e

}
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-01-21T02:24:11.689Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c1b37aaa-29d4-4a3f-a36d-f93a1f274bde",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f12d255f-f033-4ce8-a078-03bee293ef61",
    "vfModuleModelCustomizationUUID": "a9c74c76-930c-4d89-808e-c3fdfbc3be11",
    "isBase": true,
    "artifacts": [
      "faa8cc74-c29c-4332-939a-918f2baa5540",
      "37f342d4-acaa-4bf7-bbfc-4fa88902652e"
    ],
    "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-01-21T02:24:11.689Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f12d255f-f033-4ce8-a078-03bee293ef61
VfModuleModelInvariantUUID:c1b37aaa-29d4-4a3f-a36d-f93a1f274bde
VfModuleModelDescription:NULL
Artifacts UUID List:{
faa8cc74-c29c-4332-939a-918f2baa5540
,
37f342d4-acaa-4bf7-bbfc-4fa88902652e

}
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-01-21T02:24:11.689Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: faa8cc74-c29c-4332-939a-918f2baa5540 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-21T02:24:11.689Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:24:11.690Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-21T02:24:11.730Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:24:11.730Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml faa8cc74-c29c-4332-939a-918f2baa5540 5033
2022-01-21T02:24:11.730Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-21T02:24:11.730Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-21T02:24:11.731Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:24:11.731Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:11.733Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:11.733Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731851730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:11.833Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:11.834Z||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-01-21T02:24:11.834Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:11.839Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:11.840Z||pool-89-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:12.734Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37f342d4-acaa-4bf7-bbfc-4fa88902652e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-21T02:24:12.734Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:24:12.735Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-21T02:24:12.868Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:24:12.868Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 37f342d4-acaa-4bf7-bbfc-4fa88902652e 903
2022-01-21T02:24:12.868Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-21T02:24:12.869Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-21T02:24:12.869Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:24:12.869Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:12.871Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:12.871Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731852868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:12.971Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:12.972Z||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-01-21T02:24:12.972Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:12.979Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:12.979Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:13.871Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dee2b97e-5e2d-4356-90df-6a6a8ec9a90e
2022-01-21T02:24:13.872Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9faeeb67-3569-46bf-92e6-b2b62a021a11 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-01-21T02:24:13.884Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1eeebcbd, org.onap.sdc.toscaparser.api.parameters.Input@7712fbd4, org.onap.sdc.toscaparser.api.parameters.Input@7cb34223, org.onap.sdc.toscaparser.api.parameters.Input@402780ac, org.onap.sdc.toscaparser.api.parameters.Input@2bc7d741]
2022-01-21T02:24:13.885Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.885Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.885Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-01-21T02:24:13.886Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f49dd219-587f-4ad2-aebc-ec8667ac8e9a
2022-01-21T02:24:13.886Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f49dd219-587f-4ad2-aebc-ec8667ac8e9a matches Tosca VF Customization UUID: f49dd219-587f-4ad2-aebc-ec8667ac8e9a
2022-01-21T02:24:13.886Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f49dd219-587f-4ad2-aebc-ec8667ac8e9a  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-01-21T02:24:13.887Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.888Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.888Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f49dd219-587f-4ad2-aebc-ec8667ac8e9a: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-01-21T02:24:13.888Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@51f1635b
2022-01-21T02:24:13.888Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.888Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:24:13.889Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9c74c76-930c-4d89-808e-c3fdfbc3be11
2022-01-21T02:24:13.889Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9c74c76-930c-4d89-808e-c3fdfbc3be11
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-01-21T02:24:13.891Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.891Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:13.891Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:24:13.891Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-21T02:24:13.892Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ffeddb79-48dd-4a94-b3ca-acd0fa35046a
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-01-21T02:24:13.894Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.894Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:13.894Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:24:13.894Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.895Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-21T02:24:13.895Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f49dd219-587f-4ad2-aebc-ec8667ac8e9a
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-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dee2b97e-5e2d-4356-90df-6a6a8ec9a90e: basic_vm_macro
2022-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.897Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:24:13.898Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-21T02:24:13.964Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9faeeb67-3569-46bf-92e6-b2b62a021a11 1 ASDC deployResourceStructure
2022-01-21T02:24:13.965Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-21T02:24:13.965Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-21T02:24:13.965Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:24:13.965Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:13.966Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:13.966Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731853965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:24:14.066Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:14.067Z||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-01-21T02:24:14.067Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:14.073Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:14.073Z||pool-91-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:14.967Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-21T02:24:14.967Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-21T02:24:14.968Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:24:14.968Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:14.969Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:14.970Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731854967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:24:15.070Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:15.070Z||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-01-21T02:24:15.071Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:15.078Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:15.078Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:15.970Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-21T02:24:15.971Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-21T02:24:15.971Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:24:15.971Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:15.972Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:15.973Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731855970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:24:16.073Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:24:16.073Z||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-01-21T02:24:16.073Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:16.079Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:16.079Z||pool-93-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:16.973Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-21T02:24:16.974Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-21T02:24:16.974Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:24:16.974Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:16.975Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:16.975Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731856973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:24:17.075Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:24:17.076Z||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-01-21T02:24:17.076Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:17.083Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:17.083Z||pool-94-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:17.976Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 293b5987-3c2b-4878-af6c-d4f335a17776
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:24:17.983Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 293b5987-3c2b-4878-af6c-d4f335a17776
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:24:17.984Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:24:17.984Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:24:17.984Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:24:17.984Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:24:17.984Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:24:17.984Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:24:17.985Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:24:17.985Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:24:17.985Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:24:17.985Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:24:17.985Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-01-21T02:24:17.987Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:24:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:24:34.951Z||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-01-21T02:24:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:24:34.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b3179e7-56e6-4d8e-9eea-172f1ac38b82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731736927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731749790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731751984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731753192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731754396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:34.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:24:47.988Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 293b5987-3c2b-4878-af6c-d4f335a17776 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-01-21T02:24:47.993Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 293b5987-3c2b-4878-af6c-d4f335a17776 and serviceModelVersionId: dee2b97e-5e2d-4356-90df-6a6a8ec9a90e
2022-01-21T02:24:47.993Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b19dc5d6-c6e7-4674-bfa6-2c815688de1d
2022-01-21T02:24:47.993Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0
2022-01-21T02:24:47.997Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:24:48.024Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0|INFO|500||Invoke
2022-01-21T02:24:48.024Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[293b5987-3c2b-4878-af6c-d4f335a17776], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8dcd44a2-81c5-4571-85de-169158cc84a8], X-ECOMP-RequestID=[293b5987-3c2b-4878-af6c-d4f335a17776], X-TransactionId=[], X-ONAP-RequestID=[293b5987-3c2b-4878-af6c-d4f335a17776], Content-Type=[application/merge-patch+json]}
2022-01-21T02:24:48.039Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:24:48.112Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?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/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:24:48:044-27071], vertex-id=[196816], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:24:48 GMT], Content-Type=[application/json]}
2022-01-21T02:24:48.112Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:24:48.113Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b19dc5d6-c6e7-4674-bfa6-2c815688de1d/model-vers/model-ver/dee2b97e-5e2d-4356-90df-6a6a8ec9a90e?depth=0|INFO|500||InvokeReturn
2022-01-21T02:24:48.113Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:24:48.113Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-01-21T02:24:48.116Z|293b5987-3c2b-4878-af6c-d4f335a17776|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-01-21T02:24:48.116Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 293b5987-3c2b-4878-af6c-d4f335a17776 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:24:48.116Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:24:48.117Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:48.118Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:48.118Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731888116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:24:48.218Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:48.219Z||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-01-21T02:24:48.219Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:48.227Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:48.227Z||pool-95-thread-1|||||INFO|500||cambria reply ok (9 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-01-21T02:24:49.128Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:24:49.128Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"32efc44f-1120-4a93-b1dc-976549dbaec9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bf58bf86-69c6-4a36-887f-1ee2d9169e2f","serviceDescription":"service","serviceInvariantUUID":"6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f0fa01dc-81f8-4a17-a94a-ad9601c5868c","resourceInvariantUUID":"26918e12-c26d-4ca0-911d-e217ba53e32f","resourceCustomizationUUID":"b000ac42-77b7-4b5e-895e-cb335b22eb2d","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":"NmEwMTA5MWU2NjdlMWJiYWE1MTEwMmQ5Yzg2N2JlNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"948e453a-9e06-4034-a07c-ce187fc30285","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":"0f219378-1d38-430b-ab90-c3b88f1893f2","artifactVersion":"2","generatedFromUUID":"c77eba6a-00ac-47e1-a5dd-1866973dcaa9"},{"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":"c77eba6a-00ac-47e1-a5dd-1866973dcaa9","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":"MzAxZTZjYzZmMmEzNmRlNjg0ODY2YjVlYjdjMGEwM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"889d77ae-943f-42cd-bbae-ed2620e162f1","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"481044b6-f29d-48b4-a899-ce7afa756bee","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":"41314577-65bc-47a3-89d8-d4541e612947","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":"3b83aada-901d-4939-b0d2-8eedee971df9","artifactVersion":"2","generatedFromUUID":"481044b6-f29d-48b4-a899-ce7afa756bee"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTE2NDVkZGRhYzIwOTMyYTdkMzcxNTMyOGQ4Mzc3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02a00b17-5bf1-4427-8ecd-30b0a45425fe","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTQ2YTU1OGJjYzM3ZmQzOTIwYmNlNDc1ZmUzODQyZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8b93310-9f70-4b4e-8817-ba6f7261e797","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:24:49.129Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:49.129Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:49.131Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:49.131Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:49.231Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:49.232Z||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-01-21T02:24:49.232Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:49.238Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:49.239Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:50.131Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:50.132Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:50.134Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:50.134Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-21T02:24:50.234Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:50.235Z||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-01-21T02:24:50.235Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:50.242Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:50.243Z||pool-97-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:51.135Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:51.135Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:51.137Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:51.137Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-21T02:24:51.237Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:51.238Z||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-01-21T02:24:51.238Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:51.245Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:51.246Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:52.137Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:52.138Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:52.139Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:52.139Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:24:52.239Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:52.240Z||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-01-21T02:24:52.240Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:52.247Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:52.247Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:53.140Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:53.140Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:53.142Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:53.142Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:24:53.242Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:53.242Z||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-01-21T02:24:53.242Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:53.249Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:53.250Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:54.142Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:54.143Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:54.144Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:54.144Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:54.245Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:54.245Z||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-01-21T02:24:54.245Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:54.251Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:54.252Z||pool-101-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:55.145Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:55.146Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:55.148Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:55.148Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-21T02:24:55.248Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:55.248Z||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-01-21T02:24:55.248Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:55.256Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:55.256Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:56.149Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:56.149Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:56.151Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:56.151Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:24:56.251Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:56.252Z||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-01-21T02:24:56.252Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:56.260Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:56.261Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:57.152Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:24:57.152Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:57.154Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:57.154Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:24:57.254Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:57.255Z||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-01-21T02:24:57.255Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:57.261Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:57.261Z||pool-104-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:58.155Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "bf58bf86-69c6-4a36-887f-1ee2d9169e2f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "b000ac42-77b7-4b5e-895e-cb335b22eb2d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f0fa01dc-81f8-4a17-a94a-ad9601c5868c",
      "resourceInvariantUUID": "26918e12-c26d-4ca0-911d-e217ba53e32f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0f219378-1d38-430b-ab90-c3b88f1893f2",
          "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": "c77eba6a-00ac-47e1-a5dd-1866973dcaa9",
          "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": "MzAxZTZjYzZmMmEzNmRlNjg0ODY2YjVlYjdjMGEwM2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "889d77ae-943f-42cd-bbae-ed2620e162f1",
          "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": "481044b6-f29d-48b4-a899-ce7afa756bee",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3b83aada-901d-4939-b0d2-8eedee971df9",
            "generatedFromUUID": "481044b6-f29d-48b4-a899-ce7afa756bee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3b83aada-901d-4939-b0d2-8eedee971df9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTQ2YTU1OGJjYzM3ZmQzOTIwYmNlNDc1ZmUzODQyZTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b8b93310-9f70-4b4e-8817-ba6f7261e797"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:24:58.155Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:24:58.155Z|293b5987-3c2b-4878-af6c-d4f335a17776|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bf58bf86-69c6-4a36-887f-1ee2d9169e2f ASDC
2022-01-21T02:24:58.156Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:32efc44f-1120-4a93-b1dc-976549dbaec9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bf58bf86-69c6-4a36-887f-1ee2d9169e2f
ServiceInvariantUUID:6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1
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:b8b93310-9f70-4b4e-8817-ba6f7261e797
ArtifactChecksum:NTQ2YTU1OGJjYzM3ZmQzOTIwYmNlNDc1ZmUzODQyZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:b000ac42-77b7-4b5e-895e-cb335b22eb2d
ResourceInvariantUUID:26918e12-c26d-4ca0-911d-e217ba53e32f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f0fa01dc-81f8-4a17-a94a-ad9601c5868c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:0f219378-1d38-430b-ab90-c3b88f1893f2
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:c77eba6a-00ac-47e1-a5dd-1866973dcaa9
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:889d77ae-943f-42cd-bbae-ed2620e162f1
ArtifactChecksum:MzAxZTZjYzZmMmEzNmRlNjg0ODY2YjVlYjdjMGEwM2M=
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:481044b6-f29d-48b4-a899-ce7afa756bee
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:3b83aada-901d-4939-b0d2-8eedee971df9
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:3b83aada-901d-4939-b0d2-8eedee971df9
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-21T02:24:58.156Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf58bf86-69c6-4a36-887f-1ee2d9169e2f 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-01-21T02:24:58.177Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:24:58.178Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:24:58.178Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:24:58.178Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b8b93310-9f70-4b4e-8817-ba6f7261e797 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-21T02:24:58.178Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:24:58.178Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-21T02:24:58.293Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:24:58.296Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b8b93310-9f70-4b4e-8817-ba6f7261e797 68929
2022-01-21T02:24:58.296Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-21T02:24:58.296Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-21T02:24:58.296Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:24:58.296Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:24:58.298Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:24:58.298Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:24:58.398Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:24:58.399Z||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-01-21T02:24:58.399Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:24:58.405Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:24:58.406Z||pool-105-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:24:59.298Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:24:59.299Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:24:59.299Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b8b93310-9f70-4b4e-8817-ba6f7261e797, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-21T02:24:59.299Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-21T02:24:59.300Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-21T02:24:59.300Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-21T02:24:59.379Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9468988162717207528/Definitions/service-BasicCnf-template.yml
2022-01-21T02:25:00.204Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|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-BasicCnf-csar.csar
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:00.205Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:25:00.206Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.207Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-21T02:25:00.208Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=48fff637-da7c-4ef5-9bb0-de58b808c86b
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:00.209Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bf58bf86-69c6-4a36-887f-1ee2d9169e2f
Model Version:NULL
Model InvariantUuid:6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:dcb331b6-c65f-4464-9ee0-ab45bef0e717
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:26918e12-c26d-4ca0-911d-e217ba53e32f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b000ac42-77b7-4b5e-895e-cb335b22eb2d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f9ef3727-807f-4c21-9f36-ef4ad6f45b6d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4193e244-a65d-43f9-94b5-f0675f09b89d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:48fff637-da7c-4ef5-9bb0-de58b808c86b
ModelInvariantUuid:b59b7a60-e3b1-4a37-9420-7ac5b6b01666
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:fbbb6904-7f16-44b5-9128-5871d91b4a52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ae3afd0c-b6ed-4fed-b84b-1344bc977b05
ModelInvariantUuid:dfae4dc8-576c-4b5b-987d-f7f48875fc7a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:84d579fd-ceb4-47c6-afd7-422af33a8b48
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-01-21T02:25:00.214Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f0fa01dc-81f8-4a17-a94a-ad9601c5868c
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-01-21T02:25:00.216Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-01-21T02:25:00.216Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f0fa01dc-81f8-4a17-a94a-ad9601c5868c
2022-01-21T02:25:00.217Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0f219378-1d38-430b-ab90-c3b88f1893f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-21T02:25:00.217Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:25:00.217Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:00.389Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:25:00.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0f219378-1d38-430b-ab90-c3b88f1893f2 12
2022-01-21T02:25:00.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:00.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:00.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:25:00.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:00.392Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:00.392Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731900390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:00.492Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:00.493Z||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-01-21T02:25:00.493Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:00.499Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:00.499Z||pool-106-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:01.392Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c77eba6a-00ac-47e1-a5dd-1866973dcaa9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-21T02:25:01.393Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:25:01.393Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:01.600Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:25:01.600Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c77eba6a-00ac-47e1-a5dd-1866973dcaa9 2688
2022-01-21T02:25:01.600Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:01.600Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:01.600Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:25:01.600Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:01.602Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:01.602Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731901600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:01.702Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:01.702Z||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-01-21T02:25:01.703Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:01.712Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:01.713Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:25:02.603Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 889d77ae-943f-42cd-bbae-ed2620e162f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-21T02:25:02.603Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:25:02.603Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:02.792Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:25:02.792Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 889d77ae-943f-42cd-bbae-ed2620e162f1 828
2022-01-21T02:25:02.793Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:02.793Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:02.793Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:25:02.793Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:02.794Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:02.794Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731902793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:02.895Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:02.895Z||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-01-21T02:25:02.895Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:02.903Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:02.903Z||pool-108-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:03.795Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f9ef3727-807f-4c21-9f36-ef4ad6f45b6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4193e244-a65d-43f9-94b5-f0675f09b89d",
    "vfModuleModelCustomizationUUID": "54579865-5d83-49d0-87bb-71846abd42a1",
    "isBase": true,
    "artifacts": [
      "481044b6-f29d-48b4-a899-ce7afa756bee",
      "c77eba6a-00ac-47e1-a5dd-1866973dcaa9",
      "3b83aada-901d-4939-b0d2-8eedee971df9"
    ],
    "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-01-21T02:25:03.798Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4193e244-a65d-43f9-94b5-f0675f09b89d
VfModuleModelInvariantUUID:f9ef3727-807f-4c21-9f36-ef4ad6f45b6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
481044b6-f29d-48b4-a899-ce7afa756bee
,
c77eba6a-00ac-47e1-a5dd-1866973dcaa9
,
3b83aada-901d-4939-b0d2-8eedee971df9

}
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-01-21T02:25:03.799Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f9ef3727-807f-4c21-9f36-ef4ad6f45b6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4193e244-a65d-43f9-94b5-f0675f09b89d",
    "vfModuleModelCustomizationUUID": "54579865-5d83-49d0-87bb-71846abd42a1",
    "isBase": true,
    "artifacts": [
      "481044b6-f29d-48b4-a899-ce7afa756bee",
      "c77eba6a-00ac-47e1-a5dd-1866973dcaa9",
      "3b83aada-901d-4939-b0d2-8eedee971df9"
    ],
    "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-01-21T02:25:03.799Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4193e244-a65d-43f9-94b5-f0675f09b89d
VfModuleModelInvariantUUID:f9ef3727-807f-4c21-9f36-ef4ad6f45b6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
481044b6-f29d-48b4-a899-ce7afa756bee
,
c77eba6a-00ac-47e1-a5dd-1866973dcaa9
,
3b83aada-901d-4939-b0d2-8eedee971df9

}
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-01-21T02:25:03.799Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 481044b6-f29d-48b4-a899-ce7afa756bee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-21T02:25:03.800Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:25:03.800Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:04.183Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:25:04.183Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 481044b6-f29d-48b4-a899-ce7afa756bee 1164
2022-01-21T02:25:04.183Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:04.184Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:04.184Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:25:04.184Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:04.185Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:04.185Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731904183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:04.285Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:04.286Z||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-01-21T02:25:04.286Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:04.292Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:04.292Z||pool-109-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:05.186Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b83aada-901d-4939-b0d2-8eedee971df9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-21T02:25:05.186Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:25:05.186Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:05.285Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:25:05.286Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3b83aada-901d-4939-b0d2-8eedee971df9 200
2022-01-21T02:25:05.286Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:05.286Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:05.286Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:25:05.286Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:05.287Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:05.288Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731905286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:05.388Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:05.388Z||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-01-21T02:25:05.388Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:05.706Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:05.706Z||pool-110-thread-1|||||INFO|500||cambria reply ok (318 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:06.288Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: bf58bf86-69c6-4a36-887f-1ee2d9169e2f
2022-01-21T02:25:06.288Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f0fa01dc-81f8-4a17-a94a-ad9601c5868c 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 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-01-21T02:25:06.301Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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 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-01-21T02:25:06.304Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e857f60, org.onap.sdc.toscaparser.api.parameters.Input@7c2b5a92, org.onap.sdc.toscaparser.api.parameters.Input@34be460f, org.onap.sdc.toscaparser.api.parameters.Input@6a63a51c, org.onap.sdc.toscaparser.api.parameters.Input@ff8a94f]
2022-01-21T02:25:06.305Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.305Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.305Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-01-21T02:25:06.305Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b000ac42-77b7-4b5e-895e-cb335b22eb2d
2022-01-21T02:25:06.306Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b000ac42-77b7-4b5e-895e-cb335b22eb2d matches Tosca VF Customization UUID: b000ac42-77b7-4b5e-895e-cb335b22eb2d
2022-01-21T02:25:06.306Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b000ac42-77b7-4b5e-895e-cb335b22eb2d  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-01-21T02:25:06.308Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.308Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.308Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b000ac42-77b7-4b5e-895e-cb335b22eb2d: {\"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-01-21T02:25:06.309Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18553b59
2022-01-21T02:25:06.309Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.309Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-21T02:25:06.309Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54579865-5d83-49d0-87bb-71846abd42a1
2022-01-21T02:25:06.310Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54579865-5d83-49d0-87bb-71846abd42a1
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-01-21T02:25:06.312Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.312Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:06.312Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:25:06.312Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.313Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:06.313Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:25:06.313Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.313Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-21T02:25:06.314Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-21T02:25:06.314Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=48fff637-da7c-4ef5-9bb0-de58b808c86b
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-01-21T02:25:06.316Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.316Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:06.316Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-21T02:25:06.317Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.317Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-21T02:25:06.317Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b000ac42-77b7-4b5e-895e-cb335b22eb2d
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-01-21T02:25:06.319Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.319Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.319Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid bf58bf86-69c6-4a36-887f-1ee2d9169e2f: basic_cnf
2022-01-21T02:25:06.319Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.320Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.320Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.320Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.320Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.320Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.321Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.321Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.321Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:06.321Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:06.322Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:06.374Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f0fa01dc-81f8-4a17-a94a-ad9601c5868c 1 ASDC deployResourceStructure
2022-01-21T02:25:06.375Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:06.375Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:06.375Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-21T02:25:06.375Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:06.377Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:06.377Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731906374,
  "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-01-21T02:25:06.477Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:06.477Z||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-01-21T02:25:06.478Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:06.485Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:06.486Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:07.381Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:07.382Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:07.382Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-21T02:25:07.382Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:07.384Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:07.384Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731907381,
  "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-01-21T02:25:07.484Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:07.485Z||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-01-21T02:25:07.485Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:07.492Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:07.492Z||pool-112-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:08.386Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:08.386Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:08.386Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:25:08.386Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:08.388Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:08.388Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731908386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:08.488Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:08.489Z||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-01-21T02:25:08.489Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:08.496Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:08.496Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:09.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:09.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:09.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:25:09.390Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:09.392Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:09.392Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731909389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:09.492Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:09.493Z||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-01-21T02:25:09.493Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:09.500Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:09.500Z||pool-114-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:10.393Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:10.393Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||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-01-21T02:25:10.393Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:25:10.393Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:10.395Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:10.395Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731910393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:10.495Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:10.495Z||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-01-21T02:25:10.496Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:10.502Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:10.502Z||pool-115-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:11.396Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-21T02:25:11.396Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-21T02:25:11.396Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:25:11.396Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:11.398Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:11.398Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731911395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:11.498Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:11.499Z||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-01-21T02:25:11.499Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:11.506Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:11.506Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:12.398Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32efc44f-1120-4a93-b1dc-976549dbaec9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:25:12.405Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32efc44f-1120-4a93-b1dc-976549dbaec9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:25:12.408Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:25:12.408Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:25:12.408Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:25:12.408Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:25:12.408Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:25:12.408Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:25:12.409Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:25:12.409Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:25:12.409Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:25:12.409Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:25:12.409Z|32efc44f-1120-4a93-b1dc-976549dbaec9|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-01-21T02:25:12.413Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:25:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:25:34.951Z||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-01-21T02:25:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:25:34.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:34.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731755510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731756513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731757516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731758519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e543a02c-e3e3-45db-a291-2e40115f0a1f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731789977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:25:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:34.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731799162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:34.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731801303,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731802511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731803724,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731804828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731805831,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731806835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731807837,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:34.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:25:42.413Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32efc44f-1120-4a93-b1dc-976549dbaec9 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-01-21T02:25:42.417Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32efc44f-1120-4a93-b1dc-976549dbaec9 and serviceModelVersionId: bf58bf86-69c6-4a36-887f-1ee2d9169e2f
2022-01-21T02:25:42.417Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1
2022-01-21T02:25:42.418Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1/model-vers/model-ver/bf58bf86-69c6-4a36-887f-1ee2d9169e2f?depth=0
2022-01-21T02:25:42.429Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:25:42.455Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1/model-vers/model-ver/bf58bf86-69c6-4a36-887f-1ee2d9169e2f?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-01-21T02:25:42.456Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1/model-vers/model-ver/bf58bf86-69c6-4a36-887f-1ee2d9169e2f?depth=0|INFO|500||Invoke
2022-01-21T02:25:42.471Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1/model-vers/model-ver/bf58bf86-69c6-4a36-887f-1ee2d9169e2f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:25:42.783Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1/model-vers/model-ver/bf58bf86-69c6-4a36-887f-1ee2d9169e2f?depth=0|INFO|500||InvokeReturn
2022-01-21T02:25:42.784Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e5e78db-f6e0-4c3e-b4ce-b2e9f37709a1/model-vers/model-ver/bf58bf86-69c6-4a36-887f-1ee2d9169e2f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220121-02:25:42:476-29254], vertex-id=[204888], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:25:42 GMT], Content-Type=[application/json]}
2022-01-21T02:25:42.784Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:25:42.784Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:25:42.784Z|32efc44f-1120-4a93-b1dc-976549dbaec9|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-01-21T02:25:42.789Z|32efc44f-1120-4a93-b1dc-976549dbaec9|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-01-21T02:25:42.789Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32efc44f-1120-4a93-b1dc-976549dbaec9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:25:42.789Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:25:42.789Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:42.792Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:42.792Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731942789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:25:42.891Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-21T02:25:42.892Z||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-01-21T02:25:42.892Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:42.904Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:42.904Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-21T02:25:43.802Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:25:43.802Z|32efc44f-1120-4a93-b1dc-976549dbaec9|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-01-21T02:25:43.802Z|32efc44f-1120-4a93-b1dc-976549dbaec9|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 GA56EUWC164xREHU) ...
2022-01-21T02:25:48.273Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:48.274Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-21T02:25:48.274Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"01467474-4871-4970-8a0f-497a2bace2aa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"519221a2-c957-48bd-9b1c-1eb6ecd68a0b","serviceDescription":"service","serviceInvariantUUID":"8d261fdd-549e-4896-b31e-0b1cd30626c8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e75911bb-701d-454f-abe3-d689af49c2a3","resourceInvariantUUID":"106f88e1-6da2-4a7b-b326-aadbcee028d0","resourceCustomizationUUID":"4f93a14c-6cb1-49fb-9896-02983a0fb378","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":"ZDAyYzNiYmNjNDYxOTY0YjFlMGIzNTBlYzBlNDZhYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"726455ab-7958-4196-a7d9-5af00a697a30","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":"50812de9-7492-4e4f-a3a2-4acc34c12254","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":"43f92981-298e-4379-800f-1b55f4a8c660","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":"MTgzZjhmYjM5MDM2OTQwNDM1YzllNjQ5MDlkYWM4ZTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"61ac17e2-2115-4ad9-be93-815b613c169d","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":"59dca3e9-2eed-4be6-85a8-0a8d269929d6","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":"c31b0260-c362-45b7-ae87-1781c32a47f4","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":"da6af6d1-7da3-49a0-80b7-0c1584c64bd1","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":"ZjlhOTZkMmYwNjBjMmU0ZTQxY2RlMzI2Y2M1ZGE5MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f46068a0-a2a6-486f-9537-f2523598588d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YjZiZDc2NGFmMDYzNGVjYTAyZGVlYjJlMzEyYmQ3OGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd4beee4-e4d2-4d55-8c56-53a811531d62","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-21T02:25:48.275Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:48.276Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:48.277Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:48.277Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:48.377Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:48.378Z||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-01-21T02:25:48.378Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:48.384Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:48.384Z||pool-118-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:49.278Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:49.278Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:49.280Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:49.280Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:49.380Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:49.381Z||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-01-21T02:25:49.381Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:49.388Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:49.388Z||pool-119-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:50.281Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:50.282Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:50.283Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:50.284Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:50.384Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:50.384Z||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-01-21T02:25:50.384Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:50.391Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:50.392Z||pool-120-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:51.284Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:51.285Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:51.286Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:51.287Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:51.387Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:51.387Z||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-01-21T02:25:51.387Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:51.394Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:51.394Z||pool-121-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:52.287Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:52.288Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:52.289Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:52.289Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:52.390Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:52.390Z||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-01-21T02:25:52.390Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:52.397Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:52.397Z||pool-122-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:53.290Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:53.291Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:53.293Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:53.293Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:53.393Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:53.394Z||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-01-21T02:25:53.394Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:53.401Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:53.402Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-01-21T02:25:54.294Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:54.294Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:54.297Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:54.297Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:54.397Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:54.397Z||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-01-21T02:25:54.398Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:54.404Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:54.404Z||pool-124-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:55.297Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:55.298Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:55.300Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:55.300Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:25:55.400Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:55.400Z||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-01-21T02:25:55.400Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:55.406Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:55.406Z||pool-125-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:56.301Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-21T02:25:56.301Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:56.303Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:56.304Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:25:56.404Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:56.404Z||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-01-21T02:25:56.404Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:56.410Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:56.411Z||pool-126-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:57.305Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "519221a2-c957-48bd-9b1c-1eb6ecd68a0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8d261fdd-549e-4896-b31e-0b1cd30626c8",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4f93a14c-6cb1-49fb-9896-02983a0fb378",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e75911bb-701d-454f-abe3-d689af49c2a3",
      "resourceInvariantUUID": "106f88e1-6da2-4a7b-b326-aadbcee028d0",
      "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": "YjZiZDc2NGFmMDYzNGVjYTAyZGVlYjJlMzEyYmQ3OGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fd4beee4-e4d2-4d55-8c56-53a811531d62"
    }
  ],
  "workloadContext": "Production"
}
2022-01-21T02:25:57.306Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-21T02:25:57.306Z|32efc44f-1120-4a93-b1dc-976549dbaec9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 519221a2-c957-48bd-9b1c-1eb6ecd68a0b ASDC
2022-01-21T02:25:57.306Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:01467474-4871-4970-8a0f-497a2bace2aa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:519221a2-c957-48bd-9b1c-1eb6ecd68a0b
ServiceInvariantUUID:8d261fdd-549e-4896-b31e-0b1cd30626c8
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:fd4beee4-e4d2-4d55-8c56-53a811531d62
ArtifactChecksum:YjZiZDc2NGFmMDYzNGVjYTAyZGVlYjJlMzEyYmQ3OGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4f93a14c-6cb1-49fb-9896-02983a0fb378
ResourceInvariantUUID:106f88e1-6da2-4a7b-b326-aadbcee028d0
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e75911bb-701d-454f-abe3-d689af49c2a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-21T02:25:57.306Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 519221a2-c957-48bd-9b1c-1eb6ecd68a0b 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-01-21T02:25:57.327Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:25:57.328Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:25:57.328Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:25:57.328Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fd4beee4-e4d2-4d55-8c56-53a811531d62 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-21T02:25:57.328Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-01-21T02:25:57.328Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-21T02:25:57.390Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-01-21T02:25:57.396Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fd4beee4-e4d2-4d55-8c56-53a811531d62 105635
2022-01-21T02:25:57.396Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-21T02:25:57.397Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-21T02:25:57.397Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-21T02:25:57.397Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:57.399Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:57.399Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731957396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:25:57.499Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:57.500Z||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-01-21T02:25:57.500Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:57.506Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:57.507Z||pool-127-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:25:58.400Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-21T02:25:58.401Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-01-21T02:25:58.401Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fd4beee4-e4d2-4d55-8c56-53a811531d62, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:58.401Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-21T02:25:58.401Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:58.402Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:58.489Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17790794026113435700/Definitions/service-TestPnfMacro-template.yml
2022-01-21T02:25:59.097Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||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-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|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-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|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-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|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-TestPnfMacro-csar.csar
2022-01-21T02:25:59.098Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.099Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.100Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.101Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.101Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:519221a2-c957-48bd-9b1c-1eb6ecd68a0b
Model Version:NULL
Model InvariantUuid:8d261fdd-549e-4896-b31e-0b1cd30626c8
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-01-21T02:25:59.107Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: e75911bb-701d-454f-abe3-d689af49c2a3
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-01-21T02:25:59.109Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-01-21T02:25:59.109Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e75911bb-701d-454f-abe3-d689af49c2a3
2022-01-21T02:25:59.109Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 519221a2-c957-48bd-9b1c-1eb6ecd68a0b
2022-01-21T02:25:59.109Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 519221a2-c957-48bd-9b1c-1eb6ecd68a0b
2022-01-21T02:25:59.109Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e75911bb-701d-454f-abe3-d689af49c2a3 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-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38029893, org.onap.sdc.toscaparser.api.parameters.Input@88f44a2, org.onap.sdc.toscaparser.api.parameters.Input@1f359a9c, org.onap.sdc.toscaparser.api.parameters.Input@9b1df7b, org.onap.sdc.toscaparser.api.parameters.Input@25db08de]
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 519221a2-c957-48bd-9b1c-1eb6ecd68a0b: test-pnf
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Processing PNF resource: e75911bb-701d-454f-abe3-d689af49c2a3
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-21T02:25:59.113Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||Resource customization UUID: 4f93a14c-6cb1-49fb-9896-02983a0fb378 is the same as notified resource customizationUUID: 4f93a14c-6cb1-49fb-9896-02983a0fb378
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-01-21T02:25:59.136Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e75911bb-701d-454f-abe3-d689af49c2a3 0 ASDC deployResourceStructure
2022-01-21T02:25:59.136Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-21T02:25:59.137Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-21T02:25:59.137Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-21T02:25:59.137Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:25:59.139Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:25:59.139Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731959136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:25:59.239Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:25:59.240Z||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-01-21T02:25:59.240Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:25:59.246Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:25:59.246Z||pool-128-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1}
2022-01-21T02:26:00.140Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:26:00.146Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:26:00.148Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:26:00.148Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:26:00.148Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:26:30.148Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:26:30.158Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:26:30.160Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:26:30.160Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-21T02:26:30.160Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-21T02:26:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:26:34.951Z||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-01-21T02:26:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:26:34.970Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:26:34.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "431d665a-84c2-4dcb-acd3-e78e0d1749cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731839189,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-01-21T02:26:34.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731848690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731840994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731832408,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731837629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731835349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731832709,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731850682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731851189,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731851190,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731851191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731851271,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731851275,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731851730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731852277,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731852293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "cds",
  "timestamp": 1642731852398,
  "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-01-21T02:26:34.986Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01467474-4871-4970-8a0f-497a2bace2aa
2022-01-21T02:26:34.986Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:26:34.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731852868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731852882,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1642731853295,
  "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-01-21T02:26:34.996Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 01467474-4871-4970-8a0f-497a2bace2aa
2022-01-21T02:26:34.996Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:26:35.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "policy-id",
  "timestamp": 1642731853281,
  "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-01-21T02:26:35.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01467474-4871-4970-8a0f-497a2bace2aa
2022-01-21T02:26:35.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:26:35.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1642731853885,
  "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-01-21T02:26:35.011Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01467474-4871-4970-8a0f-497a2bace2aa
2022-01-21T02:26:35.011Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:26:35.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731853965,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731854967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731855670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731855970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "aai-ml",
  "timestamp": 1642731856672,
  "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-01-21T02:26:35.019Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01467474-4871-4970-8a0f-497a2bace2aa
2022-01-21T02:26:35.019Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:26:35.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731856973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1642731849093,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731860494,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:26:35.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:00.160Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:27:00.167Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-21T02:27:00.169Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-21T02:27:00.169Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-21T02:27:00.169Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-21T02:27:00.170Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:27:00.174Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-21T02:27:30.174Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:27:30.181Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01467474-4871-4970-8a0f-497a2bace2aa and serviceModelVersionId: 519221a2-c957-48bd-9b1c-1eb6ecd68a0b
2022-01-21T02:27:30.181Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d261fdd-549e-4896-b31e-0b1cd30626c8
2022-01-21T02:27:30.182Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0
2022-01-21T02:27:30.187Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-01-21T02:27:30.217Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0|INFO|500||Invoke
2022-01-21T02:27:30.218Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[01467474-4871-4970-8a0f-497a2bace2aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a191b68-ca51-4fc1-8084-5918e5500374], X-ECOMP-RequestID=[01467474-4871-4970-8a0f-497a2bace2aa], X-TransactionId=[], X-ONAP-RequestID=[01467474-4871-4970-8a0f-497a2bace2aa], Content-Type=[application/merge-patch+json]}
2022-01-21T02:27:30.233Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-21T02:27:30.494Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?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/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220121-02:27:30:237-29515], vertex-id=[225368], Content-Length=[0], Date=[Fri, 21 Jan 2022 02:27:30 GMT], Content-Type=[application/json]}
2022-01-21T02:27:30.495Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-21T02:27:30.496Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8d261fdd-549e-4896-b31e-0b1cd30626c8/model-vers/model-ver/519221a2-c957-48bd-9b1c-1eb6ecd68a0b?depth=0|INFO|500||InvokeReturn
2022-01-21T02:27:30.496Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-21T02:27:30.496Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:27:30.500Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:27:30.500Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01467474-4871-4970-8a0f-497a2bace2aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-21T02:27:30.501Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-21T02:27:30.501Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-01-21T02:27:30.503Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-21T02:27:30.503Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642732050501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:27:30.603Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-21T02:27:30.604Z||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-01-21T02:27:30.604Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GA56EUWC164xREHU) ...
2022-01-21T02:27:30.614Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:27:30.614Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 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-01-21T02:27:31.516Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:27:31.516Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:27:31.516Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:27:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:27:34.950Z||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-01-21T02:27:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:27:34.965Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:27:34.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731877646,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731879656,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:27:34.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "clamp",
  "timestamp": 1642731880660,
  "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-01-21T02:27:34.970Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01467474-4871-4970-8a0f-497a2bace2aa
2022-01-21T02:27:34.970Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01467474-4871-4970-8a0f-497a2bace2aa 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-01-21T02:27:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "293b5987-3c2b-4878-af6c-d4f335a17776",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731888116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:27:34.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731737937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731898296,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731900390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731901600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731902793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731904183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731905286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731906374,
  "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-01-21T02:27:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731907381,
  "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-01-21T02:27:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731908386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731909389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731910393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731911395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:27:34.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:27:41.046Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:27:41.047Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:27:41.047Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:27:41.048Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:27:50.584Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:27:50.585Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:27:50.585Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:27:50.585Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:28:00.114Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:28:00.114Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:28:00.115Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:28:00.115Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:28:09.646Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:28:09.647Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:28:09.647Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:28:09.647Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:28:19.179Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:28:19.180Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:28:19.180Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:28:19.180Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:28:28.709Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:28:28.710Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:28:28.710Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:28:28.710Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:28:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:28:34.951Z||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-01-21T02:28:34.951Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:28:34.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:28:34.969Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.969Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "32efc44f-1120-4a93-b1dc-976549dbaec9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731942789,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.970Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731943802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731957396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642731959136,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-21T02:28:34.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:28:38.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:28:38.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:28:38.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:28:38.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:28:47.766Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:29:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:29:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:29:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:29:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:29:34.950Z||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-01-21T02:29:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:29:35.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:29:35.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-21T02:29:35.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01467474-4871-4970-8a0f-497a2bace2aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1642732050501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-21T02:29:35.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-21T02:29:44.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:30:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:30:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:30:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:30:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:30:34.950Z||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-01-21T02:30:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:30:44.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:30:44.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:31:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:31:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:31:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:31:34.950Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:31:34.950Z||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-01-21T02:31:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:31:44.478Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:31:44.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:32:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:32:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:32:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:32:34.950Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:32:34.950Z|01467474-4871-4970-8a0f-497a2bace2aa|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-01-21T02:32:34.950Z|01467474-4871-4970-8a0f-497a2bace2aa|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 GA56EUWC164xREHU) ...
2022-01-21T02:32:44.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:32:44.486Z|01467474-4871-4970-8a0f-497a2bace2aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:33:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:33:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:33:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:33:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:33:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|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-01-21T02:33:34.950Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|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 GA56EUWC164xREHU) ...
2022-01-21T02:33:44.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:33:44.486Z|21d14b7a-1eba-4fe1-9344-7888a90581ce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:34:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:34:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:34:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:34:34.950Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:34:34.950Z||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-01-21T02:34:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:34:44.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:34:44.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:35:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:35:34.949Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:35:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:35:34.950Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:35:34.950Z||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-01-21T02:35:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:35:44.508Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:35:44.508Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:36:34.948Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:36:34.948Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-21T02:36:34.949Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GA56EUWC164xREHU) ...
2022-01-21T02:36:34.950Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-21T02:36:34.950Z||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-01-21T02:36:34.950Z||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 GA56EUWC164xREHU) ...
2022-01-21T02:36:44.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-21T02:36:44.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK