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-29T01:14:09.941Z||main|||||INFO|500||The following profiles are active: basic
2022-01-29T01:14:18.077Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-29T01:14:18.077Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-29T01:14:18.155Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-29T01:14:20.393Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-29T01:14:20.567Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-29T01:14:20.935Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-29T01:14:20.944Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-29T01:14:21.020Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-29T01:14:21.147Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-29T01:14:21.513Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-29T01:14:22.265Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-29T01:14:23.949Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-29T01:14:24.001Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-29T01:14:24.525Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-29T01:14:24.730Z||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-29T01:14:25.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-29T01:14:26.714Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-29T01:14:26.730Z||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$$9eadfab5.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-29T01:14:26.731Z||main|||||WARN|500||The sdc end point is not alive
2022-01-29T01:14:29.093Z||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-29T01:14:31.491Z||main|||||WARN|500||---
2022-01-29T01:14:31.491Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-29T01:14:31.491Z||main|||||WARN|500||---
2022-01-29T01:14:31.877Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-29T01:14:35.819Z||main|||||INFO|500||Started Application in 29.693 seconds (JVM running for 30.736)
2022-01-29T01:14:35.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:14:35.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:14:35.842Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:14:35.890Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:14:35.928Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 74989230-43e1-4ade-b410-27a5d24267dc url= /sdc/v1/artifactTypes
2022-01-29T01:14:35.929Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:14:37.043Z||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.62.255] 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$$80535643.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-29T01:14:37.047Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3464cc23
2022-01-29T01:14:37.047Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:14:37.060Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:14:37.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:14:37.064Z||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$$80535643.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-29T01:15:25.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:15:25.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:15:25.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:15:25.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:15:25.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 55770ed0-ae5f-4bb2-b391-624112847118 url= /sdc/v1/artifactTypes
2022-01-29T01:15:25.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:15:26.864Z||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.62.255] 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$$80535643.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-29T01:15:26.865Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@698c8970
2022-01-29T01:15:26.865Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:15:26.865Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:15:26.865Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:15:26.866Z||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$$80535643.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-29T01:16:15.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:16:15.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:16:15.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:16:15.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:16:15.827Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04c16253-46b0-4866-a418-cfda303d18e3 url= /sdc/v1/artifactTypes
2022-01-29T01:16:15.828Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:16:16.846Z||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.62.255] 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$$80535643.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-29T01:16:16.848Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42cce2c
2022-01-29T01:16:16.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:16:16.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:16:16.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:16:16.849Z||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$$80535643.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-29T01:17:05.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:17:05.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:17:05.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:17:05.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:17:05.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 434d9750-96e9-4dfe-8da9-10032be75941 url= /sdc/v1/artifactTypes
2022-01-29T01:17:05.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:17:06.862Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:17:06.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@79d2e748
2022-01-29T01:17:06.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:17:06.864Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:17:06.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:17:06.865Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:17:55.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:17:55.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:17:55.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:17:55.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:17:55.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b9bb962-e4e1-40d3-a1cb-2c009c078e70 url= /sdc/v1/artifactTypes
2022-01-29T01:17:55.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:17:56.846Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:17:56.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4e044ab3
2022-01-29T01:17:56.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:17:56.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:17:56.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:17:56.848Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:18:45.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:18:45.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:18:45.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:18:45.819Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:18:45.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2ce024c-b124-4b9a-87a3-4e2ebbdb943c url= /sdc/v1/artifactTypes
2022-01-29T01:18:45.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:18:46.862Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:18:46.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e7911a2
2022-01-29T01:18:46.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:18:46.863Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:18:46.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:18:46.864Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:19:35.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:19:35.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:19:35.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:19:35.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:19:35.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f7173a2c-4404-40f8-9d50-7f90a29471ed url= /sdc/v1/artifactTypes
2022-01-29T01:19:35.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:19:36.846Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:19:36.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78b5e2cc
2022-01-29T01:19:36.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:19:36.847Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:19:36.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:19:36.848Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:20:25.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:20:25.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:20:25.815Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:20:25.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:20:25.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 49c308eb-5b21-4143-9440-59e3c49e13a3 url= /sdc/v1/artifactTypes
2022-01-29T01:20:25.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:20:26.866Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:20:26.867Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73934a01
2022-01-29T01:20:26.867Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:20:26.867Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:20:26.867Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:20:26.868Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:21:15.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:21:15.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:21:15.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:21:15.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:21:15.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7d665e9e-5c3a-4609-b1e5-6151c6075af6 url= /sdc/v1/artifactTypes
2022-01-29T01:21:15.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:21:16.846Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:21:16.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@507bc765
2022-01-29T01:21:16.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:21:16.847Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:21:16.847Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:21:16.848Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:22:05.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:22:05.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:22:05.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:22:05.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:22:05.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0eea171d-536f-4b19-9013-6982afc80e18 url= /sdc/v1/artifactTypes
2022-01-29T01:22:05.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:22:06.862Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:22:06.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67f85531
2022-01-29T01:22:06.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:22:06.864Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:22:06.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:22:06.864Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:22:55.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:22:55.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:22:55.815Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:22:55.817Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:22:55.821Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9fba8a4-b38a-4035-a4c9-1ed285745166 url= /sdc/v1/artifactTypes
2022-01-29T01:22:55.821Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:22:56.847Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:22:56.848Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@982ccb9
2022-01-29T01:22:56.848Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:22:56.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:22:56.849Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:22:56.849Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:23:45.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:23:45.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:23:45.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:23:45.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:23:45.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7cc0c54f-eaff-4e8d-88ed-e58fbad544df url= /sdc/v1/artifactTypes
2022-01-29T01:23:45.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:23:46.862Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:23:46.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b2c6840
2022-01-29T01:23:46.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:23:46.864Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:23:46.864Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:23:46.865Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:24:26.201Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-29T01:24:35.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:24:35.816Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:24:35.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:24:35.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:24:35.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ae347667-e057-404d-8aee-97df3896c9c5 url= /sdc/v1/artifactTypes
2022-01-29T01:24:35.822Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:24:36.847Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:24:36.847Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b3188c6
2022-01-29T01:24:36.847Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:24:36.848Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:24:36.848Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:24:36.848Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:25:25.815Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:25:25.815Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:25:25.816Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:25:25.818Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:25:25.823Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f61d0f8a-80a9-4435-b051-5597f114d917 url= /sdc/v1/artifactTypes
2022-01-29T01:25:25.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:25:26.862Z||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.62.255] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-01-29T01:25:26.863Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cf04b27
2022-01-29T01:25:26.863Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-29T01:25:26.863Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-29T01:25:26.863Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-29T01:25:26.864Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$80535643.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-01-29T01:26:15.819Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-29T01:26:15.820Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-29T01:26:15.820Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-29T01:26:15.823Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-29T01:26:15.829Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 54778a8f-c04f-4f46-bf57-281f1c78fbe5 url= /sdc/v1/artifactTypes
2022-01-29T01:26:15.829Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-29T01:26:16.033Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-29T01:26:16.040Z||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-29T01:26:16.061Z||scheduling-1|||||DEBUG|500||create keys
2022-01-29T01:26:16.067Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-29T01:26:16.413Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:26:16.429Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 0e06e27d-075b-483d-bc40-d2a8c280dd59 url= /sdc/v1/registerForDistribution
2022-01-29T01:26:17.029Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 0e06e27d-075b-483d-bc40-d2a8c280dd59 url= /sdc/v1/registerForDistribution
2022-01-29T01:26:17.029Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-29T01:26:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:26:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:26:17.042Z||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-29T01:26:17.042Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-29T01:26:17.042Z||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-29T01:26:17.043Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:26:17.043Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:26:27.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:26:27.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:27:17.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:27:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:27:17.041Z||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-29T01:27:17.041Z||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-29T01:27:17.041Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:27:17.041Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:27:26.592Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:27:26.599Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:28:17.035Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:28:17.036Z||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-29T01:28:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:28:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:28:17.038Z||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-29T01:28:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:28:26.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:28:26.588Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:29:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:29:17.036Z||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-29T01:29:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:29:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:29:17.038Z||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-29T01:29:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:29:26.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:29:26.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:30:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:30:17.036Z||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-29T01:30:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:30:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:30:17.039Z||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-29T01:30:17.039Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:30:26.586Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:30:26.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:31:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:31:17.036Z||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-29T01:31:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:31:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:31:17.038Z||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-29T01:31:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:31:26.601Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:31:26.610Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:32:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:32:17.036Z||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-29T01:32:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:32:17.037Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:32:17.038Z||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-29T01:32:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:32:26.589Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:32:26.589Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:33:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:33:17.036Z||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-29T01:33:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:33:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:33:17.039Z||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-29T01:33:17.039Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:33:26.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:33:26.604Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:34:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:34:17.036Z||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-29T01:34:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:34:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:34:17.038Z||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-29T01:34:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:34:26.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:34:26.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:35:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:35:17.036Z||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-29T01:35:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:35:17.038Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:35:17.038Z||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-29T01:35:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:35:26.590Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:35:26.590Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:36:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:36:17.036Z||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-29T01:36:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:36:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:36:17.038Z||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-29T01:36:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:36:26.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:36:26.584Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:37:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:37:17.036Z||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-29T01:37:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:37:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:37:17.038Z||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-29T01:37:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:37:26.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:37:26.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:38:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:38:17.037Z||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-29T01:38:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:38:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:38:17.038Z||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-29T01:38:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:38:26.583Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:38:26.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:39:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:39:17.036Z||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-29T01:39:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:39:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:39:17.038Z||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-29T01:39:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:39:26.579Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:39:26.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:40:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:40:17.036Z||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-29T01:40:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:40:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:40:17.038Z||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-29T01:40:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:40:26.584Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:40:26.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:41:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:41:17.036Z||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-29T01:41:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:41:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:41:17.038Z||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-29T01:41:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:41:26.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:41:26.587Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:42:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:42:17.036Z||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-29T01:42:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:42:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:42:17.038Z||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-29T01:42:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:42:26.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:42:26.584Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:43:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:43:17.036Z||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-29T01:43:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:43:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:43:17.038Z||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-29T01:43:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:43:26.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:43:26.582Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:44:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:44:17.036Z||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-29T01:44:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:44:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:44:17.038Z||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-29T01:44:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:44:26.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:44:26.585Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:45:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:45:17.036Z||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-29T01:45:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:45:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:45:17.038Z||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-29T01:45:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:45:26.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:45:26.586Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:46:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:46:17.036Z||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-29T01:46:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:46:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:46:17.038Z||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-29T01:46:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:46:26.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:46:26.586Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:47:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:47:17.036Z||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-29T01:47:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:47:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:47:17.038Z||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-29T01:47:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:47:26.591Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:47:26.598Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:48:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:48:17.036Z||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-29T01:48:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:48:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:48:17.038Z||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-29T01:48:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:48:26.580Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:48:26.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:49:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:49:17.036Z||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-29T01:49:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:49:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:49:17.037Z||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-29T01:49:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:49:26.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:49:26.587Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:50:17.035Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:50:17.036Z||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-29T01:50:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:50:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:50:17.038Z||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-29T01:50:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:50:26.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:50:26.581Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:51:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:51:17.036Z||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-29T01:51:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:51:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:51:17.038Z||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-29T01:51:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:51:26.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:51:26.582Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:52:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:52:17.037Z||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-29T01:52:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:52:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:52:17.038Z||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-29T01:52:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:52:26.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:52:26.584Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:53:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:53:17.036Z||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-29T01:53:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:53:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:53:17.038Z||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-29T01:53:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:53:26.581Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:53:26.582Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:54:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:54:17.036Z||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-29T01:54:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:54:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:54:17.038Z||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-29T01:54:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:54:26.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:54:26.582Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:55:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:55:17.036Z||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-29T01:55:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:55:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:55:17.038Z||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-29T01:55:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:55:26.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:55:26.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:56:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:56:17.036Z||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-29T01:56:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:56:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:56:17.038Z||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-29T01:56:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:56:26.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:56:26.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:57:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:57:17.036Z||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-29T01:57:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:57:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:57:17.038Z||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-29T01:57:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:57:26.580Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:57:26.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:58:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:58:17.036Z||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-29T01:58:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:58:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:58:17.038Z||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-29T01:58:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:58:26.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:58:26.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:59:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:59:17.036Z||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-29T01:59:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:59:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T01:59:17.038Z||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-29T01:59:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T01:59:26.581Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T01:59:26.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:00:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:00:17.036Z||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-29T02:00:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:00:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:00:17.037Z||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-29T02:00:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:00:26.579Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:00:26.586Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:01:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:01:17.036Z||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-29T02:01:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:01:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:01:17.038Z||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-29T02:01:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:01:26.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:01:26.582Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:02:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:02:17.036Z||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-29T02:02:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:02:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:02:17.038Z||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-29T02:02:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:02:26.577Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:02:26.584Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:03:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:03:17.036Z||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-29T02:03:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:03:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:03:17.038Z||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-29T02:03:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:03:26.580Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:03:26.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:04:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:04:17.036Z||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-29T02:04:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:04:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:04:17.038Z||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-29T02:04:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:04:26.585Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:04:26.588Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:05:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:05:17.036Z||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-29T02:05:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:05:17.037Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:05:17.038Z||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-29T02:05:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:05:26.578Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:05:26.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:17.035Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:06:17.036Z||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-29T02:06:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:06:17.037Z||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-29T02:06:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:19.663Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:19.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-29T02:06:19.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"60ee6b30-8b48-4c50-9956-a27874bc11db","serviceName":"vFW 2022-01-29 02-04-12","serviceVersion":"1.0","serviceUUID":"a4c2c217-4fdf-49f0-82f5-ee63cac34805","serviceDescription":"catalog service description","serviceInvariantUUID":"b9f63cd8-fbc6-4873-945c-b02a39240932","resources":[{"resourceInstanceName":"vFW 65ca5eed-aece 0","resourceName":"vFW 65ca5eed-aece","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f2dabd7-3a0d-4e90-b817-7ebcfca633a8","resourceInvariantUUID":"e5568234-26e9-425a-9a33-4180e30a1451","resourceCustomizationUUID":"7bb0c917-3de6-4860-a8df-c66b4c514636","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml","artifactChecksum":"NmRkYTQ3ZDcyMWMzMzQyNjkxYjI5NTkwNjUyZmJhMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ead8bf3-bbc8-42a0-aa9f-afc3af32e73c","artifactVersion":"1"},{"artifactName":"vfw65ca5eedaece0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json","artifactChecksum":"NjJkOGE5Mjg1Mjc4NTVkNTg2MzhlMmJmNDM1NTMwYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"96f75e5b-d2b1-4f33-bed5-1520da2dcc20","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb18f2c8-0f42-43ef-a037-596b3e8b843a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml","artifactChecksum":"MGZkZjk0MTFkNjY4NDAzMTM2MmQ4NWVhMjQzMTk4MjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed3bd5be-9aa3-4540-886a-4b04898cef29","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"577aa5cf-81d6-414e-96a0-8bf0ab5afdfb","artifactVersion":"2","generatedFromUUID":"cb18f2c8-0f42-43ef-a037-596b3e8b843a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220129020412-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml","artifactChecksum":"YWEwNmYxODM4NDU1NTdkNjEyMGY3YjVlNjBlMWZiYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffc247f8-0357-40d3-87a7-bccfe0fc54e2","artifactVersion":"1"},{"artifactName":"service-Vfw20220129020412-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar","artifactChecksum":"ZmU5ZjcyZWQxZjE1MDM3NzhmZjc2Y2JkMDUzNWY4NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b47ef817-6577-4181-9a0e-b7d16fd02b0b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:06:19.671Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:19.675Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:19.684Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:19.684Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:06:19.784Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-29T02:06:19.788Z||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-29T02:06:19.788Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:19.814Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:19.815Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":3,"count":1}
2022-01-29T02:06:19.933Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:19.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:06:19.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:06:19.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:06:19.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:06:19.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:06:19.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:06:20.689Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:20.690Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:20.692Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:20.692Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:06:20.792Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:20.793Z||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-29T02:06:20.793Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:20.805Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:20.806Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:21.692Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:21.693Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:21.695Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:21.695Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:06:21.795Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:06:21.796Z||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-29T02:06:21.796Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:21.817Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:21.818Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:22.696Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:22.697Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:22.699Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:22.699Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:06:22.799Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:22.800Z||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-29T02:06:22.800Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:22.819Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:22.820Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:23.699Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:23.700Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:23.702Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:23.702Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-29T02:06:23.802Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:23.803Z||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-29T02:06:23.803Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:23.818Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:23.819Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:24.702Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:24.703Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:24.705Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:24.705Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:06:24.805Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:24.806Z||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-29T02:06:24.806Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:24.819Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:24.819Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:06:25.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:06:25.706Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:25.707Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:25.708Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:06:25.808Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:25.808Z||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-29T02:06:25.808Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:25.824Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:25.826Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:26.709Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "serviceName": "vFW 2022-01-29 02-04-12",
  "serviceVersion": "1.0",
  "serviceUUID": "a4c2c217-4fdf-49f0-82f5-ee63cac34805",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b9f63cd8-fbc6-4873-945c-b02a39240932",
  "resources": [
    {
      "resourceInstanceName": "vFW 65ca5eed-aece 0",
      "resourceCustomizationUUID": "7bb0c917-3de6-4860-a8df-c66b4c514636",
      "resourceName": "vFW 65ca5eed-aece",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f2dabd7-3a0d-4e90-b817-7ebcfca633a8",
      "resourceInvariantUUID": "e5568234-26e9-425a-9a33-4180e30a1451",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw65ca5eedaece0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
          "artifactChecksum": "NjJkOGE5Mjg1Mjc4NTVkNTg2MzhlMmJmNDM1NTMwYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "96f75e5b-d2b1-4f33-bed5-1520da2dcc20",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cb18f2c8-0f42-43ef-a037-596b3e8b843a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "577aa5cf-81d6-414e-96a0-8bf0ab5afdfb",
            "generatedFromUUID": "cb18f2c8-0f42-43ef-a037-596b3e8b843a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "577aa5cf-81d6-414e-96a0-8bf0ab5afdfb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220129020412-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
      "artifactChecksum": "ZmU5ZjcyZWQxZjE1MDM3NzhmZjc2Y2JkMDUzNWY4NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b47ef817-6577-4181-9a0e-b7d16fd02b0b"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:06:26.710Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:06:26.710Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4c2c217-4fdf-49f0-82f5-ee63cac34805 ASDC
2022-01-29T02:06:26.795Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:60ee6b30-8b48-4c50-9956-a27874bc11db
ServiceName:vFW 2022-01-29 02-04-12
ServiceVersion:1.0
ServiceUUID:a4c2c217-4fdf-49f0-82f5-ee63cac34805
ServiceInvariantUUID:b9f63cd8-fbc6-4873-945c-b02a39240932
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220129020412-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
ArtifactUUID:b47ef817-6577-4181-9a0e-b7d16fd02b0b
ArtifactChecksum:ZmU5ZjcyZWQxZjE1MDM3NzhmZjc2Y2JkMDUzNWY4NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 65ca5eed-aece 0
ResourceCustomizationUUID:7bb0c917-3de6-4860-a8df-c66b4c514636
ResourceInvariantUUID:e5568234-26e9-425a-9a33-4180e30a1451
ResourceName:vFW 65ca5eed-aece
ResourceType:VF
ResourceUUID:2f2dabd7-3a0d-4e90-b817-7ebcfca633a8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw65ca5eedaece0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
ArtifactUUID:96f75e5b-d2b1-4f33-bed5-1520da2dcc20
ArtifactChecksum:NjJkOGE5Mjg1Mjc4NTVkNTg2MzhlMmJmNDM1NTMwYWE=
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/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
ArtifactUUID:cb18f2c8-0f42-43ef-a037-596b3e8b843a
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/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
ArtifactUUID:577aa5cf-81d6-414e-96a0-8bf0ab5afdfb
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/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
ArtifactUUID:577aa5cf-81d6-414e-96a0-8bf0ab5afdfb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-29T02:06:26.795Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4c2c217-4fdf-49f0-82f5-ee63cac34805 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-29T02:06:26.949Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:06:26.950Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:06:26.950Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:06:26.951Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b47ef817-6577-4181-9a0e-b7d16fd02b0b from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:26.951Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:26.952Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:27.161Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:27.174Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar b47ef817-6577-4181-9a0e-b7d16fd02b0b 98899
2022-01-29T02:06:27.175Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar ASDC sendASDCNotification
2022-01-29T02:06:27.175Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:27.176Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:27.177Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:27.178Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:27.178Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421987175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:06:27.278Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:27.279Z||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-29T02:06:27.279Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:27.293Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:27.293Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:28.179Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:06:28.179Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:06:28.180Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b47ef817-6577-4181-9a0e-b7d16fd02b0b, URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar to file: /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.180Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.281Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.282Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:28.683Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13898949749319620056/Definitions/service-Vfw20220129020412-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-29T02:06:31.153Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 65ca5eed-aece 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-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.157Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:31.158Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:06:31.164Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.165Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.188Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.188Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:06:31.190Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:06:31.191Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.191Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.192Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.195Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:31.196Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.197Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:06:31.198Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.198Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.199Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.200Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:31.201Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=af5b77a5-8b6a-4b8e-b2f9-96adc390b0b3
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.202Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6807d8d8-4053-47a8-b193-9e961b2f349a
2022-01-29T02:06:31.203Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:31.204Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2048a2d7-3ede-434f-82bf-1e692708cd47
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.205Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:31.206Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-29 02-04-12
Description:catalog service description
Model UUID:a4c2c217-4fdf-49f0-82f5-ee63cac34805
Model Version:NULL
Model InvariantUuid:b9f63cd8-fbc6-4873-945c-b02a39240932
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 65ca5eed-aece
Model UUID:ac10a8ff-cdff-4309-8cb7-7b5c06b77aa1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e5568234-26e9-425a-9a33-4180e30a1451
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7bb0c917-3de6-4860-a8df-c66b4c514636
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c4cc070c-48db-46c1-84ba-9843a60af3d4
ModelName:Vfw65ca5eedAece..base_vfw..module-0
ModelUuid:674f1c23-f246-4c88-a238-4f1e8bdb9e51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:af5b77a5-8b6a-4b8e-b2f9-96adc390b0b3
ModelInvariantUuid:2706f857-cb58-4d81-8267-ab939da4408a
ModelName:vFW 65ca5eed-aece-nodes.vfwCvfc
ModelUuid:f4c61136-497b-41eb-a28d-258c0edc353c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:474331b0-a0a2-4b91-af40-3b9def1ae007
ModelInvariantUuid:90ef1eeb-3606-49c3-aa34-23fd0d02c6ca
ModelName:Vfw65ca5eedAece.compute.nodes.heat.vfw
ModelUuid:4e90e76c-0615-47b0-81fb-9b571f5cf0f5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6807d8d8-4053-47a8-b193-9e961b2f349a
ModelInvariantUuid:7507be58-14ac-41af-812d-e06cd64c34aa
ModelName:vFW 65ca5eed-aece-nodes.vsnCvfc
ModelUuid:92bf2be7-f9c2-4d10-a747-facc3cd03f4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a711f349-82fa-4f6b-bfa9-b733cee16210
ModelInvariantUuid:7b84c815-fcf7-4562-b830-a24b205c8a08
ModelName:Vfw65ca5eedAece.compute.nodes.heat.vsn
ModelUuid:701474b6-37b0-4869-95f6-c6a16f1e848f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2048a2d7-3ede-434f-82bf-1e692708cd47
ModelInvariantUuid:77af4d87-e720-4443-b5d7-c845465f8c2c
ModelName:vFW 65ca5eed-aece-nodes.vpgCvfc
ModelUuid:53146a3d-2477-4e7c-ab61-b7cb9e729b93
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:33f057ec-e160-437e-8651-071a5642f149
ModelInvariantUuid:d4e8eb8d-374d-45ec-a4c6-bdb6e4ee2f59
ModelName:Vfw65ca5eedAece.compute.nodes.heat.vpg
ModelUuid:d8b73e17-9cce-4616-a4e3-dadbe8b2ef49
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-29T02:06:31.224Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8
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-29T02:06:31.306Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||vFW 65ca5eed-aece 0
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 96f75e5b-d2b1-4f33-bed5-1520da2dcc20 from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:31.312Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:31.368Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:31.368Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json 96f75e5b-d2b1-4f33-bed5-1520da2dcc20 785
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json ASDC sendASDCNotification
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:31.369Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:31.371Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:31.371Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421991369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:06:31.471Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:31.472Z||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-29T02:06:31.472Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:31.485Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:31.485Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:32.372Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw65ca5eedAece..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c4cc070c-48db-46c1-84ba-9843a60af3d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "674f1c23-f246-4c88-a238-4f1e8bdb9e51",
    "vfModuleModelCustomizationUUID": "718a26e0-3b45-41d0-87b3-a4c0682dc1a7",
    "isBase": true,
    "artifacts": [
      "cb18f2c8-0f42-43ef-a037-596b3e8b843a",
      "577aa5cf-81d6-414e-96a0-8bf0ab5afdfb"
    ],
    "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-29T02:06:32.386Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw65ca5eedAece..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:674f1c23-f246-4c88-a238-4f1e8bdb9e51
VfModuleModelInvariantUUID:c4cc070c-48db-46c1-84ba-9843a60af3d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb18f2c8-0f42-43ef-a037-596b3e8b843a
,
577aa5cf-81d6-414e-96a0-8bf0ab5afdfb

}
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-29T02:06:32.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw65ca5eedAece..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c4cc070c-48db-46c1-84ba-9843a60af3d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "674f1c23-f246-4c88-a238-4f1e8bdb9e51",
    "vfModuleModelCustomizationUUID": "718a26e0-3b45-41d0-87b3-a4c0682dc1a7",
    "isBase": true,
    "artifacts": [
      "cb18f2c8-0f42-43ef-a037-596b3e8b843a",
      "577aa5cf-81d6-414e-96a0-8bf0ab5afdfb"
    ],
    "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-29T02:06:32.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw65ca5eedAece..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:674f1c23-f246-4c88-a238-4f1e8bdb9e51
VfModuleModelInvariantUUID:c4cc070c-48db-46c1-84ba-9843a60af3d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb18f2c8-0f42-43ef-a037-596b3e8b843a
,
577aa5cf-81d6-414e-96a0-8bf0ab5afdfb

}
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-29T02:06:32.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cb18f2c8-0f42-43ef-a037-596b3e8b843a from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:32.389Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:32.389Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:32.679Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:32.680Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml cb18f2c8-0f42-43ef-a037-596b3e8b843a 20368
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:32.681Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:32.683Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:32.683Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421992681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:06:32.783Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:32.784Z||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-29T02:06:32.784Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:32.798Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:32.799Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:33.684Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 577aa5cf-81d6-414e-96a0-8bf0ab5afdfb from URL: /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:33.685Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:06:33.685Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:33.985Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:06:33.985Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env 577aa5cf-81d6-414e-96a0-8bf0ab5afdfb 2098
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:06:33.986Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:33.988Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:33.988Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421993986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:06:34.088Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:34.089Z||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-29T02:06:34.089Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:34.102Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:34.103Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:34.989Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a4c2c217-4fdf-49f0-82f5-ee63cac34805
2022-01-29T02:06:34.989Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 65ca5eed-aece 0 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8 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-29T02:06:35.016Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32f39228, org.onap.sdc.toscaparser.api.parameters.Input@6db6af2b, org.onap.sdc.toscaparser.api.parameters.Input@473871f8, org.onap.sdc.toscaparser.api.parameters.Input@6ff9aa78, org.onap.sdc.toscaparser.api.parameters.Input@41b5077d]
2022-01-29T02:06:35.019Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7bb0c917-3de6-4860-a8df-c66b4c514636
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bb0c917-3de6-4860-a8df-c66b4c514636 matches Tosca VF Customization UUID: 7bb0c917-3de6-4860-a8df-c66b4c514636
2022-01-29T02:06:35.020Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7bb0c917-3de6-4860-a8df-c66b4c514636  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-29T02:06:35.025Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.025Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.026Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7bb0c917-3de6-4860-a8df-c66b4c514636: {\"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-29T02:06:35.026Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@164306eb
2022-01-29T02:06:35.026Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.027Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:06:35.027Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 718a26e0-3b45-41d0-87b3-a4c0682dc1a7
2022-01-29T02:06:35.028Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 718a26e0-3b45-41d0-87b3-a4c0682dc1a7
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-29T02:06:35.032Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.032Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.032Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.033Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.033Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.033Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:35.034Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.035Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:35.036Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.036Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=af5b77a5-8b6a-4b8e-b2f9-96adc390b0b3
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-29T02:06:35.041Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:35.042Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:35.043Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.044Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6807d8d8-4053-47a8-b193-9e961b2f349a
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-29T02:06:35.046Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.046Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.047Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.048Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.049Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-29T02:06:35.050Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-29T02:06:35.051Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-29T02:06:35.051Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-29T02:06:35.051Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2048a2d7-3ede-434f-82bf-1e692708cd47
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-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:06:35.053Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.054Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Node template vFW 65ca5eed-aece 0 is matching search criteria
2022-01-29T02:06:35.054Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 65ca5eed-aece 0] matching following query criteria: sdcType=VF, customizationUUID=7bb0c917-3de6-4860-a8df-c66b4c514636
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-29T02:06:35.055Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a4c2c217-4fdf-49f0-82f5-ee63cac34805: vFW 65ca5eed-aece
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.056Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.057Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-01-29 02-04-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:06:35.058Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-01-29 02-04-12 
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-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 65ca5eed-aece 2f2dabd7-3a0d-4e90-b817-7ebcfca633a8 1 ASDC deployResourceStructure
2022-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json ASDC sendASDCNotification
2022-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json
2022-01-29T02:06:35.291Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:35.292Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:35.294Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:35.294Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421995291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:06:35.394Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:35.395Z||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-29T02:06:35.395Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:35.411Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:35.411Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:36.295Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-29T02:06:36.295Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml
2022-01-29T02:06:36.296Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:36.296Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:36.297Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:36.298Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421996295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:06:36.398Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:36.398Z||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-29T02:06:36.398Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:36.412Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:36.412Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:37.299Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:37.301Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:37.301Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421997298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:06:37.401Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:37.402Z||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-29T02:06:37.402Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:37.414Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:37.415Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:38.302Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar ASDC sendASDCNotification
2022-01-29T02:06:38.302Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar
2022-01-29T02:06:38.303Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:06:38.303Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:06:38.305Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:06:38.305Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421998302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:06:38.405Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:06:38.406Z||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-29T02:06:38.406Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:06:38.419Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:06:38.419Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:06:39.306Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:06:39.332Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:06:39.334Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:06:39.334Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:06:39.335Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:07:09.335Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:07:09.344Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:07:09.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:07:09.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:07:09.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:07:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:07:17.038Z||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-29T02:07:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:07:17.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:07:17.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:07:17.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:07:17.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:07:39.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:07:39.354Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:07:39.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:07:39.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:07:39.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:08:09.356Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:08:09.364Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:08:09.366Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:08:09.366Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:08:09.366Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:08:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:08:17.038Z||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-29T02:08:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:08:17.061Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:08:17.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:08:17.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:08:17.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:08:17.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:08:17.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:08:39.367Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:08:39.376Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:08:39.378Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:08:39.379Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:08:39.379Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:09:09.379Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:09:09.388Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:09:09.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:09:09.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:09:09.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:09:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:09:17.038Z||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-29T02:09:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:09:17.065Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421976476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421977035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421971090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421972690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421976149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421970258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421987161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421987175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421987176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421987176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421987262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643421987264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "cds",
  "timestamp": 1643421988196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-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-29T02:09:17.099Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.100Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:09:17.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421988182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421988236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "policy-id",
  "timestamp": 1643421989185,
  "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-29T02:09:17.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421989327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643421982717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421990374,
  "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-29T02:09:17.127Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.127Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421991369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643421991378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421991704,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421992681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.136Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643421992707,
  "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-29T02:09:17.141Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.141Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:09:17.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643421986608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421993986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421995291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/vfw65ca5eedaece0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421996295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421997298,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/resourceInstances/vfw65ca5eedaece0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643421998302,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643422002791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "aai-ml",
  "timestamp": 1643422003796,
  "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-29T02:09:17.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.158Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643422006213,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643422008221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220129020412/1.0/artifacts/service-Vfw20220129020412-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:09:17.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:09:17.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:09:17.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "clamp",
  "timestamp": 1643422009224,
  "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-29T02:09:17.170Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60ee6b30-8b48-4c50-9956-a27874bc11db
2022-01-29T02:09:17.170Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:09:39.391Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:09:39.400Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:09:39.403Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:09:39.404Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:09:39.404Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||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-29T02:09:39.408Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:10:09.409Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60ee6b30-8b48-4c50-9956-a27874bc11db 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-29T02:10:09.418Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60ee6b30-8b48-4c50-9956-a27874bc11db and serviceModelVersionId: a4c2c217-4fdf-49f0-82f5-ee63cac34805
2022-01-29T02:10:09.418Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b9f63cd8-fbc6-4873-945c-b02a39240932
2022-01-29T02:10:17.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:10:17.041Z||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-29T02:10:17.041Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:17.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.569Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422056476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422061090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422062690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422070513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.581Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422070522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422070608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422071701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422066149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422072904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422073167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422066608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422073922,
  "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-29T02:10:17.610Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.610Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422074018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422074170,
  "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-29T02:10:17.623Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:10:17.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422074925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "cds",
  "timestamp": 1643422075024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-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-29T02:10:17.637Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.637Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:10:17.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422076458,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422070258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "aai-ml",
  "timestamp": 1643422077462,
  "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-29T02:10:17.650Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422077968,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:17.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422078971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422072717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:10:17.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "policy-id",
  "timestamp": 1643422079973,
  "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-29T02:10:17.693Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:10:17.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422085218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422087226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-29T02:10:17.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "clamp",
  "timestamp": 1643422088229,
  "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-29T02:10:17.701Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d743eeb0-ccce-4629-b7f7-14e3ed5bc109
2022-01-29T02:10:17.702Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:10:21.246Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0
2022-01-29T02:10:21.344Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:10:21.779Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?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-29T02:10:21.783Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0|INFO|500||Invoke
2022-01-29T02:10:21.920Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-29T02:10:22.324Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0|INFO|500||InvokeReturn
2022-01-29T02:10:22.324Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b9f63cd8-fbc6-4873-945c-b02a39240932/model-vers/model-ver/a4c2c217-4fdf-49f0-82f5-ee63cac34805?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220129-02:10:21:928-33503], vertex-id=[196792], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:10:21 GMT], Content-Type=[application/json]}
2022-01-29T02:10:22.325Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:10:22.328Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:10:22.328Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-29T02:10:22.335Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-29T02:10:22.342Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60ee6b30-8b48-4c50-9956-a27874bc11db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:10:22.343Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:10:22.344Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:22.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:22.346Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422222343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:10:22.446Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:22.447Z||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-29T02:10:22.447Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:22.460Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:22.460Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:10:23.357Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:10:23.357Z|60ee6b30-8b48-4c50-9956-a27874bc11db|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-29T02:10:23.357Z|60ee6b30-8b48-4c50-9956-a27874bc11db|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:27.933Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:27.934Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-29T02:10:27.934Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d743eeb0-ccce-4629-b7f7-14e3ed5bc109","serviceName":"basic_onboard_jPXtDO","serviceVersion":"1.0","serviceUUID":"b1335b79-c6d3-4a68-82c1-b89eb744bac4","serviceDescription":"service","serviceInvariantUUID":"3719a020-70fd-424e-9ff3-8afecffa388a","resources":[{"resourceInstanceName":"basic_onboard_jPXtDO 0","resourceName":"basic_onboard_jPXtDO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31022d25-b282-45aa-9b2b-470798a09554","resourceInvariantUUID":"07a586df-1a8b-4047-9111-9de4a204c271","resourceCustomizationUUID":"ed3a6a90-9a04-4e32-ae7a-45dceaf06675","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml","artifactChecksum":"YzQzODE2MTUyOGY5ZGJmZDY0Yzc0NTUyNzFjNDQ3YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1956459-3a67-47f5-9f4c-22225915cd3e","artifactVersion":"1"},{"artifactName":"basic_onboard_jpxtdo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json","artifactChecksum":"ZWNkMDAxODMxOTU1NWFjYzNhYWQwMzRkOWU3NDg3ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aac9ac19-6cc6-479a-a150-777bc294e8b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"229f2678-0e5b-42d2-a2a3-c0de5e1edfb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"15b8b9f9-9614-4e31-94c0-baa23030747e","artifactVersion":"2","generatedFromUUID":"9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJpxtdo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml","artifactChecksum":"YmM5YmU2OTQ1YjdlYzI5M2FmNzM0NjYwMmE4MzIxNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e6aa3b6-689e-4e7d-9bda-fb0bdad92c19","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJpxtdo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar","artifactChecksum":"ZGU3YzhjZTIwNzhmMWQ4MDI1OTczMjJiZTkwMzBhYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dad77396-4742-44e5-932a-eb509d98e047","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:10:27.937Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:27.937Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:27.939Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:27.939Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:28.039Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:28.040Z||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-29T02:10:28.040Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:28.054Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:28.054Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:28.940Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:28.940Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:28.942Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:28.942Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:10:29.042Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:29.043Z||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-29T02:10:29.043Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:29.056Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:29.056Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:10:29.943Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:29.944Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:29.946Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:29.946Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:10:30.046Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:30.048Z||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-29T02:10:30.048Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:30.061Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:30.062Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:30.946Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:30.947Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:30.949Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:30.949Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:31.049Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:31.050Z||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-29T02:10:31.050Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:31.064Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:31.064Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:31.950Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:31.951Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:31.952Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:31.953Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-29T02:10:32.053Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:32.053Z||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-29T02:10:32.054Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:32.067Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:32.067Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:10:32.953Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:32.954Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:32.955Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:32.956Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:10:33.056Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:33.056Z||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-29T02:10:33.057Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:33.068Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:33.069Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:33.956Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:10:33.957Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:33.958Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:33.958Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:10:34.058Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:10:34.059Z||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-29T02:10:34.059Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:34.073Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:34.073Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:34.960Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "serviceName": "basic_onboard_jPXtDO",
  "serviceVersion": "1.0",
  "serviceUUID": "b1335b79-c6d3-4a68-82c1-b89eb744bac4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3719a020-70fd-424e-9ff3-8afecffa388a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jPXtDO 0",
      "resourceCustomizationUUID": "ed3a6a90-9a04-4e32-ae7a-45dceaf06675",
      "resourceName": "basic_onboard_jPXtDO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "31022d25-b282-45aa-9b2b-470798a09554",
      "resourceInvariantUUID": "07a586df-1a8b-4047-9111-9de4a204c271",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jpxtdo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
          "artifactChecksum": "ZWNkMDAxODMxOTU1NWFjYzNhYWQwMzRkOWU3NDg3ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aac9ac19-6cc6-479a-a150-777bc294e8b2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "15b8b9f9-9614-4e31-94c0-baa23030747e",
            "generatedFromUUID": "9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "15b8b9f9-9614-4e31-94c0-baa23030747e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJpxtdo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
      "artifactChecksum": "ZGU3YzhjZTIwNzhmMWQ4MDI1OTczMjJiZTkwMzBhYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dad77396-4742-44e5-932a-eb509d98e047"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:10:34.960Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:10:34.960Z|60ee6b30-8b48-4c50-9956-a27874bc11db|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1335b79-c6d3-4a68-82c1-b89eb744bac4 ASDC
2022-01-29T02:10:34.961Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d743eeb0-ccce-4629-b7f7-14e3ed5bc109
ServiceName:basic_onboard_jPXtDO
ServiceVersion:1.0
ServiceUUID:b1335b79-c6d3-4a68-82c1-b89eb744bac4
ServiceInvariantUUID:3719a020-70fd-424e-9ff3-8afecffa388a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJpxtdo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
ArtifactUUID:dad77396-4742-44e5-932a-eb509d98e047
ArtifactChecksum:ZGU3YzhjZTIwNzhmMWQ4MDI1OTczMjJiZTkwMzBhYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jPXtDO 0
ResourceCustomizationUUID:ed3a6a90-9a04-4e32-ae7a-45dceaf06675
ResourceInvariantUUID:07a586df-1a8b-4047-9111-9de4a204c271
ResourceName:basic_onboard_jPXtDO
ResourceType:VF
ResourceUUID:31022d25-b282-45aa-9b2b-470798a09554
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jpxtdo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
ArtifactUUID:aac9ac19-6cc6-479a-a150-777bc294e8b2
ArtifactChecksum:ZWNkMDAxODMxOTU1NWFjYzNhYWQwMzRkOWU3NDg3ZGI=
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/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f
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/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
ArtifactUUID:15b8b9f9-9614-4e31-94c0-baa23030747e
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/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
ArtifactUUID:15b8b9f9-9614-4e31-94c0-baa23030747e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-29T02:10:34.961Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1335b79-c6d3-4a68-82c1-b89eb744bac4 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-29T02:10:34.990Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dad77396-4742-44e5-932a-eb509d98e047 from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:34.991Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:34.992Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:35.201Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:35.204Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar dad77396-4742-44e5-932a-eb509d98e047 71562
2022-01-29T02:10:35.204Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar ASDC sendASDCNotification
2022-01-29T02:10:35.205Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:35.205Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:35.205Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:35.207Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:35.207Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422235204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:35.307Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:35.308Z||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-29T02:10:35.308Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:35.321Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:35.321Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:36.207Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:10:36.208Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-01-29T02:10:36.209Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dad77396-4742-44e5-932a-eb509d98e047, URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar to file: /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.209Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.209Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.210Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:36.491Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13209937022105857428/Definitions/service-BasicOnboardJpxtdo-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-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.725Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jPXtDO 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-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.726Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.727Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is not matching search criteria
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-29T02:10:37.728Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.729Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:37.730Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is not matching search criteria
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9db54835-8a2a-404a-a34c-7bd655ea05cd
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.731Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:37.732Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jPXtDO
Description:service
Model UUID:b1335b79-c6d3-4a68-82c1-b89eb744bac4
Model Version:NULL
Model InvariantUuid:3719a020-70fd-424e-9ff3-8afecffa388a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jPXtDO
Model UUID:04fd1dd1-c7cc-47fc-8270-14f4c8b01f59
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07a586df-1a8b-4047-9111-9de4a204c271
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ed3a6a90-9a04-4e32-ae7a-45dceaf06675
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:481c873a-a18e-4667-9aef-32d90246a1c0
ModelName:BasicOnboardJpxtdo..base_ubuntu18..module-0
ModelUuid:a3424c89-316f-4e6b-beab-c0c98ad35436
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9db54835-8a2a-404a-a34c-7bd655ea05cd
ModelInvariantUuid:8c209257-125b-40c3-879c-d6ee87d6b7ef
ModelName:basic_onboard_jPXtDO-nodes.ubuntu18Cvfc
ModelUuid:14bb41d3-c710-463b-bcb6-57137ba5590e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6387458f-77cf-4eda-a475-0469c4d70887
ModelInvariantUuid:f9b62922-d8b6-41cb-b137-3ee71b56eb47
ModelName:BasicOnboardJpxtdo.compute.nodes.heat.ubuntu18
ModelUuid:419da018-430c-45a3-8ea6-dd330bdd1128
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-29T02:10:37.737Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 31022d25-b282-45aa-9b2b-470798a09554
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-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||basic_onboard_jPXtDO 0
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31022d25-b282-45aa-9b2b-470798a09554
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aac9ac19-6cc6-479a-a150-777bc294e8b2 from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:37.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:37.888Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:37.888Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json aac9ac19-6cc6-479a-a150-777bc294e8b2 798
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json ASDC sendASDCNotification
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:37.889Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:37.891Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:37.891Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422237889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:37.991Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:37.992Z||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-29T02:10:37.992Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:38.005Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:38.005Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:10:38.891Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJpxtdo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "481c873a-a18e-4667-9aef-32d90246a1c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a3424c89-316f-4e6b-beab-c0c98ad35436",
    "vfModuleModelCustomizationUUID": "bb19929e-cefe-4891-8467-5f5867662e61",
    "isBase": true,
    "artifacts": [
      "9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f",
      "15b8b9f9-9614-4e31-94c0-baa23030747e"
    ],
    "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-29T02:10:38.897Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJpxtdo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3424c89-316f-4e6b-beab-c0c98ad35436
VfModuleModelInvariantUUID:481c873a-a18e-4667-9aef-32d90246a1c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f
,
15b8b9f9-9614-4e31-94c0-baa23030747e

}
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-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJpxtdo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "481c873a-a18e-4667-9aef-32d90246a1c0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a3424c89-316f-4e6b-beab-c0c98ad35436",
    "vfModuleModelCustomizationUUID": "bb19929e-cefe-4891-8467-5f5867662e61",
    "isBase": true,
    "artifacts": [
      "9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f",
      "15b8b9f9-9614-4e31-94c0-baa23030747e"
    ],
    "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-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJpxtdo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3424c89-316f-4e6b-beab-c0c98ad35436
VfModuleModelInvariantUUID:481c873a-a18e-4667-9aef-32d90246a1c0
VfModuleModelDescription:NULL
Artifacts UUID List:{
9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f
,
15b8b9f9-9614-4e31-94c0-baa23030747e

}
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-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:38.899Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml 9eb6edc1-1204-4a1b-a953-5f59fa4a9b4f 5033
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-29T02:10:39.175Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:39.176Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:39.176Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:39.177Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:39.178Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422239175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:39.278Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:39.278Z||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-29T02:10:39.278Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:39.289Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:39.290Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:40.178Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15b8b9f9-9614-4e31-94c0-baa23030747e from URL: /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:40.179Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-01-29T02:10:40.179Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:40.477Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env 15b8b9f9-9614-4e31-94c0-baa23030747e 909
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:40.478Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:10:40.479Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:40.481Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:40.481Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422240478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:10:40.581Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:40.582Z||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-29T02:10:40.582Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:40.595Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:40.596Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:41.481Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b1335b79-c6d3-4a68-82c1-b89eb744bac4
2022-01-29T02:10:41.482Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jPXtDO 0 31022d25-b282-45aa-9b2b-470798a09554 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-29T02:10:41.492Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58da4cea, org.onap.sdc.toscaparser.api.parameters.Input@110ddfd0, org.onap.sdc.toscaparser.api.parameters.Input@28b09086, org.onap.sdc.toscaparser.api.parameters.Input@30cb7884, org.onap.sdc.toscaparser.api.parameters.Input@3afccf6b]
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ed3a6a90-9a04-4e32-ae7a-45dceaf06675
2022-01-29T02:10:41.494Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed3a6a90-9a04-4e32-ae7a-45dceaf06675 matches Tosca VF Customization UUID: ed3a6a90-9a04-4e32-ae7a-45dceaf06675
2022-01-29T02:10:41.495Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ed3a6a90-9a04-4e32-ae7a-45dceaf06675  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-29T02:10:41.496Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ed3a6a90-9a04-4e32-ae7a-45dceaf06675: {\"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-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22d8f445
2022-01-29T02:10:41.497Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.498Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:10:41.498Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb19929e-cefe-4891-8467-5f5867662e61
2022-01-29T02:10:41.498Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb19929e-cefe-4891-8467-5f5867662e61
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-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.500Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is not matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:10:41.501Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9db54835-8a2a-404a-a34c-7bd655ea05cd
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-29T02:10:41.503Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.503Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.503Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:10:41.504Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.504Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jPXtDO 0 is matching search criteria
2022-01-29T02:10:41.504Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jPXtDO 0] matching following query criteria: sdcType=VF, customizationUUID=ed3a6a90-9a04-4e32-ae7a-45dceaf06675
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-29T02:10:41.505Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.505Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b1335b79-c6d3-4a68-82c1-b89eb744bac4: basic_onboard_jPXtDO
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.506Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jPXtDO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:10:41.507Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_jPXtDO 
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-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jPXtDO 31022d25-b282-45aa-9b2b-470798a09554 1 ASDC deployResourceStructure
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json ASDC sendASDCNotification
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:41.573Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:41.575Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:41.575Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422241573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:41.675Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:41.676Z||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-29T02:10:41.676Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:41.690Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:41.690Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:42.576Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-29T02:10:42.577Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml
2022-01-29T02:10:42.577Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:42.577Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:42.578Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:42.578Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422242576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:42.678Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:42.679Z||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-29T02:10:42.679Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:42.693Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:42.694Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:43.579Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-29T02:10:43.579Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env
2022-01-29T02:10:43.580Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:43.580Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:43.581Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:43.581Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422243579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:43.682Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:43.682Z||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-29T02:10:43.682Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:43.695Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:43.695Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:44.582Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar ASDC sendASDCNotification
2022-01-29T02:10:44.582Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar
2022-01-29T02:10:44.583Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:10:44.583Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:10:44.584Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:10:44.584Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422244582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:10:44.685Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:10:44.685Z||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-29T02:10:44.685Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:10:44.700Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:10:44.700Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:10:45.585Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:10:45.596Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:10:45.599Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:10:45.600Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||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-29T02:10:45.605Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:11:15.606Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109 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-29T02:11:15.611Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d743eeb0-ccce-4629-b7f7-14e3ed5bc109 and serviceModelVersionId: b1335b79-c6d3-4a68-82c1-b89eb744bac4
2022-01-29T02:11:15.611Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3719a020-70fd-424e-9ff3-8afecffa388a
2022-01-29T02:11:15.612Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0
2022-01-29T02:11:15.616Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:11:15.652Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?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-29T02:11:15.652Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0|INFO|500||Invoke
2022-01-29T02:11:15.673Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-29T02:11:15.734Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0|INFO|500||InvokeReturn
2022-01-29T02:11:15.734Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3719a020-70fd-424e-9ff3-8afecffa388a/model-vers/model-ver/b1335b79-c6d3-4a68-82c1-b89eb744bac4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220129-02:11:15:679-94533], vertex-id=[188544], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:11:15 GMT], Content-Type=[application/json]}
2022-01-29T02:11:15.735Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:11:15.735Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:11:15.735Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-29T02:11:15.739Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-29T02:11:15.739Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d743eeb0-ccce-4629-b7f7-14e3ed5bc109 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:11:15.739Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:11:15.740Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:11:15.741Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:11:15.741Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422275739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:11:15.841Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:11:15.842Z||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-29T02:11:15.842Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:15.858Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:11:15.858Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:11:16.752Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:16.753Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:11:16.753Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:17.038Z||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-29T02:11:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:17.667Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:11:17.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60ee6b30-8b48-4c50-9956-a27874bc11db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422222343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422223357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422235204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422237889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422239175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422240478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422241573,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/basic_onboard_jpxtdo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:11:17.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422242576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422243579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/resourceInstances/basic_onboard_jpxtdo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422244582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJpxtdo/1.0/artifacts/service-BasicOnboardJpxtdo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d743eeb0-ccce-4629-b7f7-14e3ed5bc109",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422275739,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:11:17.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:11:26.293Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:11:26.294Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:26.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:11:26.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:35.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:11:35.834Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:35.835Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:11:35.835Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:45.371Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:11:45.371Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:11:45.372Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:11:45.372Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:11:54.910Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:12:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:12:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:12:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:12:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:12:17.037Z||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-29T02:12:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:12:26.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:12:26.580Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:13:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:13:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:13:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:13:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:13:17.038Z||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-29T02:13:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:13:26.580Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:13:26.581Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:14:17.036Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:14:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:14:17.037Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:14:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:14:17.037Z||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-29T02:14:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:14:26.580Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:14:26.582Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:15:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:15:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:15:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:15:17.037Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:15:17.038Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|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-29T02:15:17.038Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:15:26.581Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:15:26.582Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:16:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:16:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:16:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:16:17.037Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:16:17.038Z||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-29T02:16:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:16:26.584Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:16:26.585Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:17:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:17:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:17:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:17:17.037Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:17:17.037Z||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-29T02:17:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:17:26.573Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:17:26.582Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:18:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:18:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:18:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:18:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:18:17.037Z||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-29T02:18:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:18:26.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:18:26.587Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:19:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:19:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:19:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:19:17.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:19:17.038Z||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-29T02:19:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:19:26.596Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:19:26.596Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:20:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:20:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:20:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:20:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:20:17.038Z||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-29T02:20:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:20:26.574Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:20:26.579Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:21:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:21:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:21:17.036Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:21:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:21:17.037Z||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-29T02:21:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:21:26.579Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:21:26.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:22:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:22:17.036Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:22:17.037Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:22:17.037Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:22:17.037Z||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-29T02:22:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:22:26.598Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:22:26.602Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:17.035Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:23:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:23:17.037Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:23:17.037Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:17.038Z||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-29T02:23:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:17.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:17.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.461Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422956476,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422951149,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422950258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422967866,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.467Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422967874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422967871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422961090,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "cds",
  "timestamp": 1643422968881,
  "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-29T02:23:17.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.486Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422968875,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422968919,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "policy-id",
  "timestamp": 1643422969877,
  "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-29T02:23:17.500Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.500Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422969911,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422970098,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422962690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422971114,
  "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-29T02:23:17.514Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.514Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422971497,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422972116,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422973501,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422966608,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422974504,
  "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-29T02:23:17.526Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:23:17.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422976326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "aai-ml",
  "timestamp": 1643422977330,
  "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-29T02:23:17.536Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422972717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422985359,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422986362,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422989392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422990395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "clamp",
  "timestamp": 1643422991398,
  "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-29T02:23:17.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of baa2fee4-4d1a-4536-88fe-cf2ead9172da
2022-01-29T02:23:17.555Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422976476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422981149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643422986608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422994287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422994300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422995347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "cds",
  "timestamp": 1643422996385,
  "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-29T02:23:17.579Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:23:17.579Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:23:17.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422996401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:23:17.664Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:17.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-29T02:23:17.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"baa2fee4-4d1a-4536-88fe-cf2ead9172da","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d97fc86d-f98a-4d1c-b71b-54daa7d3abb4","serviceDescription":"service","serviceInvariantUUID":"6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8bab5394-6c26-413a-9c32-e4499849ae33","resourceInvariantUUID":"aab8e706-4d64-45e5-900e-252477cc20e8","resourceCustomizationUUID":"3b8c9d96-2e38-454d-afae-efc293bc272a","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":"8d6b4fe2-d7bf-4438-8d45-b1432e77925a","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":"MDQ0ZGQ0MDk4MzI2YWYyY2MxMDg4NGU4MzA2MWM2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09264f47-cc6a-41d6-a989-471f2cf1c7ac","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":"YjkyNzUxYzNkN2U2MDI4OWZhZmRiNDkyMDJkNGEyMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d2c3c3c-b70d-4989-8632-389a3281aa40","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":"53959abf-b8e0-4c75-9cd2-f3479030462c","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":"f4c2530c-16dd-431a-8788-17b9ec4d541c","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":"cb15d54d-ee01-4b3e-b4df-e19a182b43f2","artifactVersion":"2","generatedFromUUID":"53959abf-b8e0-4c75-9cd2-f3479030462c"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjNjM2ZiYjc4OTIyMzVhMTJjYTI0MGUxOTVjMDZiMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fd32779d-266d-46d2-93f6-5b5e0fefe543","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjczYWVlNDIzZjQ1YjM2NGM3Yjg1MTI5YjUxZDYyMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cb30b5b-61b7-4850-98ab-d1401f4edfa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:23:17.667Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:17.668Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:17.670Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:17.670Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:17.770Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:17.771Z||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-29T02:23:17.771Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:17.783Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:17.783Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:23:18.671Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:18.671Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:18.673Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:18.673Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:18.773Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:18.773Z||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-29T02:23:18.774Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:18.786Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:18.787Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:19.673Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:19.674Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:19.675Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:19.675Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:23:19.775Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:19.776Z||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-29T02:23:19.776Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:19.789Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:19.789Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:20.679Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:20.680Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:20.681Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:20.681Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:23:20.781Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:23:20.782Z||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-29T02:23:20.782Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:20.796Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:20.796Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:21.682Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:21.683Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:21.684Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:21.684Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:21.784Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:21.785Z||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-29T02:23:21.785Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:21.797Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:21.798Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:22.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:22.685Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:22.688Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:22.688Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-29T02:23:22.788Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:22.789Z||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-29T02:23:22.789Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:22.801Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:22.801Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:23.688Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:23.689Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:23.690Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:23.690Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:23:23.791Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:23.791Z||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-29T02:23:23.792Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:23.803Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:23.803Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:23:24.691Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:23:24.692Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:24.693Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:24.693Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:23:24.793Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:24.794Z||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-29T02:23:24.794Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:24.807Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:24.808Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:25.694Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "d97fc86d-f98a-4d1c-b71b-54daa7d3abb4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "3b8c9d96-2e38-454d-afae-efc293bc272a",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8bab5394-6c26-413a-9c32-e4499849ae33",
      "resourceInvariantUUID": "aab8e706-4d64-45e5-900e-252477cc20e8",
      "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": "YjkyNzUxYzNkN2U2MDI4OWZhZmRiNDkyMDJkNGEyMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d2c3c3c-b70d-4989-8632-389a3281aa40",
          "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": "53959abf-b8e0-4c75-9cd2-f3479030462c",
          "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": "cb15d54d-ee01-4b3e-b4df-e19a182b43f2",
            "generatedFromUUID": "53959abf-b8e0-4c75-9cd2-f3479030462c"
          },
          "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": "cb15d54d-ee01-4b3e-b4df-e19a182b43f2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZjczYWVlNDIzZjQ1YjM2NGM3Yjg1MTI5YjUxZDYyMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cb30b5b-61b7-4850-98ab-d1401f4edfa0"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:23:25.695Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:23:25.695Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d97fc86d-f98a-4d1c-b71b-54daa7d3abb4 ASDC
2022-01-29T02:23:25.695Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:baa2fee4-4d1a-4536-88fe-cf2ead9172da
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d97fc86d-f98a-4d1c-b71b-54daa7d3abb4
ServiceInvariantUUID:6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c
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:3cb30b5b-61b7-4850-98ab-d1401f4edfa0
ArtifactChecksum:ZjczYWVlNDIzZjQ1YjM2NGM3Yjg1MTI5YjUxZDYyMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:3b8c9d96-2e38-454d-afae-efc293bc272a
ResourceInvariantUUID:aab8e706-4d64-45e5-900e-252477cc20e8
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:8bab5394-6c26-413a-9c32-e4499849ae33
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:7d2c3c3c-b70d-4989-8632-389a3281aa40
ArtifactChecksum:YjkyNzUxYzNkN2U2MDI4OWZhZmRiNDkyMDJkNGEyMGI=
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:53959abf-b8e0-4c75-9cd2-f3479030462c
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:cb15d54d-ee01-4b3e-b4df-e19a182b43f2
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:cb15d54d-ee01-4b3e-b4df-e19a182b43f2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-29T02:23:25.695Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d97fc86d-f98a-4d1c-b71b-54daa7d3abb4 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-29T02:23:25.720Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:23:25.720Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:23:25.720Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:23:25.721Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3cb30b5b-61b7-4850-98ab-d1401f4edfa0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-29T02:23:25.721Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:23:25.721Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-29T02:23:25.783Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 3cb30b5b-61b7-4850-98ab-d1401f4edfa0 73656
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:23:25.786Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:25.788Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:25.788Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423005786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:25.888Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:25.889Z||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-29T02:23:25.889Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:25.900Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:25.900Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:26.788Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:23:26.789Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:23:26.789Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3cb30b5b-61b7-4850-98ab-d1401f4edfa0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:26.789Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-29T02:23:26.790Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:26.790Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:26.875Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9073406169535248692/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-29T02:23:27.702Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:23:27.703Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.704Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-29T02:23:27.705Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.706Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.707Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=802c8bfc-0179-4933-9d8b-00bbedbd9b36
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:27.708Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:27.709Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:d97fc86d-f98a-4d1c-b71b-54daa7d3abb4
Model Version:NULL
Model InvariantUuid:6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:058ed098-7011-41f7-ab4b-9b57a9fb2e63
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aab8e706-4d64-45e5-900e-252477cc20e8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3b8c9d96-2e38-454d-afae-efc293bc272a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eccf73de-d295-43a9-834c-a355f3741295
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:0837bbf0-e934-459e-9263-e806d9832be3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:802c8bfc-0179-4933-9d8b-00bbedbd9b36
ModelInvariantUuid:efe65ab4-ff62-4dd8-bfc9-02cdc8260882
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:1d5b6e50-cc26-4fb3-ad61-153a1ebaca73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9b748493-c26f-4f0e-bc63-f06355b4842d
ModelInvariantUuid:65d456d8-6c4c-41fa-bf33-795ea8b7a47a
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:fff02eb8-f51b-4546-b01f-61731e377813
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-29T02:23:27.715Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8bab5394-6c26-413a-9c32-e4499849ae33
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-29T02:23:27.718Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||basicclamp 0
2022-01-29T02:23:27.718Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8bab5394-6c26-413a-9c32-e4499849ae33
2022-01-29T02:23:27.718Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d2c3c3c-b70d-4989-8632-389a3281aa40 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-29T02:23:27.718Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:23:27.718Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.761Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:23:27.761Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7d2c3c3c-b70d-4989-8632-389a3281aa40 790
2022-01-29T02:23:27.761Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.761Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:27.762Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:23:27.762Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:27.763Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:27.763Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423007761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:27.863Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:27.864Z||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-29T02:23:27.864Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:27.877Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:27.877Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:28.764Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "eccf73de-d295-43a9-834c-a355f3741295",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0837bbf0-e934-459e-9263-e806d9832be3",
    "vfModuleModelCustomizationUUID": "d632d3b4-6359-4635-adca-ffa4838d6624",
    "isBase": true,
    "artifacts": [
      "53959abf-b8e0-4c75-9cd2-f3479030462c",
      "cb15d54d-ee01-4b3e-b4df-e19a182b43f2"
    ],
    "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-29T02:23:28.767Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0837bbf0-e934-459e-9263-e806d9832be3
VfModuleModelInvariantUUID:eccf73de-d295-43a9-834c-a355f3741295
VfModuleModelDescription:NULL
Artifacts UUID List:{
53959abf-b8e0-4c75-9cd2-f3479030462c
,
cb15d54d-ee01-4b3e-b4df-e19a182b43f2

}
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-29T02:23:28.768Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "eccf73de-d295-43a9-834c-a355f3741295",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0837bbf0-e934-459e-9263-e806d9832be3",
    "vfModuleModelCustomizationUUID": "d632d3b4-6359-4635-adca-ffa4838d6624",
    "isBase": true,
    "artifacts": [
      "53959abf-b8e0-4c75-9cd2-f3479030462c",
      "cb15d54d-ee01-4b3e-b4df-e19a182b43f2"
    ],
    "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-29T02:23:28.768Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0837bbf0-e934-459e-9263-e806d9832be3
VfModuleModelInvariantUUID:eccf73de-d295-43a9-834c-a355f3741295
VfModuleModelDescription:NULL
Artifacts UUID List:{
53959abf-b8e0-4c75-9cd2-f3479030462c
,
cb15d54d-ee01-4b3e-b4df-e19a182b43f2

}
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-29T02:23:28.768Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 53959abf-b8e0-4c75-9cd2-f3479030462c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-29T02:23:28.768Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:23:28.768Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:28.817Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:23:28.817Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 53959abf-b8e0-4c75-9cd2-f3479030462c 5033
2022-01-29T02:23:28.817Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:28.817Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:28.817Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:23:28.817Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:28.819Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:28.819Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423008817,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:28.919Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:28.920Z||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-29T02:23:28.920Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:28.933Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:28.934Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:23:29.819Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cb15d54d-ee01-4b3e-b4df-e19a182b43f2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-29T02:23:29.820Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:23:29.820Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:29.863Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:23:29.863Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env cb15d54d-ee01-4b3e-b4df-e19a182b43f2 909
2022-01-29T02:23:29.863Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:29.863Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:29.863Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:23:29.863Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:29.865Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:29.865Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423009863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:23:29.965Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:29.966Z||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-29T02:23:29.966Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:29.978Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:29.978Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:30.865Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d97fc86d-f98a-4d1c-b71b-54daa7d3abb4
2022-01-29T02:23:30.866Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 8bab5394-6c26-413a-9c32-e4499849ae33 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-29T02:23:30.879Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@189bbf93, org.onap.sdc.toscaparser.api.parameters.Input@78bd82d7, org.onap.sdc.toscaparser.api.parameters.Input@2be0f937, org.onap.sdc.toscaparser.api.parameters.Input@299a169b, org.onap.sdc.toscaparser.api.parameters.Input@6cb8531c]
2022-01-29T02:23:30.880Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.881Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.881Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-29T02:23:30.881Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3b8c9d96-2e38-454d-afae-efc293bc272a
2022-01-29T02:23:30.881Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b8c9d96-2e38-454d-afae-efc293bc272a matches Tosca VF Customization UUID: 3b8c9d96-2e38-454d-afae-efc293bc272a
2022-01-29T02:23:30.881Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3b8c9d96-2e38-454d-afae-efc293bc272a  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-29T02:23:30.884Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.884Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.884Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3b8c9d96-2e38-454d-afae-efc293bc272a: {\"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-29T02:23:30.884Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d5542c5
2022-01-29T02:23:30.885Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.885Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:23:30.885Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d632d3b4-6359-4635-adca-ffa4838d6624
2022-01-29T02:23:30.885Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d632d3b4-6359-4635-adca-ffa4838d6624
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-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:23:30.888Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.889Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-29T02:23:30.889Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-29T02:23:30.889Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-29T02:23:30.889Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=802c8bfc-0179-4933-9d8b-00bbedbd9b36
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-29T02:23:30.891Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.891Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:30.891Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:23:30.891Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.891Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-29T02:23:30.892Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=3b8c9d96-2e38-454d-afae-efc293bc272a
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-29T02:23:30.893Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.893Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.893Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d97fc86d-f98a-4d1c-b71b-54daa7d3abb4: basicclamp
2022-01-29T02:23:30.893Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.893Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:23:30.894Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:30.969Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 8bab5394-6c26-413a-9c32-e4499849ae33 1 ASDC deployResourceStructure
2022-01-29T02:23:30.969Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:30.970Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:30.970Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:23:30.970Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:30.971Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:30.971Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423010969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:31.071Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:31.072Z||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-29T02:23:31.072Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:31.083Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:31.083Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:31.972Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:31.972Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:31.972Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:23:31.973Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:31.974Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:31.974Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423011972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:32.074Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:32.075Z||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-29T02:23:32.075Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:32.087Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:32.088Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:32.975Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:32.975Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:32.975Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:23:32.975Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:32.977Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:32.977Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423012975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:33.077Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:33.078Z||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-29T02:23:33.078Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:33.091Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:33.092Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:33.978Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:33.978Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:33.978Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:23:33.978Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:23:33.980Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:23:33.980Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423013978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:23:34.080Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:23:34.081Z||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-29T02:23:34.081Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:23:34.094Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:23:34.094Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:23:34.980Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: baa2fee4-4d1a-4536-88fe-cf2ead9172da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:23:34.990Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: baa2fee4-4d1a-4536-88fe-cf2ead9172da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:23:34.992Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:23:34.992Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:23:34.993Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:23:34.993Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:23:34.993Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:23:34.993Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:23:34.993Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-29T02:23:34.993Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:23:34.997Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:24:04.997Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: baa2fee4-4d1a-4536-88fe-cf2ead9172da 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-29T02:24:05.003Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: baa2fee4-4d1a-4536-88fe-cf2ead9172da and serviceModelVersionId: d97fc86d-f98a-4d1c-b71b-54daa7d3abb4
2022-01-29T02:24:05.003Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c
2022-01-29T02:24:05.003Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0
2022-01-29T02:24:05.007Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:24:05.041Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0|INFO|500||Invoke
2022-01-29T02:24:05.041Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[baa2fee4-4d1a-4536-88fe-cf2ead9172da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c4b9df2-5375-418e-8cbe-3b6573df9a9b], X-ECOMP-RequestID=[baa2fee4-4d1a-4536-88fe-cf2ead9172da], X-TransactionId=[], X-ONAP-RequestID=[baa2fee4-4d1a-4536-88fe-cf2ead9172da], Content-Type=[application/merge-patch+json]}
2022-01-29T02:24:05.059Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-29T02:24:05.379Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?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/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220129-02:24:05:066-69301], vertex-id=[184408], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:24:05 GMT], Content-Type=[application/json]}
2022-01-29T02:24:05.380Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:24:05.380Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab3c2b7-6a89-4f0d-af75-9cb0e517ac8c/model-vers/model-ver/d97fc86d-f98a-4d1c-b71b-54daa7d3abb4?depth=0|INFO|500||InvokeReturn
2022-01-29T02:24:05.381Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:24:05.381Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:24:05.385Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||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-29T02:24:05.385Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID baa2fee4-4d1a-4536-88fe-cf2ead9172da and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-01-29T02:24:05.385Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:24:05.385Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:05.387Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:05.387Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423045385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-01-29T02:24:05.487Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:05.488Z||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-29T02:24:05.489Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:05.505Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:05.505Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:24:06.399Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-29T02:24:06.400Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2dc0933-9389-4296-ac15-37e5db053077","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"26d1835f-6eec-4c9a-ac5e-f6d5c271b591","serviceDescription":"service","serviceInvariantUUID":"288b17e5-49f7-4d22-be36-9e9e9360adba","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"49b891b3-6574-4042-b1b9-eb628a08d621","resourceInvariantUUID":"cde6bbfc-beaa-4255-8ceb-5b698d75abe2","resourceCustomizationUUID":"885db5ea-d6e7-4358-ad85-1e33c715bf40","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":"OWI3YmI1OWEzNWYxYTQ4YjliODFkZTc3OTU4NDFkZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bb3001b-ff71-44c3-bbb5-9236d0941cc1","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":"MTExMDkxZWJlOTBjMzM1MjBiNGE2MWUyYTEzNjdlMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03985e1e-46a7-4ddd-b25e-517e88676493","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":"27ec1d87-8050-4c73-94d2-e88040a4d399","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":"4b7ab805-067b-45ca-ac54-7ba785a38758","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":"9ea068b9-a1a3-40f1-9388-8185f6c62635","artifactVersion":"2","generatedFromUUID":"27ec1d87-8050-4c73-94d2-e88040a4d399"},{"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":"MGRjNTQwYzc5NTRkOWVkNjc2ZmI0YmM4YzNjODIyYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"57b10df4-81ba-4c10-b474-935977ca7a9e","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":"Mzg0ZTZmOWQwM2M5NGZlZjM0MjZkNTRhMjI5ZDBkNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c99212a-8eb7-4143-8caa-a96db7294105","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjQ0OWE4YzEwOGYyMjFlM2Q4YmJhZGJiNzY4ZDIzNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eeaeb075-97b9-48ea-82a5-3b567a12a6b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:24:06.401Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:06.401Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:06.402Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:06.402Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:24:06.502Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:06.503Z||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-29T02:24:06.503Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:06.516Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:06.516Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:07.403Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:07.404Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:07.405Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:07.406Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:24:07.506Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:07.507Z||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-29T02:24:07.507Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:07.520Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:07.520Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:08.406Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:08.407Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:08.409Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:08.409Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:24:08.509Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:08.510Z||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-29T02:24:08.510Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:08.522Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:08.523Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:09.410Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:09.410Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:09.412Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:09.412Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:24:09.512Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:09.513Z||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-29T02:24:09.513Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:09.526Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:09.526Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:10.413Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:10.413Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:10.415Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:10.415Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-29T02:24:10.515Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:10.516Z||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-29T02:24:10.516Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:10.529Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:10.529Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:24:11.416Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:11.416Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:11.418Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:11.418Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:24:11.518Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:11.519Z||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-29T02:24:11.519Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:11.532Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:11.532Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:12.419Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:12.419Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:12.421Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:12.421Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:24:12.521Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:12.522Z||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-29T02:24:12.522Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:12.535Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:12.535Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:13.422Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:24:13.422Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:13.424Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:13.424Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:24:13.524Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:13.525Z||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-29T02:24:13.528Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:13.540Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:13.541Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:14.425Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "26d1835f-6eec-4c9a-ac5e-f6d5c271b591",
  "serviceDescription": "service",
  "serviceInvariantUUID": "288b17e5-49f7-4d22-be36-9e9e9360adba",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "885db5ea-d6e7-4358-ad85-1e33c715bf40",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "49b891b3-6574-4042-b1b9-eb628a08d621",
      "resourceInvariantUUID": "cde6bbfc-beaa-4255-8ceb-5b698d75abe2",
      "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": "MTExMDkxZWJlOTBjMzM1MjBiNGE2MWUyYTEzNjdlMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03985e1e-46a7-4ddd-b25e-517e88676493",
          "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": "27ec1d87-8050-4c73-94d2-e88040a4d399",
          "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": "9ea068b9-a1a3-40f1-9388-8185f6c62635",
            "generatedFromUUID": "27ec1d87-8050-4c73-94d2-e88040a4d399"
          },
          "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": "9ea068b9-a1a3-40f1-9388-8185f6c62635",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjQ0OWE4YzEwOGYyMjFlM2Q4YmJhZGJiNzY4ZDIzNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eeaeb075-97b9-48ea-82a5-3b567a12a6b0"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:24:14.426Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:24:14.426Z|baa2fee4-4d1a-4536-88fe-cf2ead9172da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 26d1835f-6eec-4c9a-ac5e-f6d5c271b591 ASDC
2022-01-29T02:24:14.426Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b2dc0933-9389-4296-ac15-37e5db053077
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:26d1835f-6eec-4c9a-ac5e-f6d5c271b591
ServiceInvariantUUID:288b17e5-49f7-4d22-be36-9e9e9360adba
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:eeaeb075-97b9-48ea-82a5-3b567a12a6b0
ArtifactChecksum:YjQ0OWE4YzEwOGYyMjFlM2Q4YmJhZGJiNzY4ZDIzNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:885db5ea-d6e7-4358-ad85-1e33c715bf40
ResourceInvariantUUID:cde6bbfc-beaa-4255-8ceb-5b698d75abe2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:49b891b3-6574-4042-b1b9-eb628a08d621
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:03985e1e-46a7-4ddd-b25e-517e88676493
ArtifactChecksum:MTExMDkxZWJlOTBjMzM1MjBiNGE2MWUyYTEzNjdlMjc=
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:27ec1d87-8050-4c73-94d2-e88040a4d399
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:9ea068b9-a1a3-40f1-9388-8185f6c62635
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:9ea068b9-a1a3-40f1-9388-8185f6c62635
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-29T02:24:14.426Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26d1835f-6eec-4c9a-ac5e-f6d5c271b591 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-29T02:24:14.455Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:24:14.455Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:24:14.455Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:24:14.456Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eeaeb075-97b9-48ea-82a5-3b567a12a6b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-29T02:24:14.456Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:24:14.456Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-29T02:24:14.515Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:24:14.518Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar eeaeb075-97b9-48ea-82a5-3b567a12a6b0 78791
2022-01-29T02:24:14.519Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:14.519Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:14.519Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:24:14.519Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:14.521Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:14.521Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423054519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:24:14.621Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:14.622Z||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-29T02:24:14.622Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:14.637Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:14.637Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:15.521Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:24:15.522Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:24:15.523Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: eeaeb075-97b9-48ea-82a5-3b567a12a6b0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-29T02:24:15.523Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-29T02:24:15.523Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-29T02:24:15.524Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-29T02:24:15.602Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14996151628499853917/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-29T02:24:16.395Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:24:16.395Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:24:16.395Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-29T02:24:16.395Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.396Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:24:16.397Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:24:16.398Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.398Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.398Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:16.398Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:24:16.398Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-29T02:24:16.399Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-29T02:24:16.400Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-29T02:24:16.400Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:24:16.400Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.400Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:24:16.400Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.400Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:16.401Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:24:16.401Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.401Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:16.401Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:24:16.401Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.401Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:16.402Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:24:16.402Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.402Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-29T02:24:16.402Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-29T02:24:16.402Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-29T02:24:16.402Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eead2304-1165-466e-89fe-c1ef1a0666ef
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.403Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:16.404Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:16.404Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:26d1835f-6eec-4c9a-ac5e-f6d5c271b591
Model Version:NULL
Model InvariantUuid:288b17e5-49f7-4d22-be36-9e9e9360adba
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:25bd7afb-4d69-49e7-9339-a99f7e80a53a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cde6bbfc-beaa-4255-8ceb-5b698d75abe2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:885db5ea-d6e7-4358-ad85-1e33c715bf40
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:77e22e43-0852-4126-b019-198f0c6e09cd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:8446f69f-cb71-41ce-aba9-0967812d7618
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eead2304-1165-466e-89fe-c1ef1a0666ef
ModelInvariantUuid:d8bb477c-993b-4053-b28d-f29e0d7b3166
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:061fb0e6-0849-41f5-ab7e-b79f90c88ddc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:178a8376-f50d-4815-813f-fe25e7ea20e4
ModelInvariantUuid:4e5e4f21-e838-4905-9bbe-5c67e58c8941
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e3e417c2-0f16-4410-8b16-1b0a457f79e8
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-29T02:24:16.409Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 49b891b3-6574-4042-b1b9-eb628a08d621
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-29T02:24:16.411Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-01-29T02:24:16.411Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 49b891b3-6574-4042-b1b9-eb628a08d621
2022-01-29T02:24:16.411Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 03985e1e-46a7-4ddd-b25e-517e88676493 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-29T02:24:16.411Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:24:16.412Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.453Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:24:16.453Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 03985e1e-46a7-4ddd-b25e-517e88676493 792
2022-01-29T02:24:16.453Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.453Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:16.454Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:24:16.454Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:16.455Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:16.455Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423056453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:24:16.556Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:24:16.556Z||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-29T02:24:16.557Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:16.570Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:16.570Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:24:17.038Z||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-29T02:24:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:17.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:17.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:24:17.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:24:17.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:24:17.456Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "77e22e43-0852-4126-b019-198f0c6e09cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8446f69f-cb71-41ce-aba9-0967812d7618",
    "vfModuleModelCustomizationUUID": "8f290d27-e53d-45ad-8c4d-585767625c63",
    "isBase": true,
    "artifacts": [
      "27ec1d87-8050-4c73-94d2-e88040a4d399",
      "9ea068b9-a1a3-40f1-9388-8185f6c62635"
    ],
    "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-29T02:24:17.459Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8446f69f-cb71-41ce-aba9-0967812d7618
VfModuleModelInvariantUUID:77e22e43-0852-4126-b019-198f0c6e09cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
27ec1d87-8050-4c73-94d2-e88040a4d399
,
9ea068b9-a1a3-40f1-9388-8185f6c62635

}
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-29T02:24:17.460Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "77e22e43-0852-4126-b019-198f0c6e09cd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8446f69f-cb71-41ce-aba9-0967812d7618",
    "vfModuleModelCustomizationUUID": "8f290d27-e53d-45ad-8c4d-585767625c63",
    "isBase": true,
    "artifacts": [
      "27ec1d87-8050-4c73-94d2-e88040a4d399",
      "9ea068b9-a1a3-40f1-9388-8185f6c62635"
    ],
    "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-29T02:24:17.461Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8446f69f-cb71-41ce-aba9-0967812d7618
VfModuleModelInvariantUUID:77e22e43-0852-4126-b019-198f0c6e09cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
27ec1d87-8050-4c73-94d2-e88040a4d399
,
9ea068b9-a1a3-40f1-9388-8185f6c62635

}
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-29T02:24:17.461Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 27ec1d87-8050-4c73-94d2-e88040a4d399 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-29T02:24:17.461Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:24:17.461Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:17.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:24:17.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 27ec1d87-8050-4c73-94d2-e88040a4d399 5033
2022-01-29T02:24:17.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:17.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:17.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:24:17.507Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:17.508Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:17.508Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423057506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:24:17.609Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:24:17.609Z||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-29T02:24:17.609Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:17.623Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:17.623Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:18.509Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ea068b9-a1a3-40f1-9388-8185f6c62635 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-29T02:24:18.509Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:24:18.510Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:18.616Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:24:18.616Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9ea068b9-a1a3-40f1-9388-8185f6c62635 903
2022-01-29T02:24:18.616Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:18.616Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:18.616Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:24:18.616Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:18.618Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:18.618Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423058616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:24:18.718Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:18.719Z||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-29T02:24:18.719Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:18.730Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:18.730Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:19.618Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 26d1835f-6eec-4c9a-ac5e-f6d5c271b591
2022-01-29T02:24:19.619Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 49b891b3-6574-4042-b1b9-eb628a08d621 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-29T02:24:19.629Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b560bf9, org.onap.sdc.toscaparser.api.parameters.Input@11658bfa, org.onap.sdc.toscaparser.api.parameters.Input@3eaa7c58, org.onap.sdc.toscaparser.api.parameters.Input@5d68861f, org.onap.sdc.toscaparser.api.parameters.Input@269a5788]
2022-01-29T02:24:19.630Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.631Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.631Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-29T02:24:19.631Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 885db5ea-d6e7-4358-ad85-1e33c715bf40
2022-01-29T02:24:19.631Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 885db5ea-d6e7-4358-ad85-1e33c715bf40 matches Tosca VF Customization UUID: 885db5ea-d6e7-4358-ad85-1e33c715bf40
2022-01-29T02:24:19.631Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 885db5ea-d6e7-4358-ad85-1e33c715bf40  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-29T02:24:19.633Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.633Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.633Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 885db5ea-d6e7-4358-ad85-1e33c715bf40: {\"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-29T02:24:19.633Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f79fdcb
2022-01-29T02:24:19.634Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.634Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:24:19.634Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8f290d27-e53d-45ad-8c4d-585767625c63
2022-01-29T02:24:19.634Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8f290d27-e53d-45ad-8c4d-585767625c63
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-29T02:24:19.636Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.636Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:19.636Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:24:19.636Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.636Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:19.636Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:24:19.637Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.637Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-29T02:24:19.637Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-29T02:24:19.637Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-29T02:24:19.637Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=eead2304-1165-466e-89fe-c1ef1a0666ef
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-29T02:24:19.639Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.639Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:19.639Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:24:19.639Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.639Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-29T02:24:19.639Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=885db5ea-d6e7-4358-ad85-1e33c715bf40
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-29T02:24:19.641Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.641Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.641Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 26d1835f-6eec-4c9a-ac5e-f6d5c271b591: basic_vm_macro
2022-01-29T02:24:19.641Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.641Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:24:19.642Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:24:19.643Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:19.715Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 49b891b3-6574-4042-b1b9-eb628a08d621 1 ASDC deployResourceStructure
2022-01-29T02:24:19.715Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:19.715Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:19.715Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:24:19.715Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:19.717Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:19.717Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423059715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:24:19.817Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:19.818Z||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-29T02:24:19.818Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:19.830Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:19.830Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:20.718Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:20.718Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:20.718Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:24:20.718Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:20.720Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:20.720Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423060718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:24:20.820Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:20.821Z||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-29T02:24:20.821Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:20.834Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:20.835Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:21.721Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:21.721Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:21.721Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:24:21.721Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:21.723Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:21.723Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423061720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:24:21.823Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:21.824Z||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-29T02:24:21.824Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:21.836Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:21.836Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:24:22.725Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:22.725Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:24:22.725Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:24:22.725Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:24:22.727Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:24:22.727Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423062725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:24:22.827Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:24:22.828Z||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-29T02:24:22.828Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:24:22.842Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:24:22.842Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:24:23.728Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:24:23.739Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:24:23.741Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:24:23.741Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:24:23.741Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:24:53.741Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:24:53.751Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:24:53.756Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:24:53.756Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:24:53.756Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:25:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:25:17.038Z||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-29T02:25:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:25:17.062Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:25:17.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:25:17.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422997460,
  "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-29T02:25:17.069Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:25:17.069Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:25:23.756Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:25:23.765Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:25:23.767Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:25:23.767Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:25:23.768Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:25:53.768Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:25:53.778Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:25:53.780Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:25:53.780Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:25:53.780Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:26:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:26:17.038Z||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-29T02:26:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:26:17.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:26:17.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422990258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643422998463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422991090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643422999098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643422999910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643423000101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643422992690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "policy-id",
  "timestamp": 1643423001103,
  "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-29T02:26:17.074Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:26:17.074Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423001417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423003348,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.083Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.084Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423004351,
  "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-29T02:26:17.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:26:17.089Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643423005745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423005786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.098Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "aai-ml",
  "timestamp": 1643423006749,
  "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-29T02:26:17.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:26:17.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423007761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423008817,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.110Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423009863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423002717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423010969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423011972,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423012975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423013978,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.111Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423021364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423024370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "clamp",
  "timestamp": 1643423025374,
  "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-29T02:26:17.116Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2dc0933-9389-4296-ac15-37e5db053077
2022-01-29T02:26:17.116Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:26:17.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "baa2fee4-4d1a-4536-88fe-cf2ead9172da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423045385,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-01-29T02:26:17.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643422997035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423054519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423056453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:26:17.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:26:23.781Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:26:23.791Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:26:23.793Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:26:23.793Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:26:23.793Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:26:23.794Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:26:23.799Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:26:53.799Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2dc0933-9389-4296-ac15-37e5db053077 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-29T02:26:53.805Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2dc0933-9389-4296-ac15-37e5db053077 and serviceModelVersionId: 26d1835f-6eec-4c9a-ac5e-f6d5c271b591
2022-01-29T02:26:53.805Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 288b17e5-49f7-4d22-be36-9e9e9360adba
2022-01-29T02:26:53.806Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0
2022-01-29T02:26:53.810Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:26:53.847Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0|INFO|500||Invoke
2022-01-29T02:26:53.848Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2dc0933-9389-4296-ac15-37e5db053077], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[450c58d2-7f7b-4b21-803a-2add3f7ef0ff], X-ECOMP-RequestID=[b2dc0933-9389-4296-ac15-37e5db053077], X-TransactionId=[], X-ONAP-RequestID=[b2dc0933-9389-4296-ac15-37e5db053077], Content-Type=[application/merge-patch+json]}
2022-01-29T02:26:53.865Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-29T02:26:54.017Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?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/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220129-02:26:53:870-14608], vertex-id=[229384], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:26:53 GMT], Content-Type=[application/json]}
2022-01-29T02:26:54.017Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:26:54.018Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/288b17e5-49f7-4d22-be36-9e9e9360adba/model-vers/model-ver/26d1835f-6eec-4c9a-ac5e-f6d5c271b591?depth=0|INFO|500||InvokeReturn
2022-01-29T02:26:54.018Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:26:54.018Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:26:54.022Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||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-29T02:26:54.022Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2dc0933-9389-4296-ac15-37e5db053077 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:26:54.022Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:26:54.022Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:26:54.024Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:26:54.024Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423214022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:26:54.125Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:26:54.125Z||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-29T02:26:54.125Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:26:54.139Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:26:54.139Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:26:55.036Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:26:55.036Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:26:55.036Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:26:59.477Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:26:59.477Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-29T02:26:59.478Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a2d9327-6460-4032-9b1e-935971c58a94","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"712b572d-dcc3-4486-a779-68a314da7698","serviceDescription":"service","serviceInvariantUUID":"f2c15f5b-c562-41e5-a800-3a1f38e55a24","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a557aeb-b348-464a-be49-7d33173a5e2e","resourceInvariantUUID":"6c2390c0-f7fc-4e25-8a71-41aa9ff1c023","resourceCustomizationUUID":"c168f75f-9d2d-474d-9023-319b287e4d3b","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":"YzY3ZmNlZmU4ODQzNmNkYjVkMTkyNDQwZWExMGQ3NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fef25dfe-6180-4ecf-9616-9eaa973a656e","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":"7848a72b-218b-4e5e-bb1e-59db44aedc1d","artifactVersion":"2","generatedFromUUID":"30cf8439-eb11-43cc-9e60-46dc58a46b75"},{"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":"30cf8439-eb11-43cc-9e60-46dc58a46b75","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":"MmY4ZDQ4OTYxNGM2OGJkZWM4YjhlOTQyOTM5ZTIwNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3dc6204a-d790-49bd-8114-7e4c63f152d4","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":"a12f439f-bd85-4218-b0ab-4329c5867f5d","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":"b3fa56c3-f608-4340-8422-fa64d0e343b2","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":"091f7361-8793-4544-97aa-558c2f75fc2c","artifactVersion":"2","generatedFromUUID":"a12f439f-bd85-4218-b0ab-4329c5867f5d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmQ0NGY4MTRhMmY1MThkZmVlMmVlMjRmNWRkY2Q4YjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25f6aedd-a4a0-454b-95e9-853383621bf9","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJjOTZhNmQyZmU4YWJkMDI5ODA1MzJlYzQxZDU3OTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08f24b09-0a78-4182-b7dd-2e8636a8e9d7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:26:59.479Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:26:59.479Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:26:59.481Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:26:59.481Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:26:59.581Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:26:59.582Z||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-29T02:26:59.582Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:26:59.595Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:26:59.595Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:27:00.482Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:00.482Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:00.484Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:00.484Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-29T02:27:00.584Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:00.585Z||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-29T02:27:00.585Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:00.594Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:00.594Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:01.485Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:01.485Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:01.487Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:01.487Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-29T02:27:01.587Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:01.588Z||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-29T02:27:01.588Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:01.601Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:01.601Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:02.487Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:02.488Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:02.489Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:02.490Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:27:02.590Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:02.590Z||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-29T02:27:02.590Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:02.601Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:02.601Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:03.490Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:03.491Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:03.493Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:03.493Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:27:03.593Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:03.594Z||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-29T02:27:03.594Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:03.606Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:03.606Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:04.494Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:04.494Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:04.496Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:04.497Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:27:04.596Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:27:04.597Z||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-29T02:27:04.597Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:04.609Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:04.609Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:27:05.497Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:05.498Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:05.500Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:05.500Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-29T02:27:05.600Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:05.601Z||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-29T02:27:05.601Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:05.613Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:05.614Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:06.501Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:06.501Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:06.503Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:06.503Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:27:06.603Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:06.604Z||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-29T02:27:06.604Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:06.617Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:06.617Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:07.504Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:27:07.504Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:07.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:07.506Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:27:07.606Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:07.607Z||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-29T02:27:07.607Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:07.622Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:07.622Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:08.507Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "712b572d-dcc3-4486-a779-68a314da7698",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f2c15f5b-c562-41e5-a800-3a1f38e55a24",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c168f75f-9d2d-474d-9023-319b287e4d3b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a557aeb-b348-464a-be49-7d33173a5e2e",
      "resourceInvariantUUID": "6c2390c0-f7fc-4e25-8a71-41aa9ff1c023",
      "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": "7848a72b-218b-4e5e-bb1e-59db44aedc1d",
          "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": "30cf8439-eb11-43cc-9e60-46dc58a46b75",
          "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": "MmY4ZDQ4OTYxNGM2OGJkZWM4YjhlOTQyOTM5ZTIwNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3dc6204a-d790-49bd-8114-7e4c63f152d4",
          "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": "a12f439f-bd85-4218-b0ab-4329c5867f5d",
          "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": "091f7361-8793-4544-97aa-558c2f75fc2c",
            "generatedFromUUID": "a12f439f-bd85-4218-b0ab-4329c5867f5d"
          },
          "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": "091f7361-8793-4544-97aa-558c2f75fc2c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjJjOTZhNmQyZmU4YWJkMDI5ODA1MzJlYzQxZDU3OTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08f24b09-0a78-4182-b7dd-2e8636a8e9d7"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:27:08.508Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:27:08.508Z|b2dc0933-9389-4296-ac15-37e5db053077|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 712b572d-dcc3-4486-a779-68a314da7698 ASDC
2022-01-29T02:27:08.508Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a2d9327-6460-4032-9b1e-935971c58a94
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:712b572d-dcc3-4486-a779-68a314da7698
ServiceInvariantUUID:f2c15f5b-c562-41e5-a800-3a1f38e55a24
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:08f24b09-0a78-4182-b7dd-2e8636a8e9d7
ArtifactChecksum:YjJjOTZhNmQyZmU4YWJkMDI5ODA1MzJlYzQxZDU3OTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c168f75f-9d2d-474d-9023-319b287e4d3b
ResourceInvariantUUID:6c2390c0-f7fc-4e25-8a71-41aa9ff1c023
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:1a557aeb-b348-464a-be49-7d33173a5e2e
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:7848a72b-218b-4e5e-bb1e-59db44aedc1d
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:30cf8439-eb11-43cc-9e60-46dc58a46b75
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:3dc6204a-d790-49bd-8114-7e4c63f152d4
ArtifactChecksum:MmY4ZDQ4OTYxNGM2OGJkZWM4YjhlOTQyOTM5ZTIwNDA=
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:a12f439f-bd85-4218-b0ab-4329c5867f5d
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:091f7361-8793-4544-97aa-558c2f75fc2c
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:091f7361-8793-4544-97aa-558c2f75fc2c
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-29T02:27:08.508Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 712b572d-dcc3-4486-a779-68a314da7698 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-29T02:27:08.537Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:27:08.537Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:27:08.537Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:27:08.537Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08f24b09-0a78-4182-b7dd-2e8636a8e9d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-29T02:27:08.537Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:27:08.537Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-29T02:27:08.788Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:27:08.790Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 08f24b09-0a78-4182-b7dd-2e8636a8e9d7 68933
2022-01-29T02:27:08.791Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:08.791Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:08.791Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:27:08.791Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:08.793Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:08.793Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423228791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:08.893Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:08.893Z||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-29T02:27:08.893Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:08.905Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:08.905Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:09.793Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:27:09.794Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:27:09.794Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 08f24b09-0a78-4182-b7dd-2e8636a8e9d7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-29T02:27:09.795Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-29T02:27:09.795Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-29T02:27:09.795Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-29T02:27:09.909Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10201241268012747608/Definitions/service-BasicCnf-template.yml
2022-01-29T02:27:10.696Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:27:10.696Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:10.697Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.698Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:10.699Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:27:10.700Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3350f129-f28f-4f4a-8be0-fd256938d95b
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.701Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.702Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:10.702Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:10.702Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:712b572d-dcc3-4486-a779-68a314da7698
Model Version:NULL
Model InvariantUuid:f2c15f5b-c562-41e5-a800-3a1f38e55a24
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f80ca839-c839-4938-ac82-34e66c5edc30
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c2390c0-f7fc-4e25-8a71-41aa9ff1c023
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c168f75f-9d2d-474d-9023-319b287e4d3b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:030139a6-7f90-4992-a5f4-d997e730129e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:75eb3b96-ba2c-4121-b155-103c81185383
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3350f129-f28f-4f4a-8be0-fd256938d95b
ModelInvariantUuid:e9022649-b7d3-4cd6-97df-69b4a5df9a4b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:64f93720-a483-4f89-9911-b44f4cfcb58a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ea7f5133-5a7e-4358-9ca1-ec1765a0c222
ModelInvariantUuid:ab3a6bd9-2668-4016-a67a-ee2dcd651099
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:431f5dd6-d735-4da6-9eee-9e25119e499a
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-29T02:27:10.708Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a557aeb-b348-464a-be49-7d33173a5e2e
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-29T02:27:10.711Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-01-29T02:27:10.711Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a557aeb-b348-464a-be49-7d33173a5e2e
2022-01-29T02:27:10.711Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7848a72b-218b-4e5e-bb1e-59db44aedc1d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-29T02:27:10.711Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:27:10.711Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.890Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:27:10.890Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7848a72b-218b-4e5e-bb1e-59db44aedc1d 12
2022-01-29T02:27:10.890Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.890Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:10.890Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:27:10.890Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:10.892Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:10.892Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423230890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:10.992Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:10.993Z||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-29T02:27:10.993Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:11.006Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:11.006Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:27:11.893Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 30cf8439-eb11-43cc-9e60-46dc58a46b75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-29T02:27:11.893Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:27:11.893Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:12.176Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:27:12.176Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 30cf8439-eb11-43cc-9e60-46dc58a46b75 2688
2022-01-29T02:27:12.176Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:12.176Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:12.177Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:27:12.177Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:12.179Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:12.179Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423232176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:12.279Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:12.279Z||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-29T02:27:12.280Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:12.290Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:12.291Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:13.180Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3dc6204a-d790-49bd-8114-7e4c63f152d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-29T02:27:13.180Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:27:13.180Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:13.476Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:27:13.477Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3dc6204a-d790-49bd-8114-7e4c63f152d4 828
2022-01-29T02:27:13.477Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:13.477Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:13.477Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:27:13.477Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:13.479Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:13.479Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423233477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:13.579Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:13.579Z||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-29T02:27:13.580Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:13.588Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:13.589Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:14.479Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "030139a6-7f90-4992-a5f4-d997e730129e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75eb3b96-ba2c-4121-b155-103c81185383",
    "vfModuleModelCustomizationUUID": "9b8fa9af-f169-437c-8970-7a60a0dfb6fe",
    "isBase": true,
    "artifacts": [
      "30cf8439-eb11-43cc-9e60-46dc58a46b75",
      "a12f439f-bd85-4218-b0ab-4329c5867f5d",
      "091f7361-8793-4544-97aa-558c2f75fc2c"
    ],
    "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-29T02:27:14.484Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75eb3b96-ba2c-4121-b155-103c81185383
VfModuleModelInvariantUUID:030139a6-7f90-4992-a5f4-d997e730129e
VfModuleModelDescription:NULL
Artifacts UUID List:{
30cf8439-eb11-43cc-9e60-46dc58a46b75
,
a12f439f-bd85-4218-b0ab-4329c5867f5d
,
091f7361-8793-4544-97aa-558c2f75fc2c

}
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-29T02:27:14.486Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "030139a6-7f90-4992-a5f4-d997e730129e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75eb3b96-ba2c-4121-b155-103c81185383",
    "vfModuleModelCustomizationUUID": "9b8fa9af-f169-437c-8970-7a60a0dfb6fe",
    "isBase": true,
    "artifacts": [
      "30cf8439-eb11-43cc-9e60-46dc58a46b75",
      "a12f439f-bd85-4218-b0ab-4329c5867f5d",
      "091f7361-8793-4544-97aa-558c2f75fc2c"
    ],
    "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-29T02:27:14.486Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75eb3b96-ba2c-4121-b155-103c81185383
VfModuleModelInvariantUUID:030139a6-7f90-4992-a5f4-d997e730129e
VfModuleModelDescription:NULL
Artifacts UUID List:{
30cf8439-eb11-43cc-9e60-46dc58a46b75
,
a12f439f-bd85-4218-b0ab-4329c5867f5d
,
091f7361-8793-4544-97aa-558c2f75fc2c

}
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-29T02:27:14.486Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a12f439f-bd85-4218-b0ab-4329c5867f5d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-29T02:27:14.486Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:27:14.486Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:14.799Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:27:14.799Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a12f439f-bd85-4218-b0ab-4329c5867f5d 1164
2022-01-29T02:27:14.800Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:14.800Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:14.800Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:27:14.800Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:14.802Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:14.802Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423234800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:14.902Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:14.903Z||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-29T02:27:14.903Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:14.914Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:14.914Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:15.803Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 091f7361-8793-4544-97aa-558c2f75fc2c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-29T02:27:15.803Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:27:15.804Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:15.845Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:27:15.845Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 091f7361-8793-4544-97aa-558c2f75fc2c 200
2022-01-29T02:27:15.845Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:15.845Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:15.845Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:27:15.846Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:15.847Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:15.847Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423235845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:15.947Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:15.948Z||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-29T02:27:15.948Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:15.959Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:15.959Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:16.848Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 712b572d-dcc3-4486-a779-68a314da7698
2022-01-29T02:27:16.848Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1a557aeb-b348-464a-be49-7d33173a5e2e ASDC
2022-01-29T02:27:16.855Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-29T02:27:16.863Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7227771e, org.onap.sdc.toscaparser.api.parameters.Input@3f450d4b, org.onap.sdc.toscaparser.api.parameters.Input@d0d700f, org.onap.sdc.toscaparser.api.parameters.Input@28c23b7d, org.onap.sdc.toscaparser.api.parameters.Input@619436fc]
2022-01-29T02:27:16.865Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.865Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.865Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-29T02:27:16.865Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c168f75f-9d2d-474d-9023-319b287e4d3b
2022-01-29T02:27:16.865Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c168f75f-9d2d-474d-9023-319b287e4d3b matches Tosca VF Customization UUID: c168f75f-9d2d-474d-9023-319b287e4d3b
2022-01-29T02:27:16.865Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c168f75f-9d2d-474d-9023-319b287e4d3b  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-29T02:27:16.867Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.867Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.867Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c168f75f-9d2d-474d-9023-319b287e4d3b: {\"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-29T02:27:16.867Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@296703a4
2022-01-29T02:27:16.868Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.868Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:27:16.868Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b8fa9af-f169-437c-8970-7a60a0dfb6fe
2022-01-29T02:27:16.868Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b8fa9af-f169-437c-8970-7a60a0dfb6fe
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-29T02:27:16.870Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.870Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:16.870Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:27:16.870Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.871Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:16.871Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:27:16.871Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.871Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-29T02:27:16.871Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-29T02:27:16.871Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3350f129-f28f-4f4a-8be0-fd256938d95b
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-29T02:27:16.873Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.873Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:16.873Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:27:16.873Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.873Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-29T02:27:16.873Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c168f75f-9d2d-474d-9023-319b287e4d3b
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-29T02:27:16.875Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.875Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.875Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 712b572d-dcc3-4486-a779-68a314da7698: basic_cnf
2022-01-29T02:27:16.875Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.875Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.875Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:27:16.876Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:16.941Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1a557aeb-b348-464a-be49-7d33173a5e2e 1 ASDC deployResourceStructure
2022-01-29T02:27:16.941Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:16.942Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:16.942Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-29T02:27:16.942Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:16.943Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:16.944Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423236941,
  "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-29T02:27:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:27:17.038Z||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-29T02:27:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:17.044Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:17.044Z||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-29T02:27:17.044Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:17.053Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:17.054Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:17.059Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:17.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:27:17.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423057506,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423058616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423059715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423060718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:27:17.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423061720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:17.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:27:17.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:27:17.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423062725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:17.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:27:17.945Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:17.945Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:17.945Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-29T02:27:17.945Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:17.947Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:17.947Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423237944,
  "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-29T02:27:18.047Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:18.048Z||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-29T02:27:18.048Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:18.059Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:18.063Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:18.948Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:18.948Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:18.948Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:27:18.949Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:18.950Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:18.950Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423238948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:19.050Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:19.051Z||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-29T02:27:19.051Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:19.061Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:19.073Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:19.951Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:19.952Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:19.952Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:27:19.952Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:19.953Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:19.954Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423239951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:20.054Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:20.055Z||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-29T02:27:20.055Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:20.066Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:20.067Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:20.955Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:20.955Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:20.955Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:27:20.955Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:20.957Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:20.957Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423240955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:21.057Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:27:21.058Z||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-29T02:27:21.058Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:21.069Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:21.070Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:21.957Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:21.957Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:27:21.958Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:27:21.958Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:27:21.959Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:27:21.960Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423241957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:27:22.059Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:27:22.060Z||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-29T02:27:22.060Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:27:22.071Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:27:22.072Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:27:22.960Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:27:22.969Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:27:22.970Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:27:22.971Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:27:22.971Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:27:52.971Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:27:52.979Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:27:52.980Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:27:52.980Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:27:52.980Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:28:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:28:17.038Z||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-29T02:28:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:17.053Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:17.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423196476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423191150,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423190258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423207355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423207362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423207357,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "cds",
  "timestamp": 1643423208367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-29T02:28:17.084Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a2d9327-6460-4032-9b1e-935971c58a94
2022-01-29T02:28:17.084Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:17.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423208360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.092Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.092Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423208407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "policy-id",
  "timestamp": 1643423209362,
  "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-29T02:28:17.098Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a2d9327-6460-4032-9b1e-935971c58a94
2022-01-29T02:28:17.098Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:17.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423209603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423210807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423211010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.107Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.108Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423211840,
  "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-29T02:28:17.112Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a2d9327-6460-4032-9b1e-935971c58a94
2022-01-29T02:28:17.112Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:17.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423212506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.118Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423212843,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.120Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b2dc0933-9389-4296-ac15-37e5db053077",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423214022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423214396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.121Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.122Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.123Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423215399,
  "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-29T02:28:17.126Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a2d9327-6460-4032-9b1e-935971c58a94
2022-01-29T02:28:17.127Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:17.133Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423209371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.134Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423216509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423210364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423217001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "aai-ml",
  "timestamp": 1643423217512,
  "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-29T02:28:17.141Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a2d9327-6460-4032-9b1e-935971c58a94
2022-01-29T02:28:17.141Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:17.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423217962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.148Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "cds",
  "timestamp": 1643423218007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-29T02:28:17.159Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
2022-01-29T02:28:17.159Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:28:17.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423218966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "policy-id",
  "timestamp": 1643423219968,
  "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-29T02:28:17.171Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
2022-01-29T02:28:17.171Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:28:17.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423206608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423202690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423216476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423223590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423224192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423201091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423225383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423225397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423225552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423225789,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423226555,
  "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-29T02:28:17.186Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
2022-01-29T02:28:17.186Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:28:17.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423226584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423227406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.193Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.193Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.193Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.193Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423227598,
  "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-29T02:28:17.197Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
2022-01-29T02:28:17.197Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:28:17.202Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.202Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "clamp",
  "timestamp": 1643423228409,
  "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-29T02:28:17.206Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a2d9327-6460-4032-9b1e-935971c58a94
2022-01-29T02:28:17.206Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423228600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423228791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423230890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423232176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423233477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423233579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "aai-ml",
  "timestamp": 1643423234582,
  "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-29T02:28:17.221Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
2022-01-29T02:28:17.221Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:28:17.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423234800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423212717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423235845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:28:17.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:28:22.981Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:28:22.989Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:28:22.991Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:28:22.992Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:28:22.992Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:28:22.996Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:28:52.996Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a2d9327-6460-4032-9b1e-935971c58a94 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-29T02:28:53.003Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a2d9327-6460-4032-9b1e-935971c58a94 and serviceModelVersionId: 712b572d-dcc3-4486-a779-68a314da7698
2022-01-29T02:28:53.003Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2c15f5b-c562-41e5-a800-3a1f38e55a24
2022-01-29T02:28:53.003Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2c15f5b-c562-41e5-a800-3a1f38e55a24/model-vers/model-ver/712b572d-dcc3-4486-a779-68a314da7698?depth=0
2022-01-29T02:28:53.007Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:28:53.038Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c15f5b-c562-41e5-a800-3a1f38e55a24/model-vers/model-ver/712b572d-dcc3-4486-a779-68a314da7698?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-29T02:28:53.038Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c15f5b-c562-41e5-a800-3a1f38e55a24/model-vers/model-ver/712b572d-dcc3-4486-a779-68a314da7698?depth=0|INFO|500||Invoke
2022-01-29T02:28:53.054Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c15f5b-c562-41e5-a800-3a1f38e55a24/model-vers/model-ver/712b572d-dcc3-4486-a779-68a314da7698?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-29T02:28:53.314Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c15f5b-c562-41e5-a800-3a1f38e55a24/model-vers/model-ver/712b572d-dcc3-4486-a779-68a314da7698?depth=0|INFO|500||InvokeReturn
2022-01-29T02:28:53.314Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c15f5b-c562-41e5-a800-3a1f38e55a24/model-vers/model-ver/712b572d-dcc3-4486-a779-68a314da7698?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220129-02:28:53:061-65042], vertex-id=[204888], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:28:53 GMT], Content-Type=[application/json]}
2022-01-29T02:28:53.314Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:28:53.314Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:28:53.314Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:28:53.318Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||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-29T02:28:53.318Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a2d9327-6460-4032-9b1e-935971c58a94 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:28:53.318Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:28:53.318Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:53.320Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:53.320Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423333318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:28:53.420Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:53.421Z||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-29T02:28:53.421Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:53.434Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:53.434Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:28:54.331Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-01-29T02:28:54.332Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5b8ede55-2425-4040-8aa5-a29e0c2493c5","serviceDescription":"service","serviceInvariantUUID":"82a9450b-be61-436d-b6f2-ba2e692e3f32","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59d18c15-2b37-430f-874d-72904d3b3a09","resourceInvariantUUID":"d3a86720-99d0-4dab-93a1-c2c9e029db00","resourceCustomizationUUID":"f90cc16b-2e06-40d7-80ba-c0daaf5c4011","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":"MmNiMWI1YWU5MzNjNjNhNGIxYTdhODRhODE2NzkxZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b34eba87-7b7a-48f7-89bd-0696e09f58cf","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":"ZDc3OGQzNGYxYjFhZGViMjI5ZDQ2ZDc4M2E4OTkyNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08194299-a09c-4d0d-be8e-ea65fe5d2a82","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":"1604bcc7-3625-46c9-8e22-17d04f09df5c","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":"41d7c72f-4ded-4566-9a72-c5eca4be30a2","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":"2087f569-0ad7-48e3-96a0-e8a9abdf6415","artifactVersion":"2","generatedFromUUID":"1604bcc7-3625-46c9-8e22-17d04f09df5c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmVjY2QzZjMxYmE1YjZhMTNlYjU0MTQyY2EyMWRhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea158303-e888-4c9d-8773-f560d1735395","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODQ1ZTg5MGE4YjIxN2E1MWY2ZGQyYzc3OTNjNjFiYzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b739c572-b270-4a07-ba67-b529e563eede","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:28:54.332Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:28:54.332Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:54.333Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:54.333Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:54.434Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:54.434Z||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-29T02:28:54.434Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:54.444Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:54.445Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:28:55.334Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:28:55.335Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:55.336Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:55.337Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:28:55.437Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:55.437Z||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-29T02:28:55.437Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:55.448Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:55.449Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:28:56.337Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:28:56.338Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:56.339Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:56.339Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:28:56.439Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:56.440Z||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-29T02:28:56.440Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:56.453Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:56.454Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:28:57.340Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:28:57.340Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:57.342Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:57.342Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:57.442Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:57.443Z||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-29T02:28:57.443Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:57.456Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:57.456Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:28:58.342Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:28:58.343Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:58.345Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:58.345Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-29T02:28:58.445Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:58.446Z||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-29T02:28:58.446Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:58.456Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:58.457Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:28:59.346Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:28:59.346Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:28:59.348Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:28:59.348Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:28:59.448Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:28:59.449Z||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-29T02:28:59.449Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:28:59.460Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:28:59.461Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:00.349Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:29:00.349Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:00.351Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:00.351Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:29:00.451Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:00.452Z||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-29T02:29:00.452Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:00.464Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:00.464Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:01.352Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "5b8ede55-2425-4040-8aa5-a29e0c2493c5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82a9450b-be61-436d-b6f2-ba2e692e3f32",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f90cc16b-2e06-40d7-80ba-c0daaf5c4011",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "59d18c15-2b37-430f-874d-72904d3b3a09",
      "resourceInvariantUUID": "d3a86720-99d0-4dab-93a1-c2c9e029db00",
      "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": "ZDc3OGQzNGYxYjFhZGViMjI5ZDQ2ZDc4M2E4OTkyNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "08194299-a09c-4d0d-be8e-ea65fe5d2a82",
          "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": "1604bcc7-3625-46c9-8e22-17d04f09df5c",
          "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": "2087f569-0ad7-48e3-96a0-e8a9abdf6415",
            "generatedFromUUID": "1604bcc7-3625-46c9-8e22-17d04f09df5c"
          },
          "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": "2087f569-0ad7-48e3-96a0-e8a9abdf6415",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODQ1ZTg5MGE4YjIxN2E1MWY2ZGQyYzc3OTNjNjFiYzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b739c572-b270-4a07-ba67-b529e563eede"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:29:01.352Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:29:01.352Z|2a2d9327-6460-4032-9b1e-935971c58a94|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b8ede55-2425-4040-8aa5-a29e0c2493c5 ASDC
2022-01-29T02:29:01.352Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:5b8ede55-2425-4040-8aa5-a29e0c2493c5
ServiceInvariantUUID:82a9450b-be61-436d-b6f2-ba2e692e3f32
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:b739c572-b270-4a07-ba67-b529e563eede
ArtifactChecksum:ODQ1ZTg5MGE4YjIxN2E1MWY2ZGQyYzc3OTNjNjFiYzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f90cc16b-2e06-40d7-80ba-c0daaf5c4011
ResourceInvariantUUID:d3a86720-99d0-4dab-93a1-c2c9e029db00
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:59d18c15-2b37-430f-874d-72904d3b3a09
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:08194299-a09c-4d0d-be8e-ea65fe5d2a82
ArtifactChecksum:ZDc3OGQzNGYxYjFhZGViMjI5ZDQ2ZDc4M2E4OTkyNWM=
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:1604bcc7-3625-46c9-8e22-17d04f09df5c
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:2087f569-0ad7-48e3-96a0-e8a9abdf6415
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:2087f569-0ad7-48e3-96a0-e8a9abdf6415
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-29T02:29:01.353Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b8ede55-2425-4040-8aa5-a29e0c2493c5 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-29T02:29:01.379Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:29:01.380Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:29:01.380Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:29:01.380Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b739c572-b270-4a07-ba67-b529e563eede from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-29T02:29:01.380Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:29:01.380Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-29T02:29:01.436Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:29:01.440Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b739c572-b270-4a07-ba67-b529e563eede 71056
2022-01-29T02:29:01.440Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:01.440Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:01.440Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:29:01.440Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:01.442Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:01.442Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423341440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:29:01.542Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:01.543Z||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-29T02:29:01.543Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:01.557Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:01.558Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:02.443Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:29:02.444Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-01-29T02:29:02.444Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b739c572-b270-4a07-ba67-b529e563eede, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-29T02:29:02.445Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-29T02:29:02.445Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-29T02:29:02.445Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-29T02:29:02.681Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12387059103369873128/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-29T02:29:03.486Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:29:03.486Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:29:03.486Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-01-29T02:29:03.487Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:03.488Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-29T02:29:03.489Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:29:03.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-29T02:29:03.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c1fe85e5-4ada-4a2f-9c34-37af744b1d66
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.492Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:03.493Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:03.493Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:5b8ede55-2425-4040-8aa5-a29e0c2493c5
Model Version:NULL
Model InvariantUuid:82a9450b-be61-436d-b6f2-ba2e692e3f32
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:fc180835-2647-4724-8701-d193f48adafd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3a86720-99d0-4dab-93a1-c2c9e029db00
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f90cc16b-2e06-40d7-80ba-c0daaf5c4011
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:39ad01f3-3736-4197-8a61-e6dfe886db4f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:75c6f8b6-d920-4dc0-92f5-09b561b769a4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c1fe85e5-4ada-4a2f-9c34-37af744b1d66
ModelInvariantUuid:eb1cefd7-59b5-48ea-a01a-f09dd693f122
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:489bb659-3f61-4345-b73a-51b177a51983
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c85a7c6e-8ffa-4833-949d-12628add42a0
ModelInvariantUuid:484929ce-f150-469c-b76a-6accda1c020c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:0684433b-0a9b-430e-b6d5-7c903805e8d0
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-29T02:29:03.498Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 59d18c15-2b37-430f-874d-72904d3b3a09
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-29T02:29:03.501Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-01-29T02:29:03.501Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59d18c15-2b37-430f-874d-72904d3b3a09
2022-01-29T02:29:03.501Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08194299-a09c-4d0d-be8e-ea65fe5d2a82 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-29T02:29:03.501Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:29:03.501Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.692Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:29:03.693Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 08194299-a09c-4d0d-be8e-ea65fe5d2a82 787
2022-01-29T02:29:03.693Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.693Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:03.693Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:29:03.693Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:03.695Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:03.695Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423343693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:29:03.795Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:03.796Z||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-29T02:29:03.796Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:03.809Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:03.809Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:04.696Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "39ad01f3-3736-4197-8a61-e6dfe886db4f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75c6f8b6-d920-4dc0-92f5-09b561b769a4",
    "vfModuleModelCustomizationUUID": "7621ad4e-a163-4c7e-8932-028cc66bcf87",
    "isBase": true,
    "artifacts": [
      "1604bcc7-3625-46c9-8e22-17d04f09df5c",
      "2087f569-0ad7-48e3-96a0-e8a9abdf6415"
    ],
    "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-29T02:29:04.698Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75c6f8b6-d920-4dc0-92f5-09b561b769a4
VfModuleModelInvariantUUID:39ad01f3-3736-4197-8a61-e6dfe886db4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1604bcc7-3625-46c9-8e22-17d04f09df5c
,
2087f569-0ad7-48e3-96a0-e8a9abdf6415

}
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-29T02:29:04.699Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "39ad01f3-3736-4197-8a61-e6dfe886db4f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75c6f8b6-d920-4dc0-92f5-09b561b769a4",
    "vfModuleModelCustomizationUUID": "7621ad4e-a163-4c7e-8932-028cc66bcf87",
    "isBase": true,
    "artifacts": [
      "1604bcc7-3625-46c9-8e22-17d04f09df5c",
      "2087f569-0ad7-48e3-96a0-e8a9abdf6415"
    ],
    "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-29T02:29:04.699Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75c6f8b6-d920-4dc0-92f5-09b561b769a4
VfModuleModelInvariantUUID:39ad01f3-3736-4197-8a61-e6dfe886db4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1604bcc7-3625-46c9-8e22-17d04f09df5c
,
2087f569-0ad7-48e3-96a0-e8a9abdf6415

}
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-29T02:29:04.699Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1604bcc7-3625-46c9-8e22-17d04f09df5c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-29T02:29:04.699Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:29:04.700Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:04.886Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:29:04.887Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1604bcc7-3625-46c9-8e22-17d04f09df5c 5033
2022-01-29T02:29:04.887Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:04.887Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:04.887Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:29:04.887Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:04.888Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:04.888Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423344887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:29:04.989Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:04.989Z||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-29T02:29:04.989Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:05.001Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:05.002Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:05.889Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2087f569-0ad7-48e3-96a0-e8a9abdf6415 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-29T02:29:05.889Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-01-29T02:29:05.889Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:06.081Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-01-29T02:29:06.081Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2087f569-0ad7-48e3-96a0-e8a9abdf6415 903
2022-01-29T02:29:06.081Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:06.082Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:06.082Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:29:06.082Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:06.083Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:06.083Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:29:06.183Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:06.184Z||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-29T02:29:06.184Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:06.195Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:06.196Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:07.084Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5b8ede55-2425-4040-8aa5-a29e0c2493c5
2022-01-29T02:29:07.084Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 59d18c15-2b37-430f-874d-72904d3b3a09 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-29T02:29:07.095Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c632828, org.onap.sdc.toscaparser.api.parameters.Input@769383bd, org.onap.sdc.toscaparser.api.parameters.Input@2ffccc4f, org.onap.sdc.toscaparser.api.parameters.Input@628eebe6, org.onap.sdc.toscaparser.api.parameters.Input@5799bdf7]
2022-01-29T02:29:07.096Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.096Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.096Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-01-29T02:29:07.096Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f90cc16b-2e06-40d7-80ba-c0daaf5c4011
2022-01-29T02:29:07.096Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f90cc16b-2e06-40d7-80ba-c0daaf5c4011 matches Tosca VF Customization UUID: f90cc16b-2e06-40d7-80ba-c0daaf5c4011
2022-01-29T02:29:07.096Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f90cc16b-2e06-40d7-80ba-c0daaf5c4011  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-29T02:29:07.098Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.098Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.099Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f90cc16b-2e06-40d7-80ba-c0daaf5c4011: {\"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-29T02:29:07.099Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61ee6b2e
2022-01-29T02:29:07.099Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.099Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-29T02:29:07.099Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7621ad4e-a163-4c7e-8932-028cc66bcf87
2022-01-29T02:29:07.099Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7621ad4e-a163-4c7e-8932-028cc66bcf87
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-29T02:29:07.101Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.101Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:07.101Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:29:07.101Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-29T02:29:07.102Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c1fe85e5-4ada-4a2f-9c34-37af744b1d66
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-29T02:29:07.104Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.104Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:07.104Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-29T02:29:07.105Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.105Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-29T02:29:07.105Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f90cc16b-2e06-40d7-80ba-c0daaf5c4011
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-29T02:29:07.106Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.106Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5b8ede55-2425-4040-8aa5-a29e0c2493c5: basic_vm
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.107Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:29:07.108Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:29:07.108Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:07.173Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 59d18c15-2b37-430f-874d-72904d3b3a09 1 ASDC deployResourceStructure
2022-01-29T02:29:07.174Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:07.174Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:07.174Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:29:07.175Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:07.176Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:07.177Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423347174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:29:07.277Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:07.278Z||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-29T02:29:07.278Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:07.290Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:07.290Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:08.178Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:08.178Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:08.178Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:29:08.178Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:08.179Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:08.180Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423348177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:29:08.280Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:08.280Z||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-29T02:29:08.281Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:08.295Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:08.295Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:09.180Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:09.181Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:09.181Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:29:09.181Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:09.183Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:09.183Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423349180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:29:09.283Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:09.283Z||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-29T02:29:09.284Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:09.297Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:09.298Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:10.183Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:10.184Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:10.184Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:29:10.184Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:10.185Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:10.186Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423350183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:29:10.286Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:10.286Z||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-29T02:29:10.287Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:10.299Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:10.299Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:29:11.186Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:29:11.196Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:29:11.198Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:11.202Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:29:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:29:17.038Z||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-29T02:29:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:17.058Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:17.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:29:17.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423236941,
  "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-29T02:29:17.059Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:29:41.203Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:29:41.207Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 and serviceModelVersionId: 5b8ede55-2425-4040-8aa5-a29e0c2493c5
2022-01-29T02:29:41.207Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82a9450b-be61-436d-b6f2-ba2e692e3f32
2022-01-29T02:29:41.208Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82a9450b-be61-436d-b6f2-ba2e692e3f32/model-vers/model-ver/5b8ede55-2425-4040-8aa5-a29e0c2493c5?depth=0
2022-01-29T02:29:41.211Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:29:41.238Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a9450b-be61-436d-b6f2-ba2e692e3f32/model-vers/model-ver/5b8ede55-2425-4040-8aa5-a29e0c2493c5?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-29T02:29:41.239Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a9450b-be61-436d-b6f2-ba2e692e3f32/model-vers/model-ver/5b8ede55-2425-4040-8aa5-a29e0c2493c5?depth=0|INFO|500||Invoke
2022-01-29T02:29:41.255Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a9450b-be61-436d-b6f2-ba2e692e3f32/model-vers/model-ver/5b8ede55-2425-4040-8aa5-a29e0c2493c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-29T02:29:41.490Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a9450b-be61-436d-b6f2-ba2e692e3f32/model-vers/model-ver/5b8ede55-2425-4040-8aa5-a29e0c2493c5?depth=0|INFO|500||InvokeReturn
2022-01-29T02:29:41.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82a9450b-be61-436d-b6f2-ba2e692e3f32/model-vers/model-ver/5b8ede55-2425-4040-8aa5-a29e0c2493c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220129-02:29:41:261-95987], vertex-id=[528408], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:29:41 GMT], Content-Type=[application/json]}
2022-01-29T02:29:41.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:29:41.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:29:41.491Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:41.495Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||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-29T02:29:41.495Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:29:41.495Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:29:41.495Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:29:41.497Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:29:41.497Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423381495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:29:41.597Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:29:41.598Z||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-29T02:29:41.598Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:41.614Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:41.614Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:29:42.509Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:29:42.510Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:29:42.510Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:29:52.909Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:29:52.910Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:29:52.910Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:29:52.910Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:30:02.448Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:30:02.449Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:30:02.449Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:30:02.450Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:30:11.985Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:30:11.986Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:30:11.986Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-29T02:30:11.986Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:30:17.037Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:30:17.038Z||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-29T02:30:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:30:17.064Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:30:17.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423237944,
  "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-29T02:30:17.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423238948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423239399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423239951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423240418,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423240955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:30:17.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:17.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "clamp",
  "timestamp": 1643423241421,
  "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-29T02:30:17.072Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6
2022-01-29T02:30:17.072Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6 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-29T02:30:17.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-29T02:30:17.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423241957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:30:17.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:30:21.528Z|2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:30:21.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:30:21.529Z||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-29T02:30:21.529Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:30:31.068Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:30:31.068Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:30:31.068Z||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-29T02:30:31.068Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:30:40.608Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:17.035Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:31:17.036Z||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-29T02:31:17.036Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:31:17.038Z||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-29T02:31:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:17.059Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:17.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2a2d9327-6460-4032-9b1e-935971c58a94",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423333318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:31:17.060Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423215036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:31:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423341440,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423343693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423344887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423346081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423347174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423348177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423349180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423350183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:31:17.063Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:31:17.656Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:17.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-01-29T02:31:17.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2befeaf6-77a0-48ed-b6d9-372f718842aa","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e502e10e-1a2f-42aa-8fdc-2d7019b70528","serviceDescription":"service","serviceInvariantUUID":"fcc78450-ec12-4938-89bf-00350d87fa18","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fe055a77-7a04-4ca4-b0de-ae105f92be4d","resourceInvariantUUID":"fa13df31-cc42-4c25-b343-c31db4a7a9a3","resourceCustomizationUUID":"4f260699-0975-47d2-8b20-ae823f4973f2","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":"M2E3MTFkMzFhNDVkMzU3Mjc4ZGUxMTdiM2YxYmIzOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03e8bc8d-948d-481c-aa14-51a4d6725449","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":"ae174d5a-b402-4edb-abd1-9cd80c1dddfc","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":"37376d2e-7ca8-4a89-ad9f-a69aea889e34","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":"OTI1ZDZmM2UxNDI1YTA2ZTA5ZDU1OWI3YmYyNTdjZjI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5b957ccc-6db8-4748-956f-97ad829dab09","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":"cff78d4d-9c7a-4ea1-b726-bd2499815a29","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":"09b61ffd-a2db-4733-b8c6-b59110a60b96","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":"e5d51153-e721-4acc-a464-1737f7c14dd8","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":"OTYzZGQyYjM0NDMxZWQ0YTQyZTRmNjFjMGE4MGViZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d43cfb0-300f-4985-aa28-c5efea33a6e0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWI1MGY3ZGVjYzM5MjM2YTlmZWQ1YTUxOWY3MjUxM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f1651bba-0b7e-4145-81d6-3197020f70a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-29T02:31:17.659Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:17.659Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:17.661Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:17.661Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:17.761Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:17.762Z||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-29T02:31:17.762Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:17.772Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:17.772Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:18.662Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:18.663Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:18.664Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:18.664Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:18.765Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:18.765Z||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-29T02:31:18.766Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:18.781Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:18.782Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:19.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:19.665Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:19.667Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:19.667Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:19.767Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:19.768Z||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-29T02:31:19.768Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:19.780Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:19.781Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:20.667Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:20.668Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:20.669Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:20.669Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:20.770Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:20.770Z||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-29T02:31:20.770Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:20.783Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:20.783Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:31:21.670Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:21.670Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:21.672Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:21.672Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:21.772Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:21.772Z||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-29T02:31:21.773Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:21.785Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:21.786Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:22.672Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:22.673Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:22.674Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:22.674Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:22.774Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:22.775Z||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-29T02:31:22.775Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:22.787Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:22.788Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:23.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:23.675Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:23.677Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:23.677Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:23.777Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:23.777Z||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-29T02:31:23.777Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:23.791Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:23.791Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:24.677Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:24.678Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:24.679Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:24.680Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:31:24.780Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:24.780Z||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-29T02:31:24.780Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:24.793Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:24.793Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-29T02:31:25.680Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-29T02:31:25.681Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:25.682Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:25.682Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:31:25.783Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-29T02:31:25.783Z||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-29T02:31:25.783Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:25.797Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:25.797Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:26.683Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e502e10e-1a2f-42aa-8fdc-2d7019b70528",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fcc78450-ec12-4938-89bf-00350d87fa18",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4f260699-0975-47d2-8b20-ae823f4973f2",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fe055a77-7a04-4ca4-b0de-ae105f92be4d",
      "resourceInvariantUUID": "fa13df31-cc42-4c25-b343-c31db4a7a9a3",
      "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": "YWI1MGY3ZGVjYzM5MjM2YTlmZWQ1YTUxOWY3MjUxM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f1651bba-0b7e-4145-81d6-3197020f70a9"
    }
  ],
  "workloadContext": "Production"
}
2022-01-29T02:31:26.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-29T02:31:26.684Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e502e10e-1a2f-42aa-8fdc-2d7019b70528 ASDC
2022-01-29T02:31:26.684Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:2befeaf6-77a0-48ed-b6d9-372f718842aa
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e502e10e-1a2f-42aa-8fdc-2d7019b70528
ServiceInvariantUUID:fcc78450-ec12-4938-89bf-00350d87fa18
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:f1651bba-0b7e-4145-81d6-3197020f70a9
ArtifactChecksum:YWI1MGY3ZGVjYzM5MjM2YTlmZWQ1YTUxOWY3MjUxM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4f260699-0975-47d2-8b20-ae823f4973f2
ResourceInvariantUUID:fa13df31-cc42-4c25-b343-c31db4a7a9a3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fe055a77-7a04-4ca4-b0de-ae105f92be4d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-29T02:31:26.684Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e502e10e-1a2f-42aa-8fdc-2d7019b70528 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-29T02:31:26.708Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:31:26.708Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-29T02:31:26.708Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-29T02:31:26.708Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1651bba-0b7e-4145-81d6-3197020f70a9 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-29T02:31:26.708Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-01-29T02:31:26.709Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-29T02:31:26.767Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-01-29T02:31:26.772Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f1651bba-0b7e-4145-81d6-3197020f70a9 105638
2022-01-29T02:31:26.772Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:26.772Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:26.772Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-29T02:31:26.772Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:26.773Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:26.773Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423486772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:31:26.873Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:26.874Z||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-29T02:31:26.874Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:26.886Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:26.886Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:27.774Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-29T02:31:27.775Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-01-29T02:31:27.775Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f1651bba-0b7e-4145-81d6-3197020f70a9, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-29T02:31:27.775Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-29T02:31:27.775Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-29T02:31:27.776Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-29T02:31:27.857Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16960415599625543157/Definitions/service-TestPnfMacro-template.yml
2022-01-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.449Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-01-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.450Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-29T02:31:28.451Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-29T02:31:28.451Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:31:28.451Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.451Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.451Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-29T02:31:28.451Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.452Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.453Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.453Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.453Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.453Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.453Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e502e10e-1a2f-42aa-8fdc-2d7019b70528
Model Version:NULL
Model InvariantUuid:fcc78450-ec12-4938-89bf-00350d87fa18
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-29T02:31:28.459Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: fe055a77-7a04-4ca4-b0de-ae105f92be4d
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-29T02:31:28.461Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-01-29T02:31:28.461Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fe055a77-7a04-4ca4-b0de-ae105f92be4d
2022-01-29T02:31:28.462Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||No resources found for Service: e502e10e-1a2f-42aa-8fdc-2d7019b70528
2022-01-29T02:31:28.462Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e502e10e-1a2f-42aa-8fdc-2d7019b70528
2022-01-29T02:31:28.462Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fe055a77-7a04-4ca4-b0de-ae105f92be4d 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-29T02:31:28.465Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24769d0f, org.onap.sdc.toscaparser.api.parameters.Input@5a91e22a, org.onap.sdc.toscaparser.api.parameters.Input@767f18e4, org.onap.sdc.toscaparser.api.parameters.Input@66663d52, org.onap.sdc.toscaparser.api.parameters.Input@76e85a74]
2022-01-29T02:31:28.465Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.465Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.466Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e502e10e-1a2f-42aa-8fdc-2d7019b70528: test-pnf
2022-01-29T02:31:28.466Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Processing PNF resource: fe055a77-7a04-4ca4-b0de-ae105f92be4d
2022-01-29T02:31:28.466Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-29T02:31:28.466Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-29T02:31:28.466Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||Resource customization UUID: 4f260699-0975-47d2-8b20-ae823f4973f2 is the same as notified resource customizationUUID: 4f260699-0975-47d2-8b20-ae823f4973f2
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-29T02:31:28.515Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fe055a77-7a04-4ca4-b0de-ae105f92be4d 0 ASDC deployResourceStructure
2022-01-29T02:31:28.515Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.515Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:31:28.515Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-29T02:31:28.515Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:31:28.516Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:31:28.516Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423488515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:31:28.617Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:31:28.617Z||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-29T02:31:28.617Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:31:28.631Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:31:28.631Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-29T02:31:29.517Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:31:29.525Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:31:29.526Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:31:29.526Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:31:29.526Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:31:59.527Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:31:59.535Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:31:59.536Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:31:59.536Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:31:59.536Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:32:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:32:17.038Z||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-29T02:32:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:32:17.061Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:32:17.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:32:17.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2b8bf7cb-df38-4fc6-ac27-f7ef3796afe6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423381495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:32:17.061Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:32:29.537Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:32:29.544Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:32:29.546Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:32:29.546Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:32:29.546Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:32:59.546Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:32:59.556Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:32:59.558Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:32:59.558Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:32:59.558Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:33:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:33:17.038Z||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-29T02:33:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:33:17.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:33:17.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423461149,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423466608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423475950,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423476452,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:33:17.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:17.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:33:17.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:33:17.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:33:29.558Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:33:29.565Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:33:29.567Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:33:29.567Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:33:29.567Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:33:59.567Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:33:59.577Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:33:59.579Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:33:59.579Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-29T02:33:59.579Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-29T02:34:17.037Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:34:17.038Z||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-29T02:34:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:34:17.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:34:17.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "cds",
  "timestamp": 1643423477242,
  "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-29T02:34:17.571Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2befeaf6-77a0-48ed-b6d9-372f718842aa
2022-01-29T02:34:17.571Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:17.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.578Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.578Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423477686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643423478689,
  "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-29T02:34:17.583Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2befeaf6-77a0-48ed-b6d9-372f718842aa
2022-01-29T02:34:17.583Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:17.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423470258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:34:17.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423471091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423480105,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423480916,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423481112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423472690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "policy-id",
  "timestamp": 1643423482114,
  "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-29T02:34:17.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2befeaf6-77a0-48ed-b6d9-372f718842aa
2022-01-29T02:34:17.597Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:17.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423482515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:34:17.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423484174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643423476476,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:34:17.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643423485177,
  "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-29T02:34:17.610Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2befeaf6-77a0-48ed-b6d9-372f718842aa
2022-01-29T02:34:17.610Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423485498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423477035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "aai-ml",
  "timestamp": 1643423486503,
  "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-29T02:34:17.621Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2befeaf6-77a0-48ed-b6d9-372f718842aa
2022-01-29T02:34:17.621Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:17.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423486772,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423488515,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423482717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423496442,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423498450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-29T02:34:17.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "clamp",
  "timestamp": 1643423499453,
  "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-29T02:34:17.632Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2befeaf6-77a0-48ed-b6d9-372f718842aa
2022-01-29T02:34:17.632Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:29.579Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:34:29.590Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-29T02:34:29.592Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-29T02:34:29.592Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-29T02:34:29.592Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-29T02:34:29.593Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:34:29.597Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-29T02:34:59.598Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa 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-29T02:34:59.602Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2befeaf6-77a0-48ed-b6d9-372f718842aa and serviceModelVersionId: e502e10e-1a2f-42aa-8fdc-2d7019b70528
2022-01-29T02:34:59.602Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcc78450-ec12-4938-89bf-00350d87fa18
2022-01-29T02:34:59.603Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcc78450-ec12-4938-89bf-00350d87fa18/model-vers/model-ver/e502e10e-1a2f-42aa-8fdc-2d7019b70528?depth=0
2022-01-29T02:34:59.607Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-01-29T02:34:59.634Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc78450-ec12-4938-89bf-00350d87fa18/model-vers/model-ver/e502e10e-1a2f-42aa-8fdc-2d7019b70528?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-29T02:34:59.635Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc78450-ec12-4938-89bf-00350d87fa18/model-vers/model-ver/e502e10e-1a2f-42aa-8fdc-2d7019b70528?depth=0|INFO|500||Invoke
2022-01-29T02:34:59.651Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc78450-ec12-4938-89bf-00350d87fa18/model-vers/model-ver/e502e10e-1a2f-42aa-8fdc-2d7019b70528?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-29T02:34:59.745Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc78450-ec12-4938-89bf-00350d87fa18/model-vers/model-ver/e502e10e-1a2f-42aa-8fdc-2d7019b70528?depth=0|INFO|500||InvokeReturn
2022-01-29T02:34:59.745Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc78450-ec12-4938-89bf-00350d87fa18/model-vers/model-ver/e502e10e-1a2f-42aa-8fdc-2d7019b70528?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220129-02:34:59:679-11785], vertex-id=[573464], Content-Length=[0], Date=[Sat, 29 Jan 2022 02:34:59 GMT], Content-Type=[application/json]}
2022-01-29T02:34:59.745Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-01-29T02:34:59.745Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-29T02:34:59.745Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:34:59.749Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||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-29T02:34:59.749Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2befeaf6-77a0-48ed-b6d9-372f718842aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-29T02:34:59.749Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-29T02:34:59.749Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-01-29T02:34:59.751Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-29T02:34:59.751Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423699749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:34:59.851Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-29T02:34:59.851Z||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-29T02:34:59.851Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:34:59.866Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:34:59.866Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-29T02:35:00.761Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:35:00.761Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:35:00.761Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:35:11.045Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:35:11.045Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:35:11.046Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:35:11.046Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:35:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:35:17.038Z||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-29T02:35:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:35:17.662Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:35:17.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-29T02:35:17.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2befeaf6-77a0-48ed-b6d9-372f718842aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643423699749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-29T02:35:17.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-29T02:35:20.583Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:35:20.584Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:35:20.584Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:35:20.584Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:35:30.120Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:35:30.121Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:35:30.121Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:35:30.122Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:35:39.660Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:36:17.035Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:36:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:36:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:36:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:36:17.037Z||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-29T02:36:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:36:26.575Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:36:26.580Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:37:17.035Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:37:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:37:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:37:17.037Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:37:17.037Z||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-29T02:37:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:37:26.577Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:37:26.577Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:38:17.035Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:38:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:38:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:38:17.037Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:38:17.038Z||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-29T02:38:17.038Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:38:26.578Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:38:26.579Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:39:17.035Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:39:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:39:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:39:17.037Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:39:17.037Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|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-29T02:39:17.037Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:39:26.578Z|d743eeb0-ccce-4629-b7f7-14e3ed5bc109|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:39:26.581Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:40:17.035Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:40:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:40:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:40:17.037Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:40:17.037Z||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-29T02:40:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:40:26.576Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:40:26.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:41:17.035Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:41:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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-29T02:41:17.036Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:41:17.037Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-29T02:41:17.037Z||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-29T02:41:17.037Z||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 U5Zq2K4ZoHCOMlIz) ...
2022-01-29T02:41:26.580Z|2befeaf6-77a0-48ed-b6d9-372f718842aa|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-29T02:41:26.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK