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-06-06T03:30:44.924Z||main|||||INFO|500||The following profiles are active: basic
2022-06-06T03:30:57.553Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-06T03:30:57.555Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-06T03:30:57.674Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-06T03:31:02.601Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-06T03:31:03.116Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-06T03:31:03.651Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-06T03:31:03.680Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-06T03:31:03.798Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-06T03:31:04.068Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-06T03:31:04.764Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-06T03:31:06.752Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T03:31:09.452Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T03:31:09.523Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-06T03:31:10.257Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-06T03:31:10.610Z||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-06-06T03:31:12.104Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-06T03:31:13.534Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-06T03:31:13.567Z||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$$b3d2088f.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-06-06T03:31:13.568Z||main|||||WARN|500||The sdc end point is not alive
2022-06-06T03:31:16.912Z||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-06-06T03:31:20.100Z||main|||||WARN|500||---
2022-06-06T03:31:20.101Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-06T03:31:20.101Z||main|||||WARN|500||---
2022-06-06T03:31:20.673Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-06T03:31:25.932Z||main|||||INFO|500||Started Application in 44.64 seconds (JVM running for 46.925)
2022-06-06T03:31:25.948Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:31:25.958Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:31:25.978Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:31:26.002Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:31:26.048Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bf32291b-0efe-483e-aabc-ac9542af18cc url= /sdc/v1/artifactTypes
2022-06-06T03:31:26.049Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:31:27.145Z||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.38.133] 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$$abf9583.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-06-06T03:31:27.150Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@489a5066
2022-06-06T03:31:27.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:31:27.176Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:31:27.178Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:31:27.181Z||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$$abf9583.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-06-06T03:32:15.926Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:32:15.926Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:32:15.927Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:32:15.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:32:15.939Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cf8728df-0860-40e0-8e61-9dffad530fcd url= /sdc/v1/artifactTypes
2022-06-06T03:32:15.940Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:32:16.972Z||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.38.133] 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$$abf9583.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-06-06T03:32:16.973Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b67d49e
2022-06-06T03:32:16.974Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:32:16.975Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:32:16.975Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:32:16.976Z||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$$abf9583.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-06-06T03:33:05.927Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:33:05.930Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:33:05.930Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:33:05.933Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:33:05.939Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f320a40c-39b2-4b51-9656-00582242b748 url= /sdc/v1/artifactTypes
2022-06-06T03:33:05.940Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:33:06.991Z||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.38.133] 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$$abf9583.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-06-06T03:33:06.997Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69480999
2022-06-06T03:33:06.997Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:33:06.998Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:33:06.998Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:33:06.999Z||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$$abf9583.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-06-06T03:33:55.927Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:33:55.929Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:33:55.930Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:33:55.937Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:33:55.948Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 209a10eb-1583-471f-b8f6-26cc3f170795 url= /sdc/v1/artifactTypes
2022-06-06T03:33:55.949Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:33:56.970Z||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.38.133] 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$$abf9583.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-06-06T03:33:56.971Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19ede6ce
2022-06-06T03:33:56.972Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:33:56.972Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:33:56.973Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:33:56.975Z||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$$abf9583.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-06-06T03:34:45.928Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:34:45.928Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:34:45.929Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:34:45.932Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:34:45.937Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e53fac5a-a0fb-43a6-bfa6-ecb0d23cfa00 url= /sdc/v1/artifactTypes
2022-06-06T03:34:45.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:34:46.956Z||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.38.133] 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$$abf9583.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-06-06T03:34:46.963Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22bed11c
2022-06-06T03:34:46.967Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:34:46.968Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:34:46.968Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:34:46.969Z||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$$abf9583.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-06-06T03:35:35.926Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:35:35.926Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:35:35.927Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:35:35.931Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:35:35.936Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56c8f4d0-0db9-4db2-8509-f65c45bef925 url= /sdc/v1/artifactTypes
2022-06-06T03:35:35.936Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:35:36.968Z||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.38.133] 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$$abf9583.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-06-06T03:35:36.969Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c28e024
2022-06-06T03:35:36.970Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:35:36.970Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:35:36.970Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:35:36.971Z||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$$abf9583.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-06-06T03:36:25.926Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:36:25.926Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:36:25.927Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:36:25.930Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:36:25.937Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1061a686-67e9-44bd-a7d0-6fb258b7273d url= /sdc/v1/artifactTypes
2022-06-06T03:36:25.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:36:26.958Z||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.38.133] 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$$abf9583.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-06-06T03:36:26.959Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d1f2bac
2022-06-06T03:36:26.959Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:36:26.959Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:36:26.959Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:36:26.960Z||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$$abf9583.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-06-06T03:37:15.930Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:37:15.931Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:37:15.931Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:37:15.936Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:37:15.947Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 281fc107-d417-4e6a-a320-4b2556b23cdb url= /sdc/v1/artifactTypes
2022-06-06T03:37:15.947Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:37:16.969Z||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.38.133] 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$$abf9583.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-06-06T03:37:16.970Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45c4091d
2022-06-06T03:37:16.970Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-06T03:37:16.970Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-06T03:37:16.971Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-06T03:37:16.971Z||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$$abf9583.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-06-06T03:38:05.926Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-06T03:38:05.928Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-06T03:38:05.928Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-06T03:38:05.931Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-06T03:38:05.938Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cdbc5ab2-9d41-4d62-8da6-28782b7aa554 url= /sdc/v1/artifactTypes
2022-06-06T03:38:05.938Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-06T03:38:06.210Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-06T03:38:06.225Z||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-06-06T03:38:06.256Z||scheduling-1|||||DEBUG|500||create keys
2022-06-06T03:38:06.265Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-06T03:38:06.291Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:38:06.311Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a0c8f7f6-6caf-4b8d-8389-40a81d448e5e url= /sdc/v1/registerForDistribution
2022-06-06T03:38:06.562Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a0c8f7f6-6caf-4b8d-8389-40a81d448e5e url= /sdc/v1/registerForDistribution
2022-06-06T03:38:06.562Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-06T03:38:06.580Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:38:06.580Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-06T03:38:06.580Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:38:06.589Z||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-06-06T03:38:06.590Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:38:06.589Z||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-06-06T03:38:06.591Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:38:16.995Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:38:17.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:39:06.572Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:39:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:39:06.575Z||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-06-06T03:39:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:39:06.578Z||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-06-06T03:39:06.579Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:39:16.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:39:16.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:40:06.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:40:06.573Z||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-06-06T03:40:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:40:06.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:40:06.579Z||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-06-06T03:40:06.580Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:40:16.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:40:16.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:41:06.572Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:41:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:41:06.574Z||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-06-06T03:41:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:41:06.574Z||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-06-06T03:41:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:41:16.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:41:16.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:41:37.871Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-06T03:42:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:42:06.573Z||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-06-06T03:42:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:42:06.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:42:06.574Z||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-06-06T03:42:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:42:16.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:42:16.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:43:06.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:43:06.573Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T03:43:06.573Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T03:43:06.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:43:06.575Z||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-06-06T03:43:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:43:16.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:43:16.126Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:44:06.572Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:44:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:44:06.576Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T03:44:06.576Z||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-06-06T03:44:06.577Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T03:44:06.577Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:44:16.145Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:44:16.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:45:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:45:06.573Z||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-06-06T03:45:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:45:06.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:45:06.575Z||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-06-06T03:45:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:45:16.130Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:45:16.180Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:46:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:46:06.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:46:06.574Z||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-06-06T03:46:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:46:06.574Z||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-06-06T03:46:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:46:16.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:46:16.179Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:47:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:47:06.572Z||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-06-06T03:47:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:47:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:47:06.575Z||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-06-06T03:47:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:47:16.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:47:16.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:48:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:48:06.572Z||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-06-06T03:48:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:48:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:48:06.574Z||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-06-06T03:48:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:48:16.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:48:16.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:49:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:49:06.573Z||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-06-06T03:49:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:49:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:49:06.575Z||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-06-06T03:49:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:49:16.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:49:16.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:50:06.572Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:50:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:50:06.575Z||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-06-06T03:50:06.575Z||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-06-06T03:50:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:50:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:50:16.184Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:50:16.184Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:51:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:51:06.572Z||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-06-06T03:51:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:51:06.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:51:06.574Z||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-06-06T03:51:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:51:16.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:51:16.130Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:52:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:52:06.572Z||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-06-06T03:52:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:52:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:52:06.575Z||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-06-06T03:52:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:52:16.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:52:16.153Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:53:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:53:06.573Z||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-06-06T03:53:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:53:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:53:06.574Z||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-06-06T03:53:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:53:16.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:53:16.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:54:06.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:54:06.573Z||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-06-06T03:54:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:54:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:54:06.574Z||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-06-06T03:54:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:54:16.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:54:16.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:55:06.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:55:06.572Z||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-06-06T03:55:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:55:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:55:06.575Z||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-06-06T03:55:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:55:16.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:55:16.140Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:56:06.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:56:06.573Z||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-06-06T03:56:06.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:56:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:56:06.574Z||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-06-06T03:56:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:56:16.151Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:56:16.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:57:06.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:57:06.573Z||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-06-06T03:57:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:57:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:57:06.574Z||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-06-06T03:57:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:57:16.129Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:57:16.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:58:06.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:58:06.572Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T03:58:06.572Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T03:58:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:58:06.575Z||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-06-06T03:58:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:58:16.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:58:16.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:59:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:59:06.574Z||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-06-06T03:59:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:59:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T03:59:06.579Z||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-06-06T03:59:06.579Z||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 8VsCslufePCxMM5I) ...
2022-06-06T03:59:16.126Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T03:59:16.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:00:06.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:00:06.572Z||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-06-06T04:00:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:00:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:00:06.575Z||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-06-06T04:00:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:00:16.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:00:16.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:01:06.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:01:06.572Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T04:01:06.573Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T04:01:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:01:06.575Z||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-06-06T04:01:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:01:16.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:01:16.177Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:02:06.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:02:06.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:02:06.575Z||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-06-06T04:02:06.575Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T04:02:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:02:06.575Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T04:02:16.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:02:16.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:03:06.572Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:03:06.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:03:06.574Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T04:03:06.574Z||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-06-06T04:03:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:03:06.574Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T04:03:16.137Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:03:16.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:04:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:04:06.572Z||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-06-06T04:04:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:04:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:04:06.575Z||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-06-06T04:04:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:04:16.125Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:04:16.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:05:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:05:06.573Z||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-06-06T04:05:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:05:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:05:06.574Z||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-06-06T04:05:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:05:16.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:05:16.118Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:06:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:06:06.572Z||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-06-06T04:06:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:06:06.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:06:06.575Z||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-06-06T04:06:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:06:16.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:06:16.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:07:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:07:06.573Z||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-06-06T04:07:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:07:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:07:06.574Z||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-06-06T04:07:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:07:16.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:07:16.130Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:08:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:08:06.572Z||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-06-06T04:08:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:08:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:08:06.574Z||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-06-06T04:08:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:08:16.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:08:16.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:09:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:09:06.573Z||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-06-06T04:09:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:09:06.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:09:06.575Z||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-06-06T04:09:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:09:16.145Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:09:16.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:10:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:10:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:10:06.573Z||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-06-06T04:10:06.574Z||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-06-06T04:10:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:10:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:10:16.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:10:16.127Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:11:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:11:06.573Z||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-06-06T04:11:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:11:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:11:06.575Z||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-06-06T04:11:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:11:16.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:11:16.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:12:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:12:06.572Z||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-06-06T04:12:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:12:06.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:12:06.574Z||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-06-06T04:12:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:12:16.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:12:16.189Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:13:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:13:06.572Z||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-06-06T04:13:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:13:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:13:06.574Z||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-06-06T04:13:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:13:16.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:13:16.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:14:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:14:06.572Z||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-06-06T04:14:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:14:06.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:14:06.575Z||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-06-06T04:14:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:14:16.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:14:16.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:15:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:15:06.573Z||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-06-06T04:15:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:15:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:15:06.574Z||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-06-06T04:15:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:15:16.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:15:16.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:16:06.572Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:16:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:16:06.574Z||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-06-06T04:16:06.574Z||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-06-06T04:16:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:16:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:16:16.124Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:16:16.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:17:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:17:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:17:06.574Z||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-06-06T04:17:06.574Z||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-06-06T04:17:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:17:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:17:16.128Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:17:16.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:18:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:18:06.572Z||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-06-06T04:18:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:18:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:18:06.574Z||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-06-06T04:18:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:18:16.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:18:16.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:19:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:19:06.572Z||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-06-06T04:19:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:19:06.574Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:19:06.575Z||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-06-06T04:19:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:19:16.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:19:16.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:20:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:20:06.572Z||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-06-06T04:20:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:20:06.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:20:06.574Z||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-06-06T04:20:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:20:16.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:20:16.126Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:21:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:21:06.573Z||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-06-06T04:21:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:21:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:21:06.574Z||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-06-06T04:21:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:21:16.129Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:21:16.129Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:22:06.572Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:22:06.574Z||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-06-06T04:22:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:22:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:22:06.575Z||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-06-06T04:22:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:22:16.130Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:22:16.133Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:23:06.572Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:23:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:23:06.574Z||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-06-06T04:23:06.574Z||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-06-06T04:23:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:23:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:23:16.184Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:23:16.187Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:24:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:24:06.572Z||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-06-06T04:24:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:24:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:24:06.574Z||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-06-06T04:24:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:24:16.119Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:24:16.121Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:25:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:25:06.573Z||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-06-06T04:25:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:25:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:25:06.574Z||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-06-06T04:25:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:25:16.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:25:16.121Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:26:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:26:06.572Z||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-06-06T04:26:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:26:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:26:06.575Z||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-06-06T04:26:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:26:16.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:26:16.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:27:06.573Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:27:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:27:06.575Z||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-06-06T04:27:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:27:06.574Z||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-06-06T04:27:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:27:16.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:27:16.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:28:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:28:06.572Z||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-06-06T04:28:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:28:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:28:06.574Z||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-06-06T04:28:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:28:16.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:28:16.161Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:29:06.572Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:29:06.573Z||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-06-06T04:29:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:29:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:29:06.575Z||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-06-06T04:29:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:29:16.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:29:16.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:30:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:30:06.573Z||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-06-06T04:30:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:30:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:30:06.574Z||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-06-06T04:30:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:30:16.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:30:16.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:31:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:31:06.572Z||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-06-06T04:31:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:31:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:31:06.574Z||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-06-06T04:31:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:31:16.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:31:16.145Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:32:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:32:06.572Z||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-06-06T04:32:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:32:06.573Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:32:06.574Z||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-06-06T04:32:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:32:16.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:32:16.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:33:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:33:06.573Z||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-06-06T04:33:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:33:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:33:06.574Z||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-06-06T04:33:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:33:16.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:33:16.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:34:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:34:06.573Z||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-06-06T04:34:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:34:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:34:06.574Z||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-06-06T04:34:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:34:16.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:34:16.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:35:06.572Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:35:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:35:06.574Z||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-06-06T04:35:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:35:06.574Z||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-06-06T04:35:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:35:16.136Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:35:16.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:36:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:36:06.572Z||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-06-06T04:36:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:36:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:36:06.574Z||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-06-06T04:36:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:36:16.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:36:16.129Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:37:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:37:06.573Z||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-06-06T04:37:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:37:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:37:06.575Z||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-06-06T04:37:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:37:16.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:37:16.143Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:38:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:38:06.572Z||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-06-06T04:38:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:38:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:38:06.574Z||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-06-06T04:38:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:38:16.139Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:38:16.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:39:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:39:06.572Z||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-06-06T04:39:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:39:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:39:06.574Z||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-06-06T04:39:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:39:16.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:39:16.166Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:06.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:40:06.573Z||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-06-06T04:40:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:40:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:40:06.574Z||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-06-06T04:40:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:40:07.220Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:07.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9bad8234-d2fa-421e-8bc2-c87437fdf3a7","serviceName":"vFW 2022-06-06 04-35-44","serviceVersion":"1.0","serviceUUID":"f93ef1e8-de3d-4dbb-b934-2b719057f4fe","serviceDescription":"catalog service description","serviceInvariantUUID":"99b33871-cf18-4664-9399-452a629442f9","resources":[{"resourceInstanceName":"vFW 02b91372-c286 0","resourceName":"vFW 02b91372-c286","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0a3934ab-7713-494f-925c-dfa955108b16","resourceInvariantUUID":"51233eee-a595-40f4-a548-2af615d4078e","resourceCustomizationUUID":"af551d26-e7fb-4c49-a138-5a063b10e5c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml","artifactChecksum":"MDM5MThmMTNmMmI5ZDdjMGUwZTNmMTFjZjc3NzFhMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d234b1ab-ef32-4b72-8290-6edfdb1a5e61","artifactVersion":"1"},{"artifactName":"vfw02b91372c2860_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json","artifactChecksum":"ZjE3NjQ0ZWU0NmJmZmQyMTQ5YTcyZDA3MjU4OTQyZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"695d4db0-4f1e-492a-a337-71be1235d22f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92d8505e-d98c-476f-9299-15ea194c3d7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml","artifactChecksum":"MjEzYWUzZjI4NTA3ZjAwYzE5NDYwMTEyZjkwYTJhOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"394ccc38-5fa8-4fb3-93eb-f97c0ae0b3ea","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"60433c99-9a80-4d3e-9081-58a49d168a1e","artifactVersion":"2","generatedFromUUID":"92d8505e-d98c-476f-9299-15ea194c3d7e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606043544-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml","artifactChecksum":"MzMxZjA3NGVlYjg0M2IwZWY3Y2YyMDBkYzMzMTM4NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"90282c27-568b-48b3-b6e8-76519090e09d","artifactVersion":"1"},{"artifactName":"service-Vfw20220606043544-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar","artifactChecksum":"MWZkNDFhMDlmMDkxNmU1MWNjMDk5YTZhYjM2ZDI1YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69d5138a-0fb6-4ef1-8446-daa4d2d40ee6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T04:40:07.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:07.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.237Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:07.245Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:07.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.273Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.273Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490371202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490375935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490371479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490377781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490377286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490379543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490386469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490386207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490386239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "cds",
  "timestamp": 1654490387500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-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-06-06T04:40:07.373Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-06-06T04:40:07.378Z||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-06-06T04:40:07.378Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:07.400Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:07.401Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T04:40:07.543Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
2022-06-06T04:40:07.583Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:40:07.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490388100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490390022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:07.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490392035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490385485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:07.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:40:07.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490393113,
  "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-06-06T04:40:07.645Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
2022-06-06T04:40:07.646Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:40:07.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490393159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:07.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.663Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.663Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490394117,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:07.663Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490394104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.664Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490394171,
  "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-06-06T04:40:07.671Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
2022-06-06T04:40:07.671Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:40:07.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490395118,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:07.682Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "policy-id",
  "timestamp": 1654490396125,
  "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-06-06T04:40:07.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
2022-06-06T04:40:07.688Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:40:07.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490397289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:07.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490399308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:07.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:40:07.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:40:07.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "clamp",
  "timestamp": 1654490400316,
  "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-06-06T04:40:07.706Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
2022-06-06T04:40:07.706Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:40:08.284Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:08.285Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:08.287Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:08.287Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:40:08.388Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:08.389Z||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-06-06T04:40:08.389Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:08.401Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:08.402Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:09.288Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:09.289Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:09.292Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:09.293Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:40:09.393Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:09.394Z||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-06-06T04:40:09.394Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:09.406Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:09.406Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:10.293Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:10.294Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:10.297Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:10.297Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:10.397Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:10.398Z||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-06-06T04:40:10.398Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:10.410Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:10.410Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:40:11.298Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:11.298Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:11.301Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:11.301Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T04:40:11.401Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:11.402Z||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-06-06T04:40:11.402Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:11.416Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:11.417Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:12.302Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:12.302Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:12.304Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:12.305Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:40:12.405Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:12.406Z||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-06-06T04:40:12.406Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:12.417Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:12.418Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:40:13.305Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:40:13.306Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:13.309Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:13.309Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:40:13.410Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:13.411Z||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-06-06T04:40:13.411Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:13.421Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:13.422Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:14.313Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "serviceName": "vFW 2022-06-06 04-35-44",
  "serviceVersion": "1.0",
  "serviceUUID": "f93ef1e8-de3d-4dbb-b934-2b719057f4fe",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "99b33871-cf18-4664-9399-452a629442f9",
  "resources": [
    {
      "resourceInstanceName": "vFW 02b91372-c286 0",
      "resourceCustomizationUUID": "af551d26-e7fb-4c49-a138-5a063b10e5c8",
      "resourceName": "vFW 02b91372-c286",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0a3934ab-7713-494f-925c-dfa955108b16",
      "resourceInvariantUUID": "51233eee-a595-40f4-a548-2af615d4078e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw02b91372c2860_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
          "artifactChecksum": "ZjE3NjQ0ZWU0NmJmZmQyMTQ5YTcyZDA3MjU4OTQyZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "695d4db0-4f1e-492a-a337-71be1235d22f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92d8505e-d98c-476f-9299-15ea194c3d7e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "60433c99-9a80-4d3e-9081-58a49d168a1e",
            "generatedFromUUID": "92d8505e-d98c-476f-9299-15ea194c3d7e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "60433c99-9a80-4d3e-9081-58a49d168a1e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606043544-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
      "artifactChecksum": "MWZkNDFhMDlmMDkxNmU1MWNjMDk5YTZhYjM2ZDI1YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "69d5138a-0fb6-4ef1-8446-daa4d2d40ee6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T04:40:14.315Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T04:40:14.315Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f93ef1e8-de3d-4dbb-b934-2b719057f4fe ASDC
2022-06-06T04:40:14.463Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:9bad8234-d2fa-421e-8bc2-c87437fdf3a7
ServiceName:vFW 2022-06-06 04-35-44
ServiceVersion:1.0
ServiceUUID:f93ef1e8-de3d-4dbb-b934-2b719057f4fe
ServiceInvariantUUID:99b33871-cf18-4664-9399-452a629442f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606043544-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar
ArtifactUUID:69d5138a-0fb6-4ef1-8446-daa4d2d40ee6
ArtifactChecksum:MWZkNDFhMDlmMDkxNmU1MWNjMDk5YTZhYjM2ZDI1YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 02b91372-c286 0
ResourceCustomizationUUID:af551d26-e7fb-4c49-a138-5a063b10e5c8
ResourceInvariantUUID:51233eee-a595-40f4-a548-2af615d4078e
ResourceName:vFW 02b91372-c286
ResourceType:VF
ResourceUUID:0a3934ab-7713-494f-925c-dfa955108b16
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw02b91372c2860_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json
ArtifactUUID:695d4db0-4f1e-492a-a337-71be1235d22f
ArtifactChecksum:ZjE3NjQ0ZWU0NmJmZmQyMTQ5YTcyZDA3MjU4OTQyZTg=
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/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml
ArtifactUUID:92d8505e-d98c-476f-9299-15ea194c3d7e
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/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env
ArtifactUUID:60433c99-9a80-4d3e-9081-58a49d168a1e
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/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env
ArtifactUUID:60433c99-9a80-4d3e-9081-58a49d168a1e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T04:40:14.464Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f93ef1e8-de3d-4dbb-b934-2b719057f4fe 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-06-06T04:40:14.515Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:40:14.516Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:40:14.519Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:40:14.519Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 69d5138a-0fb6-4ef1-8446-daa4d2d40ee6 from URL: /sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:14.520Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:40:14.522Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:15.385Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:40:15.404Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar 69d5138a-0fb6-4ef1-8446-daa4d2d40ee6 98985
2022-06-06T04:40:15.405Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar ASDC sendASDCNotification
2022-06-06T04:40:15.405Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:15.406Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:40:15.407Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:15.410Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:15.410Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490415404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:15.510Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:15.511Z||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-06-06T04:40:15.511Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:15.523Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:15.524Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:16.411Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:40:16.412Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:40:16.413Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 69d5138a-0fb6-4ef1-8446-daa4d2d40ee6, URL: /sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar to file: /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:16.414Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606043544-csar.csar
2022-06-06T04:40:16.498Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:16.498Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:17.197Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10737434046470255105/Definitions/service-Vfw20220606043544-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-06T04:40:20.359Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T04:40:20.364Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:40:20.364Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.366Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.366Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 02b91372-c286 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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.366Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.366Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-Vfw20220606043544-csar.csar
2022-06-06T04:40:20.366Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:40:20.374Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.375Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.379Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:20.380Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:40:20.381Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:40:20.383Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.383Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.383Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:20.383Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:40:20.383Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:40:20.384Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.384Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.387Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.387Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:20.387Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:20.388Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:20.388Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:40:20.388Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.388Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.388Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.388Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:40:20.389Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:40:20.389Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:40:20.389Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.389Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.389Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:40:20.389Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.390Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:40:20.390Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.390Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T04:40:20.390Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.390Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T04:40:20.392Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.392Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:20.392Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:20.392Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.393Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:20.393Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:20.393Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.393Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:20.393Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:20.394Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.394Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:20.394Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:20.394Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:20.394Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T04:40:20.395Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:40:20.395Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:40:20.395Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.395Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.395Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:40:20.395Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.396Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:40:20.396Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.396Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=095a94ba-4851-4cfc-a5e8-0a0c87600e11
2022-06-06T04:40:20.396Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.396Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:20.396Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:20.397Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:20.397Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:40:20.397Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.397Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.397Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.397Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:40:20.398Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T04:40:20.398Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:40:20.398Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.398Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:40:20.398Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.398Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64d7faa9-6c17-48cc-9680-3fd9d5b3ab06
2022-06-06T04:40:20.399Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.399Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:20.399Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:20.399Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:20.399Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:40:20.400Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.400Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.400Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.400Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:40:20.400Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:40:20.400Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:40:20.401Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:20.401Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:20.401Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T04:40:20.401Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0db47a5-12ec-4a68-8f54-7407ac462e65
2022-06-06T04:40:20.401Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.401Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.402Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.402Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.402Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.402Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.402Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:20.402Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:20.403Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 04-35-44
Description:catalog service description
Model UUID:f93ef1e8-de3d-4dbb-b934-2b719057f4fe
Model Version:NULL
Model InvariantUuid:99b33871-cf18-4664-9399-452a629442f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 02b91372-c286
Model UUID:28205c5d-a911-43d5-8a36-581066306243
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51233eee-a595-40f4-a548-2af615d4078e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af551d26-e7fb-4c49-a138-5a063b10e5c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8b74f460-9f5c-432a-9836-6e5b4206cace
ModelName:Vfw02b91372C286..base_vfw..module-0
ModelUuid:e3bd40c1-2f41-46a6-a800-74eac52ba16d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:095a94ba-4851-4cfc-a5e8-0a0c87600e11
ModelInvariantUuid:5618e144-f8a2-4695-946a-a7d89f7755f5
ModelName:vFW 02b91372-c286-nodes.vfwCvfc
ModelUuid:b9435b03-7d22-47fc-8550-d181f349b627
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:68f0f04c-5336-440e-bdcd-e4e1cc530f8b
ModelInvariantUuid:6961e259-1122-4eb9-938c-62be83055bef
ModelName:Vfw02b91372C286.compute.nodes.heat.vfw
ModelUuid:aac12959-f34f-4f07-bd50-aa333a8872c6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:64d7faa9-6c17-48cc-9680-3fd9d5b3ab06
ModelInvariantUuid:a5e8759c-7fb7-4251-8bb6-2a76ee9a1ad6
ModelName:vFW 02b91372-c286-nodes.vsnCvfc
ModelUuid:7b7efad2-064b-47fb-893b-1775298b00b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:28d6c610-2001-499d-9ea4-12127ea4e32f
ModelInvariantUuid:d7ad61f2-05ed-4182-bd60-1083a4b1eac6
ModelName:Vfw02b91372C286.compute.nodes.heat.vsn
ModelUuid:c3224232-415b-4096-9c96-6071f7e59dec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b0db47a5-12ec-4a68-8f54-7407ac462e65
ModelInvariantUuid:f9d826c6-fd66-4013-bcd5-b169c44aa556
ModelName:vFW 02b91372-c286-nodes.vpgCvfc
ModelUuid:a0e81b87-305b-4461-b90d-d2844e4afcff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d5822f33-e88b-466a-a215-9b1017089907
ModelInvariantUuid:cf09dbd7-bbd1-4cc5-8396-3f147b8a1670
ModelName:Vfw02b91372C286.compute.nodes.heat.vpg
ModelUuid:fb02064b-82ec-4a0e-82e3-ba2cdc40a124
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-06-06T04:40:20.417Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0a3934ab-7713-494f-925c-dfa955108b16
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-06-06T04:40:20.527Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||vFW 02b91372-c286 0
2022-06-06T04:40:20.535Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0a3934ab-7713-494f-925c-dfa955108b16
2022-06-06T04:40:20.536Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 695d4db0-4f1e-492a-a337-71be1235d22f from URL: /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json
2022-06-06T04:40:20.536Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:40:20.536Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json
2022-06-06T04:40:21.584Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:40:21.584Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json 695d4db0-4f1e-492a-a337-71be1235d22f 785
2022-06-06T04:40:21.585Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json ASDC sendASDCNotification
2022-06-06T04:40:21.585Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json
2022-06-06T04:40:21.586Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:40:21.586Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:21.589Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:21.589Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490421585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:21.689Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:21.691Z||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-06-06T04:40:21.692Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:21.702Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:21.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:22.591Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw02b91372C286..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8b74f460-9f5c-432a-9836-6e5b4206cace",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3bd40c1-2f41-46a6-a800-74eac52ba16d",
    "vfModuleModelCustomizationUUID": "e81fc991-acdf-4fac-a6eb-0a39ea095dfd",
    "isBase": true,
    "artifacts": [
      "92d8505e-d98c-476f-9299-15ea194c3d7e",
      "60433c99-9a80-4d3e-9081-58a49d168a1e"
    ],
    "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-06-06T04:40:22.608Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw02b91372C286..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3bd40c1-2f41-46a6-a800-74eac52ba16d
VfModuleModelInvariantUUID:8b74f460-9f5c-432a-9836-6e5b4206cace
VfModuleModelDescription:NULL
Artifacts UUID List:{
92d8505e-d98c-476f-9299-15ea194c3d7e
,
60433c99-9a80-4d3e-9081-58a49d168a1e

}
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-06-06T04:40:22.611Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw02b91372C286..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8b74f460-9f5c-432a-9836-6e5b4206cace",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e3bd40c1-2f41-46a6-a800-74eac52ba16d",
    "vfModuleModelCustomizationUUID": "e81fc991-acdf-4fac-a6eb-0a39ea095dfd",
    "isBase": true,
    "artifacts": [
      "92d8505e-d98c-476f-9299-15ea194c3d7e",
      "60433c99-9a80-4d3e-9081-58a49d168a1e"
    ],
    "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-06-06T04:40:22.611Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw02b91372C286..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3bd40c1-2f41-46a6-a800-74eac52ba16d
VfModuleModelInvariantUUID:8b74f460-9f5c-432a-9836-6e5b4206cace
VfModuleModelDescription:NULL
Artifacts UUID List:{
92d8505e-d98c-476f-9299-15ea194c3d7e
,
60433c99-9a80-4d3e-9081-58a49d168a1e

}
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-06-06T04:40:22.611Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 92d8505e-d98c-476f-9299-15ea194c3d7e from URL: /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml
2022-06-06T04:40:22.611Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:40:22.612Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml
2022-06-06T04:40:23.356Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:40:23.357Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml 92d8505e-d98c-476f-9299-15ea194c3d7e 20368
2022-06-06T04:40:23.357Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T04:40:23.357Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml
2022-06-06T04:40:23.358Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:40:23.358Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:23.365Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:23.366Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490423357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:23.462Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-06T04:40:23.463Z||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-06-06T04:40:23.463Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:23.477Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:23.478Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:24.367Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 60433c99-9a80-4d3e-9081-58a49d168a1e from URL: /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env
2022-06-06T04:40:24.367Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:40:24.368Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env
2022-06-06T04:40:24.687Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:40:24.688Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env 60433c99-9a80-4d3e-9081-58a49d168a1e 2098
2022-06-06T04:40:24.688Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T04:40:24.689Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env
2022-06-06T04:40:24.689Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:40:24.689Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:24.691Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:24.692Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490424688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:40:24.792Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:24.793Z||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-06-06T04:40:24.793Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:24.808Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:24.809Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:25.693Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f93ef1e8-de3d-4dbb-b934-2b719057f4fe
2022-06-06T04:40:25.694Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 02b91372-c286 0 0a3934ab-7713-494f-925c-dfa955108b16 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-06-06T04:40:25.732Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fc95020, org.onap.sdc.toscaparser.api.parameters.Input@2bab3e4d, org.onap.sdc.toscaparser.api.parameters.Input@18d02ab4, org.onap.sdc.toscaparser.api.parameters.Input@23a451f8, org.onap.sdc.toscaparser.api.parameters.Input@66295dfc]
2022-06-06T04:40:25.737Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.738Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.738Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-06T04:40:25.738Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= af551d26-e7fb-4c49-a138-5a063b10e5c8
2022-06-06T04:40:25.739Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af551d26-e7fb-4c49-a138-5a063b10e5c8 matches Tosca VF Customization UUID: af551d26-e7fb-4c49-a138-5a063b10e5c8
2022-06-06T04:40:25.739Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: af551d26-e7fb-4c49-a138-5a063b10e5c8  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-06-06T04:40:25.747Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.747Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.749Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id af551d26-e7fb-4c49-a138-5a063b10e5c8: {\"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-06-06T04:40:25.749Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@129e3633
2022-06-06T04:40:25.749Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.750Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T04:40:25.751Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e81fc991-acdf-4fac-a6eb-0a39ea095dfd
2022-06-06T04:40:25.752Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e81fc991-acdf-4fac-a6eb-0a39ea095dfd
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-06-06T04:40:25.758Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.759Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:25.759Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:25.760Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.761Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:25.761Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:25.762Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.762Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:25.762Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:25.763Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:25.763Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T04:40:25.763Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:40:25.764Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:40:25.764Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.765Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:25.765Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:40:25.766Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:25.767Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:40:25.767Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.767Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=095a94ba-4851-4cfc-a5e8-0a0c87600e11
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-06-06T04:40:25.776Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.776Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:25.777Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:25.777Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.778Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:25.778Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:25.778Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:25.779Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:40:25.779Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:25.779Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.780Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.780Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:40:25.781Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T04:40:25.781Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:40:25.781Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:25.782Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:40:25.782Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.782Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=64d7faa9-6c17-48cc-9680-3fd9d5b3ab06
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-06-06T04:40:25.785Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.785Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:25.785Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:25.788Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.788Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is not matching search criteria
2022-06-06T04:40:25.789Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:40:25.790Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:40:25.790Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:40:25.790Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:25.790Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.790Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.791Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:40:25.791Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:40:25.791Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:40:25.791Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:40:25.792Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:40:25.792Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T04:40:25.792Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b0db47a5-12ec-4a68-8f54-7407ac462e65
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-06-06T04:40:25.794Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.794Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:25.794Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:40:25.795Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.795Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Node template vFW 02b91372-c286 0 is matching search criteria
2022-06-06T04:40:25.795Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 02b91372-c286 0] matching following query criteria: sdcType=VF, customizationUUID=af551d26-e7fb-4c49-a138-5a063b10e5c8
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-06-06T04:40:25.797Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.797Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.798Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f93ef1e8-de3d-4dbb-b934-2b719057f4fe: vFW 02b91372-c286
2022-06-06T04:40:25.798Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.798Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.798Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.799Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.799Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.799Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.799Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.800Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.800Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:40:25.800Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-35-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:40:25.800Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-06 04-35-44 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T04:40:26.055Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 02b91372-c286 0a3934ab-7713-494f-925c-dfa955108b16 1 ASDC deployResourceStructure
2022-06-06T04:40:26.058Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json ASDC sendASDCNotification
2022-06-06T04:40:26.058Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json
2022-06-06T04:40:26.059Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:40:26.059Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:26.062Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:26.063Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490426058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:26.164Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T04:40:26.165Z||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-06-06T04:40:26.165Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:26.178Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:26.178Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:27.065Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T04:40:27.069Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml
2022-06-06T04:40:27.070Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:40:27.070Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:27.073Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:27.073Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490427065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:27.173Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:40:27.174Z||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-06-06T04:40:27.174Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:27.196Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:27.196Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:28.074Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T04:40:28.076Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env
2022-06-06T04:40:28.076Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:40:28.077Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:28.079Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:28.079Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490428074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:28.179Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:28.180Z||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-06-06T04:40:28.180Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:28.201Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:28.202Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:40:29.080Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar ASDC sendASDCNotification
2022-06-06T04:40:29.081Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar
2022-06-06T04:40:29.081Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:40:29.081Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:40:29.084Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:40:29.084Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490429080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:40:29.185Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:40:29.187Z||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-06-06T04:40:29.187Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:40:29.199Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:40:29.199Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:40:30.086Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:40:30.105Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:40:30.109Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:40:30.109Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:40:30.109Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:41:00.110Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:41:00.132Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:41:00.135Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:41:00.135Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:41:00.135Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:41:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:41:06.576Z||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-06-06T04:41:06.577Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:41:06.704Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:41:06.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:41:06.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:41:06.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:41:30.135Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:41:30.163Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:41:30.174Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:41:30.176Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:41:30.176Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:42:00.176Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:42:00.190Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:42:00.195Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:42:00.195Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:42:00.195Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:42:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:42:06.575Z||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-06-06T04:42:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:42:06.600Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:42:06.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:42:06.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:42:06.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:42:06.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:42:06.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:42:06.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:42:06.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T04:42:06.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:42:06.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490411370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:42:06.606Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:42:06.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:42:06.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "aai-ml",
  "timestamp": 1654490412375,
  "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-06-06T04:42:06.615Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
2022-06-06T04:42:06.615Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:42:06.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490406571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:42:06.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:42:06.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490415404,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:42:06.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490421585,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:42:06.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490423357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:42:06.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490424688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:42:06.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490426058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/vfw02b91372c2860_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:42:06.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490427065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:42:06.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490428074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/resourceInstances/vfw02b91372c2860/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T04:42:06.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:06.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:42:06.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490429080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043544/1.0/artifacts/service-Vfw20220606043544-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:42:06.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:42:30.195Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:42:30.208Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:42:30.211Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:42:30.211Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:42:30.212Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:42:30.213Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:42:30.213Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-06-06T04:42:30.220Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T04:43:00.221Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 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-06-06T04:43:00.235Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 and serviceModelVersionId: f93ef1e8-de3d-4dbb-b934-2b719057f4fe
2022-06-06T04:43:00.236Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99b33871-cf18-4664-9399-452a629442f9
2022-06-06T04:43:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:43:06.575Z||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-06-06T04:43:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:43:06.598Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:06.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:43:06.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:43:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:43:06.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:06.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:43:16.359Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99b33871-cf18-4664-9399-452a629442f9/model-vers/model-ver/f93ef1e8-de3d-4dbb-b934-2b719057f4fe?depth=0
2022-06-06T04:43:16.470Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T04:43:16.966Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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/99b33871-cf18-4664-9399-452a629442f9/model-vers/model-ver/f93ef1e8-de3d-4dbb-b934-2b719057f4fe?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-06-06T04:43:16.971Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b33871-cf18-4664-9399-452a629442f9/model-vers/model-ver/f93ef1e8-de3d-4dbb-b934-2b719057f4fe?depth=0|INFO|500||Invoke
2022-06-06T04:43:17.158Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b33871-cf18-4664-9399-452a629442f9/model-vers/model-ver/f93ef1e8-de3d-4dbb-b934-2b719057f4fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T04:43:17.782Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99b33871-cf18-4664-9399-452a629442f9/model-vers/model-ver/f93ef1e8-de3d-4dbb-b934-2b719057f4fe?depth=0|INFO|500||InvokeReturn
2022-06-06T04:43:17.783Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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/99b33871-cf18-4664-9399-452a629442f9/model-vers/model-ver/f93ef1e8-de3d-4dbb-b934-2b719057f4fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-04:43:17:984-63009], vertex-id=[213008], Content-Length=[0], Date=[Mon, 06 Jun 2022 04:43:17 GMT], Content-Type=[application/json]}
2022-06-06T04:43:17.784Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T04:43:17.787Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T04:43:17.787Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-06-06T04:43:17.795Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-06-06T04:43:17.796Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9bad8234-d2fa-421e-8bc2-c87437fdf3a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T04:43:17.797Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T04:43:17.798Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:17.800Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:17.800Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490597796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:43:17.900Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:17.902Z||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-06-06T04:43:17.902Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:17.914Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:17.914Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T04:43:18.815Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:43:18.816Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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-06-06T04:43:18.816Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|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 8VsCslufePCxMM5I) ...
2022-06-06T04:43:23.277Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:23.278Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T04:43:23.278Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c","serviceName":"basic_onboard_CWztie","serviceVersion":"1.0","serviceUUID":"f5f419ab-3151-45d9-b4a6-9405ec60b007","serviceDescription":"service","serviceInvariantUUID":"244e2f58-e788-457f-ac47-cd587d97fe83","resources":[{"resourceInstanceName":"basic_onboard_CWztie 0","resourceName":"basic_onboard_CWztie","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32f54a03-6bb3-4031-94fa-2d4cad2503b0","resourceInvariantUUID":"dd02e270-8b11-43ee-978f-fb65df23858f","resourceCustomizationUUID":"c9fb72a3-f367-4c9d-83c2-ce1d350e26c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml","artifactChecksum":"ZDAyZmQ5ZDEzMjEwNmM1Zjg4OTEwYjQ2OGU1ODA2NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f530bdf1-45c9-4ce6-bf60-0f1b2bcfdec7","artifactVersion":"1"},{"artifactName":"basic_onboard_cwztie0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json","artifactChecksum":"NzQ2NDhkOGUzZWI1MzRlZDEwMTg1YmYwMmFhZDM2MGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0aa6796d-6206-46a3-9df6-8cdd69890878","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"96447aa1-3a44-4613-89f6-93aa6a288137","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4497ef27-bb68-43f5-8977-f14b164a9aaa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"06bcdea3-3b77-4316-b92b-5f4239cec75c","artifactVersion":"2","generatedFromUUID":"96447aa1-3a44-4613-89f6-93aa6a288137"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCwztie-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml","artifactChecksum":"NjEzMGFiN2VjY2YzZDc1ZmM2NWZiN2Y4OTM4NmI5MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"889bf69d-6647-4c34-a874-584dfc7a1dd3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCwztie-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar","artifactChecksum":"YjlhYTVmYjc3OTdkMzQ3ZWVjYTE2Y2Y4MmQwOTM5ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f25102bd-9e0e-4bd4-83d6-bb754d65993f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T04:43:23.281Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:23.282Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:23.288Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:23.288Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:23.384Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-06T04:43:23.385Z||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-06-06T04:43:23.385Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:23.443Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:23.444Z||pool-19-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:43:24.288Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:24.289Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:24.293Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:24.293Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:43:24.393Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:24.395Z||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-06-06T04:43:24.395Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:24.407Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:24.408Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:25.294Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:25.294Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:25.297Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:25.297Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:43:25.397Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:43:25.399Z||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-06-06T04:43:25.399Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:25.411Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:25.412Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:26.298Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:26.299Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:26.301Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:26.301Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:26.402Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T04:43:26.403Z||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-06-06T04:43:26.403Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:26.416Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:26.417Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:43:27.302Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:27.303Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:27.306Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:27.306Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T04:43:27.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:27.408Z||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-06-06T04:43:27.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:27.422Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:27.423Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:28.307Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:28.308Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:28.310Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:28.310Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:43:28.410Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:28.411Z||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-06-06T04:43:28.411Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:28.424Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:28.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:29.313Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:43:29.315Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:29.318Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:29.318Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:43:29.418Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:29.419Z||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-06-06T04:43:29.419Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:29.430Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:29.431Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:30.320Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "serviceName": "basic_onboard_CWztie",
  "serviceVersion": "1.0",
  "serviceUUID": "f5f419ab-3151-45d9-b4a6-9405ec60b007",
  "serviceDescription": "service",
  "serviceInvariantUUID": "244e2f58-e788-457f-ac47-cd587d97fe83",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CWztie 0",
      "resourceCustomizationUUID": "c9fb72a3-f367-4c9d-83c2-ce1d350e26c5",
      "resourceName": "basic_onboard_CWztie",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32f54a03-6bb3-4031-94fa-2d4cad2503b0",
      "resourceInvariantUUID": "dd02e270-8b11-43ee-978f-fb65df23858f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cwztie0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
          "artifactChecksum": "NzQ2NDhkOGUzZWI1MzRlZDEwMTg1YmYwMmFhZDM2MGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0aa6796d-6206-46a3-9df6-8cdd69890878",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "96447aa1-3a44-4613-89f6-93aa6a288137",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "06bcdea3-3b77-4316-b92b-5f4239cec75c",
            "generatedFromUUID": "96447aa1-3a44-4613-89f6-93aa6a288137"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "06bcdea3-3b77-4316-b92b-5f4239cec75c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCwztie-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
      "artifactChecksum": "YjlhYTVmYjc3OTdkMzQ3ZWVjYTE2Y2Y4MmQwOTM5ZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f25102bd-9e0e-4bd4-83d6-bb754d65993f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T04:43:30.320Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T04:43:30.320Z|9bad8234-d2fa-421e-8bc2-c87437fdf3a7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5f419ab-3151-45d9-b4a6-9405ec60b007 ASDC
2022-06-06T04:43:30.321Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
ServiceName:basic_onboard_CWztie
ServiceVersion:1.0
ServiceUUID:f5f419ab-3151-45d9-b4a6-9405ec60b007
ServiceInvariantUUID:244e2f58-e788-457f-ac47-cd587d97fe83
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCwztie-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar
ArtifactUUID:f25102bd-9e0e-4bd4-83d6-bb754d65993f
ArtifactChecksum:YjlhYTVmYjc3OTdkMzQ3ZWVjYTE2Y2Y4MmQwOTM5ZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CWztie 0
ResourceCustomizationUUID:c9fb72a3-f367-4c9d-83c2-ce1d350e26c5
ResourceInvariantUUID:dd02e270-8b11-43ee-978f-fb65df23858f
ResourceName:basic_onboard_CWztie
ResourceType:VF
ResourceUUID:32f54a03-6bb3-4031-94fa-2d4cad2503b0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cwztie0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json
ArtifactUUID:0aa6796d-6206-46a3-9df6-8cdd69890878
ArtifactChecksum:NzQ2NDhkOGUzZWI1MzRlZDEwMTg1YmYwMmFhZDM2MGY=
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/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml
ArtifactUUID:96447aa1-3a44-4613-89f6-93aa6a288137
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/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env
ArtifactUUID:06bcdea3-3b77-4316-b92b-5f4239cec75c
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/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env
ArtifactUUID:06bcdea3-3b77-4316-b92b-5f4239cec75c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T04:43:30.321Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5f419ab-3151-45d9-b4a6-9405ec60b007 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-06-06T04:43:30.355Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:43:30.356Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:43:30.356Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:43:30.356Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f25102bd-9e0e-4bd4-83d6-bb754d65993f from URL: /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:30.356Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:43:30.357Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:31.257Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:43:31.262Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar f25102bd-9e0e-4bd4-83d6-bb754d65993f 71584
2022-06-06T04:43:31.263Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar ASDC sendASDCNotification
2022-06-06T04:43:31.263Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:31.263Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:43:31.263Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:31.265Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:31.265Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490611263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:43:31.366Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:43:31.366Z||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-06-06T04:43:31.366Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:31.394Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:31.394Z||pool-26-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:32.266Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:43:32.267Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:43:32.268Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f25102bd-9e0e-4bd4-83d6-bb754d65993f, URL: /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar to file: /app/ASDC/1/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:32.268Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:32.269Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:32.269Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:32.398Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4569177412661668077/Definitions/service-BasicOnboardCwztie-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-06-06T04:43:33.592Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T04:43:33.592Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.593Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CWztie 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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||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-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:43:33.594Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:43:33.595Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.595Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.595Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:33.595Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:43:33.595Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:43:33.595Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.596Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.596Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.596Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is not matching search criteria
2022-06-06T04:43:33.596Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T04:43:33.596Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T04:43:33.596Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:33.597Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:43:33.598Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.598Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:33.598Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:43:33.598Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.598Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:33.598Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:43:33.599Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.599Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is not matching search criteria
2022-06-06T04:43:33.599Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T04:43:33.599Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T04:43:33.599Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de03022c-7c9b-4f06-b21e-8a556c69e00a
2022-06-06T04:43:33.599Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:33.600Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:33.601Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CWztie
Description:service
Model UUID:f5f419ab-3151-45d9-b4a6-9405ec60b007
Model Version:NULL
Model InvariantUuid:244e2f58-e788-457f-ac47-cd587d97fe83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CWztie
Model UUID:e513f29d-3bf4-46a7-b9cb-79bd7629c83e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd02e270-8b11-43ee-978f-fb65df23858f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c9fb72a3-f367-4c9d-83c2-ce1d350e26c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5690c183-fa9a-418e-9b23-0517898afb24
ModelName:BasicOnboardCwztie..base_ubuntu18..module-0
ModelUuid:9ae626ff-7fc8-4cdb-b992-87a2b87fff67
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:de03022c-7c9b-4f06-b21e-8a556c69e00a
ModelInvariantUuid:e4ae612a-c811-4f43-91dd-b12237ce63ab
ModelName:basic_onboard_CWztie-nodes.ubuntu18Cvfc
ModelUuid:83978582-7659-49fc-8888-fe875d30d238
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:5521acf6-69e6-4c32-9c10-bf3203eb0e64
ModelInvariantUuid:8bf39e9e-7894-4d7c-a1a5-c9f8eb3f5371
ModelName:BasicOnboardCwztie.compute.nodes.heat.ubuntu18
ModelUuid:f2794503-4963-4e7a-b3d4-8e483e58758b
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-06-06T04:43:33.607Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 32f54a03-6bb3-4031-94fa-2d4cad2503b0
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-06-06T04:43:33.610Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||basic_onboard_CWztie 0
2022-06-06T04:43:33.610Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32f54a03-6bb3-4031-94fa-2d4cad2503b0
2022-06-06T04:43:33.610Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0aa6796d-6206-46a3-9df6-8cdd69890878 from URL: /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json
2022-06-06T04:43:33.610Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:43:33.610Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json
2022-06-06T04:43:34.277Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:43:34.278Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json 0aa6796d-6206-46a3-9df6-8cdd69890878 798
2022-06-06T04:43:34.278Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json ASDC sendASDCNotification
2022-06-06T04:43:34.278Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json
2022-06-06T04:43:34.278Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:43:34.279Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:34.281Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:34.281Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490614278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:43:34.381Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:34.382Z||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-06-06T04:43:34.382Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:34.394Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:34.394Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:35.281Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCwztie..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5690c183-fa9a-418e-9b23-0517898afb24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ae626ff-7fc8-4cdb-b992-87a2b87fff67",
    "vfModuleModelCustomizationUUID": "3f86717a-ea18-4e65-bdb1-c89219527714",
    "isBase": true,
    "artifacts": [
      "96447aa1-3a44-4613-89f6-93aa6a288137",
      "06bcdea3-3b77-4316-b92b-5f4239cec75c"
    ],
    "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-06-06T04:43:35.288Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwztie..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ae626ff-7fc8-4cdb-b992-87a2b87fff67
VfModuleModelInvariantUUID:5690c183-fa9a-418e-9b23-0517898afb24
VfModuleModelDescription:NULL
Artifacts UUID List:{
96447aa1-3a44-4613-89f6-93aa6a288137
,
06bcdea3-3b77-4316-b92b-5f4239cec75c

}
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-06-06T04:43:35.289Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCwztie..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5690c183-fa9a-418e-9b23-0517898afb24",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9ae626ff-7fc8-4cdb-b992-87a2b87fff67",
    "vfModuleModelCustomizationUUID": "3f86717a-ea18-4e65-bdb1-c89219527714",
    "isBase": true,
    "artifacts": [
      "96447aa1-3a44-4613-89f6-93aa6a288137",
      "06bcdea3-3b77-4316-b92b-5f4239cec75c"
    ],
    "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-06-06T04:43:35.290Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCwztie..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9ae626ff-7fc8-4cdb-b992-87a2b87fff67
VfModuleModelInvariantUUID:5690c183-fa9a-418e-9b23-0517898afb24
VfModuleModelDescription:NULL
Artifacts UUID List:{
96447aa1-3a44-4613-89f6-93aa6a288137
,
06bcdea3-3b77-4316-b92b-5f4239cec75c

}
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-06-06T04:43:35.290Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96447aa1-3a44-4613-89f6-93aa6a288137 from URL: /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml
2022-06-06T04:43:35.290Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:43:35.290Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml
2022-06-06T04:43:35.568Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:43:35.569Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml 96447aa1-3a44-4613-89f6-93aa6a288137 5033
2022-06-06T04:43:35.570Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T04:43:35.570Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml
2022-06-06T04:43:35.570Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:43:35.571Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:35.573Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:35.573Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490615570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:43:35.673Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:43:35.677Z||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-06-06T04:43:35.677Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:35.732Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:35.733Z||pool-28-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:36.574Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 06bcdea3-3b77-4316-b92b-5f4239cec75c from URL: /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env
2022-06-06T04:43:36.575Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:43:36.576Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env
2022-06-06T04:43:36.868Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:43:36.868Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env 06bcdea3-3b77-4316-b92b-5f4239cec75c 909
2022-06-06T04:43:36.869Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T04:43:36.869Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env
2022-06-06T04:43:36.869Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:43:36.870Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:36.872Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:36.872Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490616869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:43:36.972Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:36.973Z||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-06-06T04:43:36.973Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:36.988Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:36.988Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:37.872Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: f5f419ab-3151-45d9-b4a6-9405ec60b007
2022-06-06T04:43:37.873Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CWztie 0 32f54a03-6bb3-4031-94fa-2d4cad2503b0 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-06-06T04:43:37.894Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@549d0e96, org.onap.sdc.toscaparser.api.parameters.Input@26168ed0, org.onap.sdc.toscaparser.api.parameters.Input@35c1a950, org.onap.sdc.toscaparser.api.parameters.Input@19e9e0c0, org.onap.sdc.toscaparser.api.parameters.Input@25bca4d5]
2022-06-06T04:43:37.924Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.925Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.925Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-06T04:43:37.926Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c9fb72a3-f367-4c9d-83c2-ce1d350e26c5
2022-06-06T04:43:37.926Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c9fb72a3-f367-4c9d-83c2-ce1d350e26c5 matches Tosca VF Customization UUID: c9fb72a3-f367-4c9d-83c2-ce1d350e26c5
2022-06-06T04:43:37.926Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c9fb72a3-f367-4c9d-83c2-ce1d350e26c5  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-06-06T04:43:37.930Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.930Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.931Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c9fb72a3-f367-4c9d-83c2-ce1d350e26c5: {\"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-06-06T04:43:37.931Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59c464f3
2022-06-06T04:43:37.931Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.932Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T04:43:37.932Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f86717a-ea18-4e65-bdb1-c89219527714
2022-06-06T04:43:37.932Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f86717a-ea18-4e65-bdb1-c89219527714
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-06-06T04:43:37.935Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.935Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:37.935Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:43:37.936Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.936Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:37.937Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:43:37.937Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.937Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is not matching search criteria
2022-06-06T04:43:37.938Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T04:43:37.938Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T04:43:37.938Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de03022c-7c9b-4f06-b21e-8a556c69e00a
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-06-06T04:43:37.940Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.941Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:37.941Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:43:37.942Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.942Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_CWztie 0 is matching search criteria
2022-06-06T04:43:37.942Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_CWztie 0] matching following query criteria: sdcType=VF, customizationUUID=c9fb72a3-f367-4c9d-83c2-ce1d350e26c5
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-06-06T04:43:37.944Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.944Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.945Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid f5f419ab-3151-45d9-b4a6-9405ec60b007: basic_onboard_CWztie
2022-06-06T04:43:37.945Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.945Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.946Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.946Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.947Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.947Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.947Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.948Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.948Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:43:37.948Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_CWztie is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:43:37.949Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_CWztie 
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-06-06T04:43:38.027Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CWztie 32f54a03-6bb3-4031-94fa-2d4cad2503b0 1 ASDC deployResourceStructure
2022-06-06T04:43:38.028Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json ASDC sendASDCNotification
2022-06-06T04:43:38.028Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json
2022-06-06T04:43:38.029Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:43:38.029Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:38.031Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:38.031Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490618028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:43:38.132Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:38.133Z||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-06-06T04:43:38.133Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:38.143Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:38.143Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:39.033Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-06T04:43:39.034Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml
2022-06-06T04:43:39.034Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:43:39.034Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:39.037Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:39.038Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490619033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:43:39.138Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:43:39.139Z||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-06-06T04:43:39.139Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:39.151Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:39.151Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:40.039Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-06T04:43:40.039Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env
2022-06-06T04:43:40.040Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:43:40.040Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:40.042Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:40.042Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490620039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T04:43:40.142Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:40.143Z||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-06-06T04:43:40.144Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:40.157Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:40.157Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:43:41.043Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar ASDC sendASDCNotification
2022-06-06T04:43:41.044Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar
2022-06-06T04:43:41.044Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:43:41.044Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:43:41.046Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:43:41.046Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490621043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:43:41.147Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:43:41.148Z||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-06-06T04:43:41.148Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:43:41.158Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:43:41.158Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:43:42.048Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:43:42.059Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:43:42.062Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:43:42.062Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:43:42.062Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:44:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:44:06.575Z||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-06-06T04:44:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:44:06.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:44:06.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:44:06.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:44:06.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:44:12.063Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:44:12.073Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:44:12.075Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:44:12.075Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:44:12.075Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:44:42.076Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:44:42.086Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:44:42.089Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:44:42.089Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:44:42.089Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:45:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:45:06.574Z||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-06-06T04:45:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:45:06.602Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:06.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490521202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490519543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490525485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490525935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490533074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490533704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490533496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490533913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490527290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490534502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490527781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "cds",
  "timestamp": 1654490534921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-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-06-06T04:45:06.628Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
2022-06-06T04:45:06.628Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:06.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490535217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "policy-id",
  "timestamp": 1654490535507,
  "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-06-06T04:45:06.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
2022-06-06T04:45:06.643Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:06.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490535563,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490536617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490537667,
  "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-06-06T04:45:06.662Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
2022-06-06T04:45:06.662Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:06.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490531481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490538671,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:45:06.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490538558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:45:06.671Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490539397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.672Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490539577,
  "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-06-06T04:45:06.676Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
2022-06-06T04:45:06.676Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:06.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490541317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:45:06.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "clamp",
  "timestamp": 1654490542321,
  "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-06-06T04:45:06.691Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
2022-06-06T04:45:06.691Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:06.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490545490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:45:06.700Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "aai-ml",
  "timestamp": 1654490546494,
  "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-06-06T04:45:06.705Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
2022-06-06T04:45:06.705Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:06.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654490571479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490570935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490585923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:06.727Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:45:06.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490579543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:06.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:06.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-06T04:45:06.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:06.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:45:12.091Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:45:12.104Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:45:12.108Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:45:12.108Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T04:45:12.108Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T04:45:12.108Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T04:45:12.109Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:45:12.109Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:45:12.109Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:45:12.109Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:45:12.110Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:45:12.110Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:45:12.110Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|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-06-06T04:45:12.114Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T04:45:42.115Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c 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-06-06T04:45:42.120Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c and serviceModelVersionId: f5f419ab-3151-45d9-b4a6-9405ec60b007
2022-06-06T04:45:42.120Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 244e2f58-e788-457f-ac47-cd587d97fe83
2022-06-06T04:45:42.121Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0
2022-06-06T04:45:42.124Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T04:45:42.173Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0|INFO|500||Invoke
2022-06-06T04:45:42.174Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff2b4dfe-79f7-4b3d-94ed-1a56d05cc50b], X-ECOMP-RequestID=[8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c], X-TransactionId=[], X-ONAP-RequestID=[8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c], Content-Type=[application/merge-patch+json]}
2022-06-06T04:45:42.200Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T04:45:42.700Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?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/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-04:45:43:013-591], vertex-id=[667712], Content-Length=[0], Date=[Mon, 06 Jun 2022 04:45:43 GMT], Content-Type=[application/json]}
2022-06-06T04:45:42.701Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T04:45:42.701Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/244e2f58-e788-457f-ac47-cd587d97fe83/model-vers/model-ver/f5f419ab-3151-45d9-b4a6-9405ec60b007?depth=0|INFO|500||InvokeReturn
2022-06-06T04:45:42.702Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T04:45:42.702Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|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-06-06T04:45:42.709Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|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-06-06T04:45:42.709Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T04:45:42.709Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T04:45:42.710Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:42.713Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:42.713Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490742709,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:45:42.813Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:42.814Z||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-06-06T04:45:42.814Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:42.829Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:42.830Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T04:45:43.724Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T04:45:43.725Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"589defa9-1635-42e9-87ba-141b4c9ec096","serviceName":"vFW 2022-06-06 04-39-27","serviceVersion":"1.0","serviceUUID":"4340e88a-dbcd-4b16-a345-4b8ef2f42f50","serviceDescription":"catalog service description","serviceInvariantUUID":"5d45391a-32ec-4a50-b395-723e7155bf80","resources":[{"resourceInstanceName":"vFW 07a795bf-9130 0","resourceName":"vFW 07a795bf-9130","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"32fde640-c779-4d9a-98b2-ed972ac8bb4d","resourceInvariantUUID":"18865aad-e299-4fb0-9cb3-7756880447f6","resourceCustomizationUUID":"5ced5694-1c58-495b-b880-13b53be3dd26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml","artifactChecksum":"NTFlMzM5OWJkZTA3MDQ1NzM1YjgzNjk1NGZmODk5MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5a14685-a463-4686-bcae-add01e5b82ab","artifactVersion":"1"},{"artifactName":"vfw07a795bf91300_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json","artifactChecksum":"ZDA3OGQ1YWVmZWY0NmZmZjFmMTI3ZTI5MmMxMDVlMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3355102-0593-47ba-8955-71e9b1ec5dcd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9fc42141-a9f8-475f-82bf-7e5f8b217ab7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml","artifactChecksum":"NmQzMTVhNDkyNTM5ZTVhOWE4NTkwNmRhNWIwZjg5YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d12fde07-62d2-4c5b-8a48-77d4bcff2768","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0bc49aef-c216-4777-b42b-fa0d2f8fca51","artifactVersion":"2","generatedFromUUID":"9fc42141-a9f8-475f-82bf-7e5f8b217ab7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220606043927-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml","artifactChecksum":"MDA3NzhiNTUzNjgwMjVlMWI1YmNkNTM0MmRlMTdlY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a8398acb-3709-40ad-b37e-b7f1cf8b2be3","artifactVersion":"1"},{"artifactName":"service-Vfw20220606043927-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar","artifactChecksum":"ZTgyYTBmZjU0NDQ2NGYyOGM3YTM3MTk5NjU1ZTYwZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74b6ea6c-0477-4aa9-8eb9-36ed2d274b6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T04:45:43.726Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:43.727Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:43.729Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:43.729Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:43.829Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:43.830Z||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-06-06T04:45:43.830Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:43.842Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:43.842Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:44.729Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:44.731Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:44.733Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:44.733Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:45:44.833Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:44.834Z||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-06-06T04:45:44.835Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:44.847Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:44.847Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:45.733Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:45.735Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:45.738Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:45.738Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:45:45.838Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:45.839Z||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-06-06T04:45:45.839Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:45.850Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:45.850Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:46.739Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:46.739Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:46.741Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:46.741Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:46.841Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:46.843Z||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-06-06T04:45:46.843Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:46.874Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:46.874Z||pool-38-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:47.742Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:47.743Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:47.745Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:47.745Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T04:45:47.845Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:47.849Z||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-06-06T04:45:47.849Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:47.872Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:47.873Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:48.746Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:48.749Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:48.751Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:48.752Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:45:48.852Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:48.853Z||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-06-06T04:45:48.853Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:48.870Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:48.870Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:45:49.752Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:45:49.753Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:49.756Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:49.756Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:45:49.856Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:49.857Z||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-06-06T04:45:49.858Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:49.870Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:49.870Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:50.757Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "serviceName": "vFW 2022-06-06 04-39-27",
  "serviceVersion": "1.0",
  "serviceUUID": "4340e88a-dbcd-4b16-a345-4b8ef2f42f50",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5d45391a-32ec-4a50-b395-723e7155bf80",
  "resources": [
    {
      "resourceInstanceName": "vFW 07a795bf-9130 0",
      "resourceCustomizationUUID": "5ced5694-1c58-495b-b880-13b53be3dd26",
      "resourceName": "vFW 07a795bf-9130",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "32fde640-c779-4d9a-98b2-ed972ac8bb4d",
      "resourceInvariantUUID": "18865aad-e299-4fb0-9cb3-7756880447f6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw07a795bf91300_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
          "artifactChecksum": "ZDA3OGQ1YWVmZWY0NmZmZjFmMTI3ZTI5MmMxMDVlMDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e3355102-0593-47ba-8955-71e9b1ec5dcd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9fc42141-a9f8-475f-82bf-7e5f8b217ab7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0bc49aef-c216-4777-b42b-fa0d2f8fca51",
            "generatedFromUUID": "9fc42141-a9f8-475f-82bf-7e5f8b217ab7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0bc49aef-c216-4777-b42b-fa0d2f8fca51",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220606043927-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
      "artifactChecksum": "ZTgyYTBmZjU0NDQ2NGYyOGM3YTM3MTk5NjU1ZTYwZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74b6ea6c-0477-4aa9-8eb9-36ed2d274b6d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T04:45:50.758Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T04:45:50.758Z|8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4340e88a-dbcd-4b16-a345-4b8ef2f42f50 ASDC
2022-06-06T04:45:50.761Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:589defa9-1635-42e9-87ba-141b4c9ec096
ServiceName:vFW 2022-06-06 04-39-27
ServiceVersion:1.0
ServiceUUID:4340e88a-dbcd-4b16-a345-4b8ef2f42f50
ServiceInvariantUUID:5d45391a-32ec-4a50-b395-723e7155bf80
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220606043927-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar
ArtifactUUID:74b6ea6c-0477-4aa9-8eb9-36ed2d274b6d
ArtifactChecksum:ZTgyYTBmZjU0NDQ2NGYyOGM3YTM3MTk5NjU1ZTYwZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 07a795bf-9130 0
ResourceCustomizationUUID:5ced5694-1c58-495b-b880-13b53be3dd26
ResourceInvariantUUID:18865aad-e299-4fb0-9cb3-7756880447f6
ResourceName:vFW 07a795bf-9130
ResourceType:VF
ResourceUUID:32fde640-c779-4d9a-98b2-ed972ac8bb4d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw07a795bf91300_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json
ArtifactUUID:e3355102-0593-47ba-8955-71e9b1ec5dcd
ArtifactChecksum:ZDA3OGQ1YWVmZWY0NmZmZjFmMTI3ZTI5MmMxMDVlMDQ=
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/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml
ArtifactUUID:9fc42141-a9f8-475f-82bf-7e5f8b217ab7
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/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env
ArtifactUUID:0bc49aef-c216-4777-b42b-fa0d2f8fca51
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/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env
ArtifactUUID:0bc49aef-c216-4777-b42b-fa0d2f8fca51
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T04:45:50.761Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4340e88a-dbcd-4b16-a345-4b8ef2f42f50 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-06-06T04:45:50.799Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:45:50.800Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:45:50.800Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:45:50.800Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74b6ea6c-0477-4aa9-8eb9-36ed2d274b6d from URL: /sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:50.800Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:45:50.800Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:51.771Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:45:51.776Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar 74b6ea6c-0477-4aa9-8eb9-36ed2d274b6d 99012
2022-06-06T04:45:51.777Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar ASDC sendASDCNotification
2022-06-06T04:45:51.777Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:51.777Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:45:51.778Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:51.780Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:51.780Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490751777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:51.881Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:45:51.881Z||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-06-06T04:45:51.882Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:51.899Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:51.900Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:52.781Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:45:52.783Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:45:52.783Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 74b6ea6c-0477-4aa9-8eb9-36ed2d274b6d, URL: /sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar to file: /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:52.784Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220606043927-csar.csar
2022-06-06T04:45:52.785Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:52.785Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:52.937Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP411269851736705317/Definitions/service-Vfw20220606043927-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-06-06T04:45:55.081Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T04:45:55.082Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:45:55.082Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.082Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-06T04:45:55.082Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.082Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.082Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.083Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.083Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.083Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.083Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.083Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.083Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.084Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.084Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.084Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.084Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07a795bf-9130 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-Vfw20220606043927-csar.csar
2022-06-06T04:45:55.084Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:45:55.084Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.085Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.085Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:55.085Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:45:55.086Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:45:55.086Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.086Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.086Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:55.087Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:45:55.087Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:45:55.087Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.087Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.088Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.088Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:55.088Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:55.088Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:45:55.088Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.089Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.089Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:45:55.089Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.089Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:55.089Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:45:55.090Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:45:55.090Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.090Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.090Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:45:55.090Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.091Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:45:55.091Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.091Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T04:45:55.091Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.091Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T04:45:55.092Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.092Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:55.092Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:55.092Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.093Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:55.093Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:55.093Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.093Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:55.093Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:55.094Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.094Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:55.094Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:55.094Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T04:45:55.094Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:55.094Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:45:55.095Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:45:55.095Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.095Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.095Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:45:55.095Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.096Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:45:55.096Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.096Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09f85eca-5527-4231-9a7b-818a3d1beb76
2022-06-06T04:45:55.096Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.096Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:55.097Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:55.097Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:45:55.097Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.097Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.097Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:45:55.098Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.098Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:55.098Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T04:45:55.098Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:45:55.098Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.099Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:45:55.099Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.099Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e64dc645-8907-4178-9de9-1f18941bdc0d
2022-06-06T04:45:55.099Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.099Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:55.100Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:55.100Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:45:55.100Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.100Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.101Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:45:55.101Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.101Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:55.101Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:45:55.102Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:45:55.102Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:55.102Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:55.102Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T04:45:55.102Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4928003c-f2e9-4f8d-944c-36ec819c988b
2022-06-06T04:45:55.103Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.103Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.103Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.103Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.103Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.104Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.104Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:55.104Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:55.104Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-06 04-39-27
Description:catalog service description
Model UUID:4340e88a-dbcd-4b16-a345-4b8ef2f42f50
Model Version:NULL
Model InvariantUuid:5d45391a-32ec-4a50-b395-723e7155bf80
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 07a795bf-9130
Model UUID:003edafb-e727-4648-8350-823cf480b60e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:18865aad-e299-4fb0-9cb3-7756880447f6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5ced5694-1c58-495b-b880-13b53be3dd26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:48aa1a7c-16cd-458f-a91a-f54370f94b90
ModelName:Vfw07a795bf9130..base_vfw..module-0
ModelUuid:f4e5a1ec-c56e-4e40-bb29-9393f16cef41
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09f85eca-5527-4231-9a7b-818a3d1beb76
ModelInvariantUuid:ceadfe62-54b1-445d-9995-d576d45aeeb2
ModelName:vFW 07a795bf-9130-nodes.vfwCvfc
ModelUuid:94c2d367-b572-4ad5-907f-cad45de97380
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8d2643dd-4c7b-4eee-bfd5-080e6b461188
ModelInvariantUuid:800d5eae-1b27-4a0a-8064-27107fe6df25
ModelName:Vfw07a795bf9130.compute.nodes.heat.vfw
ModelUuid:953179cc-9427-4c3b-ac4a-3cc2fa775fa4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e64dc645-8907-4178-9de9-1f18941bdc0d
ModelInvariantUuid:993e4206-d564-4d3f-8b0d-a23dcb65e437
ModelName:vFW 07a795bf-9130-nodes.vsnCvfc
ModelUuid:7fe34a7c-a3c6-408a-b57e-92378c3aeb70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8ca33e62-ad29-4d2e-b0a5-482ab82df198
ModelInvariantUuid:91f99098-c6d6-4248-92b4-9c8775b52622
ModelName:Vfw07a795bf9130.compute.nodes.heat.vsn
ModelUuid:572cdafc-7edd-412e-b448-7decf17ad493
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4928003c-f2e9-4f8d-944c-36ec819c988b
ModelInvariantUuid:5da4ea2c-b7f7-4edc-8151-9b0e987c3821
ModelName:vFW 07a795bf-9130-nodes.vpgCvfc
ModelUuid:162dce77-7f3b-41ee-b8da-fb07e05db76b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e6b9735d-c7d1-4698-8daf-2ecb2fd939a0
ModelInvariantUuid:2548efe2-39dd-49a1-88a1-88ca276e3c6a
ModelName:Vfw07a795bf9130.compute.nodes.heat.vpg
ModelUuid:0fc643da-5140-4cd8-86fb-4e78b2302ab5
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-06-06T04:45:55.112Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 32fde640-c779-4d9a-98b2-ed972ac8bb4d
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-06-06T04:45:55.115Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||vFW 07a795bf-9130 0
2022-06-06T04:45:55.115Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 32fde640-c779-4d9a-98b2-ed972ac8bb4d
2022-06-06T04:45:55.115Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e3355102-0593-47ba-8955-71e9b1ec5dcd from URL: /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json
2022-06-06T04:45:55.115Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:45:55.115Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json
2022-06-06T04:45:55.278Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:45:55.278Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json e3355102-0593-47ba-8955-71e9b1ec5dcd 785
2022-06-06T04:45:55.279Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json ASDC sendASDCNotification
2022-06-06T04:45:55.279Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json
2022-06-06T04:45:55.279Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:45:55.280Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:55.282Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:55.282Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490755279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:55.382Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:55.383Z||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-06-06T04:45:55.384Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:55.393Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:55.393Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:56.283Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw07a795bf9130..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "48aa1a7c-16cd-458f-a91a-f54370f94b90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4e5a1ec-c56e-4e40-bb29-9393f16cef41",
    "vfModuleModelCustomizationUUID": "d189b3ba-94d0-4e3b-a3bd-aa6930c33cc9",
    "isBase": true,
    "artifacts": [
      "9fc42141-a9f8-475f-82bf-7e5f8b217ab7",
      "0bc49aef-c216-4777-b42b-fa0d2f8fca51"
    ],
    "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-06-06T04:45:56.287Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07a795bf9130..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e5a1ec-c56e-4e40-bb29-9393f16cef41
VfModuleModelInvariantUUID:48aa1a7c-16cd-458f-a91a-f54370f94b90
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fc42141-a9f8-475f-82bf-7e5f8b217ab7
,
0bc49aef-c216-4777-b42b-fa0d2f8fca51

}
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-06-06T04:45:56.290Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw07a795bf9130..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "48aa1a7c-16cd-458f-a91a-f54370f94b90",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4e5a1ec-c56e-4e40-bb29-9393f16cef41",
    "vfModuleModelCustomizationUUID": "d189b3ba-94d0-4e3b-a3bd-aa6930c33cc9",
    "isBase": true,
    "artifacts": [
      "9fc42141-a9f8-475f-82bf-7e5f8b217ab7",
      "0bc49aef-c216-4777-b42b-fa0d2f8fca51"
    ],
    "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-06-06T04:45:56.290Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07a795bf9130..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4e5a1ec-c56e-4e40-bb29-9393f16cef41
VfModuleModelInvariantUUID:48aa1a7c-16cd-458f-a91a-f54370f94b90
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fc42141-a9f8-475f-82bf-7e5f8b217ab7
,
0bc49aef-c216-4777-b42b-fa0d2f8fca51

}
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-06-06T04:45:56.290Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fc42141-a9f8-475f-82bf-7e5f8b217ab7 from URL: /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml
2022-06-06T04:45:56.290Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:45:56.290Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml
2022-06-06T04:45:56.581Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:45:56.582Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml 9fc42141-a9f8-475f-82bf-7e5f8b217ab7 20368
2022-06-06T04:45:56.582Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T04:45:56.582Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml
2022-06-06T04:45:56.583Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:45:56.583Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:56.585Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:56.585Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490756582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:56.685Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:56.687Z||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-06-06T04:45:56.687Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:56.700Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:56.700Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:57.586Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0bc49aef-c216-4777-b42b-fa0d2f8fca51 from URL: /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env
2022-06-06T04:45:57.587Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:45:57.587Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env
2022-06-06T04:45:57.968Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:45:57.969Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env 0bc49aef-c216-4777-b42b-fa0d2f8fca51 2098
2022-06-06T04:45:57.969Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T04:45:57.969Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env
2022-06-06T04:45:57.969Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:45:57.969Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:57.971Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:57.971Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490757969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:45:58.071Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:58.072Z||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-06-06T04:45:58.073Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:58.082Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:58.083Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:45:58.972Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4340e88a-dbcd-4b16-a345-4b8ef2f42f50
2022-06-06T04:45:58.973Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07a795bf-9130 0 32fde640-c779-4d9a-98b2-ed972ac8bb4d 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-06-06T04:45:58.988Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a02caff, org.onap.sdc.toscaparser.api.parameters.Input@49b96ba0, org.onap.sdc.toscaparser.api.parameters.Input@36badbb2, org.onap.sdc.toscaparser.api.parameters.Input@45c07c57, org.onap.sdc.toscaparser.api.parameters.Input@79a90322]
2022-06-06T04:45:58.990Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:58.990Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:58.990Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-06T04:45:58.990Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5ced5694-1c58-495b-b880-13b53be3dd26
2022-06-06T04:45:58.990Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ced5694-1c58-495b-b880-13b53be3dd26 matches Tosca VF Customization UUID: 5ced5694-1c58-495b-b880-13b53be3dd26
2022-06-06T04:45:58.990Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5ced5694-1c58-495b-b880-13b53be3dd26  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-06-06T04:45:58.992Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:58.992Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:58.993Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5ced5694-1c58-495b-b880-13b53be3dd26: {\"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-06-06T04:45:58.993Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5dac55b6
2022-06-06T04:45:58.993Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:58.993Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T04:45:58.994Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d189b3ba-94d0-4e3b-a3bd-aa6930c33cc9
2022-06-06T04:45:58.994Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d189b3ba-94d0-4e3b-a3bd-aa6930c33cc9
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-06-06T04:45:58.995Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:58.996Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:58.996Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:58.996Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:58.996Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:58.996Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:58.997Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:58.997Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:58.997Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:58.997Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-06T04:45:58.997Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:58.998Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:45:58.998Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:45:58.998Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:58.998Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:58.999Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:45:58.999Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:58.999Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:45:58.999Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:58.999Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09f85eca-5527-4231-9a7b-818a3d1beb76
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-06-06T04:45:59.003Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.003Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:59.004Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:59.004Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.004Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:59.004Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:59.004Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:45:59.005Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:59.005Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:59.005Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:45:59.005Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:59.005Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:59.006Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-06T04:45:59.006Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-06T04:45:59.006Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:59.006Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-06T04:45:59.007Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:59.007Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e64dc645-8907-4178-9de9-1f18941bdc0d
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-06-06T04:45:59.009Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.009Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:59.009Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:59.009Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.010Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is not matching search criteria
2022-06-06T04:45:59.010Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-06T04:45:59.010Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-06T04:45:59.010Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:59.011Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:59.011Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-06T04:45:59.011Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-06T04:45:59.011Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-06T04:45:59.012Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-06T04:45:59.012Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-06T04:45:59.012Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-06T04:45:59.012Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-06T04:45:59.012Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-06T04:45:59.013Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4928003c-f2e9-4f8d-944c-36ec819c988b
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-06-06T04:45:59.014Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.015Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:59.015Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T04:45:59.015Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.015Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Node template vFW 07a795bf-9130 0 is matching search criteria
2022-06-06T04:45:59.016Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 07a795bf-9130 0] matching following query criteria: sdcType=VF, customizationUUID=5ced5694-1c58-495b-b880-13b53be3dd26
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-06-06T04:45:59.017Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.017Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:59.018Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4340e88a-dbcd-4b16-a345-4b8ef2f42f50: vFW 07a795bf-9130
2022-06-06T04:45:59.018Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.018Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:59.018Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.019Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:59.019Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.019Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:59.019Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.020Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:59.020Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:45:59.020Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-06 04-39-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:45:59.020Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-06 04-39-27 
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-06-06T04:45:59.205Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07a795bf-9130 32fde640-c779-4d9a-98b2-ed972ac8bb4d 1 ASDC deployResourceStructure
2022-06-06T04:45:59.206Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json ASDC sendASDCNotification
2022-06-06T04:45:59.206Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json
2022-06-06T04:45:59.206Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:45:59.207Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:45:59.209Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:45:59.209Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490759206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:45:59.310Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:45:59.311Z||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-06-06T04:45:59.312Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:45:59.323Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:45:59.324Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:46:00.210Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-06T04:46:00.211Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml
2022-06-06T04:46:00.211Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:46:00.211Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:46:00.213Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:46:00.214Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490760210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:00.314Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:46:00.315Z||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-06-06T04:46:00.315Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:46:00.328Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:46:00.328Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:46:01.215Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-06T04:46:01.215Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env
2022-06-06T04:46:01.215Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:46:01.216Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:46:01.218Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:46:01.218Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490761215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:01.318Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:46:01.319Z||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-06-06T04:46:01.319Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:46:01.334Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:46:01.335Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:46:02.219Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar ASDC sendASDCNotification
2022-06-06T04:46:02.220Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar
2022-06-06T04:46:02.220Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:46:02.220Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:46:02.222Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:46:02.222Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490762219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:02.322Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:46:02.323Z||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-06-06T04:46:02.324Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:46:02.336Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:46:02.336Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:46:03.223Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 589defa9-1635-42e9-87ba-141b4c9ec096
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:46:03.234Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 589defa9-1635-42e9-87ba-141b4c9ec096
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:46:03.236Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:46:03.236Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:46:03.237Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:46:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:46:06.575Z||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-06-06T04:46:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:46:06.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:46:06.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "cds",
  "timestamp": 1654490586932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-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-06-06T04:46:06.617Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 589defa9-1635-42e9-87ba-141b4c9ec096
2022-06-06T04:46:06.617Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:46:06.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490587799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490581202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490590005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.634Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.634Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.635Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490589873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.636Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.636Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490591399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490592425,
  "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-06-06T04:46:06.648Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 589defa9-1635-42e9-87ba-141b4c9ec096
2022-06-06T04:46:06.648Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:46:06.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490585485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654490593431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490593508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490587287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490594514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490587781,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "policy-id",
  "timestamp": 1654490595518,
  "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-06-06T04:46:06.669Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 589defa9-1635-42e9-87ba-141b4c9ec096
2022-06-06T04:46:06.669Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:46:06.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490595552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9bad8234-d2fa-421e-8bc2-c87437fdf3a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490597796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:46:06.676Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490599311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654490600318,
  "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-06-06T04:46:06.682Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 589defa9-1635-42e9-87ba-141b4c9ec096
2022-06-06T04:46:06.682Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:46:06.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.692Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490604287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.692Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490605315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "aai-ml",
  "timestamp": 1654490605293,
  "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-06-06T04:46:06.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 589defa9-1635-42e9-87ba-141b4c9ec096
2022-06-06T04:46:06.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:46:06.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490607323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "clamp",
  "timestamp": 1654490608328,
  "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-06-06T04:46:06.711Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 589defa9-1635-42e9-87ba-141b4c9ec096
2022-06-06T04:46:06.711Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:46:06.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490611263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490614278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490615570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490616869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490618028,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/basic_onboard_cwztie0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490619033,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490620039,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/resourceInstances/basic_onboard_cwztie0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:06.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:46:06.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490621043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCwztie/1.0/artifacts/service-BasicOnboardCwztie-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:46:06.723Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:46:33.237Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 589defa9-1635-42e9-87ba-141b4c9ec096
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:46:33.250Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 589defa9-1635-42e9-87ba-141b4c9ec096
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:46:33.257Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:46:33.257Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T04:46:33.257Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T04:46:33.257Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T04:46:33.257Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:46:33.258Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:46:33.258Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:46:33.258Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:46:33.258Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:46:33.258Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:46:33.258Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:46:33.263Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T04:47:03.263Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 589defa9-1635-42e9-87ba-141b4c9ec096 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-06-06T04:47:03.273Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 589defa9-1635-42e9-87ba-141b4c9ec096 and serviceModelVersionId: 4340e88a-dbcd-4b16-a345-4b8ef2f42f50
2022-06-06T04:47:03.274Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d45391a-32ec-4a50-b395-723e7155bf80
2022-06-06T04:47:03.275Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0
2022-06-06T04:47:03.279Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T04:47:03.331Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0|INFO|500||Invoke
2022-06-06T04:47:03.332Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[589defa9-1635-42e9-87ba-141b4c9ec096], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15990cb7-a8d1-43b8-a5f6-ae22c9520f0b], X-ECOMP-RequestID=[589defa9-1635-42e9-87ba-141b4c9ec096], X-TransactionId=[], X-ONAP-RequestID=[589defa9-1635-42e9-87ba-141b4c9ec096], Content-Type=[application/merge-patch+json]}
2022-06-06T04:47:03.355Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T04:47:03.784Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?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/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-04:47:04:169-48420], vertex-id=[290952], Content-Length=[0], Date=[Mon, 06 Jun 2022 04:47:04 GMT], Content-Type=[application/json]}
2022-06-06T04:47:03.784Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T04:47:03.785Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d45391a-32ec-4a50-b395-723e7155bf80/model-vers/model-ver/4340e88a-dbcd-4b16-a345-4b8ef2f42f50?depth=0|INFO|500||InvokeReturn
2022-06-06T04:47:03.785Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T04:47:03.785Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:03.790Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:03.790Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 589defa9-1635-42e9-87ba-141b4c9ec096 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T04:47:03.791Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T04:47:03.791Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:47:03.793Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:47:03.793Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490823790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:47:03.893Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:47:03.895Z||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-06-06T04:47:03.895Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:47:03.909Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:03.910Z||pool-50-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-06-06T04:47:04.806Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:04.806Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:04.806Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:47:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:06.575Z||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-06-06T04:47:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:47:06.602Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:06.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b54ab3c-5be2-4e5e-9fb3-3ac00a2ce98c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490742709,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:47:06.604Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490598815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490751777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490755279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490756582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490757969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:47:06.608Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490759206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/vfw07a795bf91300_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490760210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490761215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/resourceInstances/vfw07a795bf91300/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-06T04:47:06.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:06.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T04:47:06.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490762219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220606043927/1.0/artifacts/service-Vfw20220606043927-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:47:06.610Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:47:15.134Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:15.135Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:15.136Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:15.136Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:47:24.676Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:24.677Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:24.678Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:24.678Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:47:34.224Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:34.226Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:34.226Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:34.227Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:47:43.765Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:43.766Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:43.768Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:43.768Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:47:53.326Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:47:53.327Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:47:53.329Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:47:53.329Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:48:02.876Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:48:06.571Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:48:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:48:06.573Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:48:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:48:06.574Z||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-06-06T04:48:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:48:07.118Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:48:07.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T04:48:07.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "589defa9-1635-42e9-87ba-141b4c9ec096",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654490823790,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:48:07.120Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:48:16.128Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:49:06.571Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:49:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:49:06.573Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:49:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:49:06.574Z||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-06-06T04:49:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:49:16.135Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:49:16.137Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:50:06.571Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:50:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:50:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:50:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:50:06.574Z||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-06-06T04:50:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:50:16.131Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:50:16.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:51:06.571Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:51:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:51:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:51:06.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:51:06.574Z||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-06-06T04:51:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:51:16.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:51:16.121Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:52:06.571Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:52:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:52:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:52:06.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:52:06.574Z||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-06-06T04:52:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:52:16.132Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:52:16.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:06.571Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:53:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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-06-06T04:53:06.572Z|589defa9-1635-42e9-87ba-141b4c9ec096|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 8VsCslufePCxMM5I) ...
2022-06-06T04:53:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:53:06.574Z||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-06-06T04:53:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:53:07.100Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:07.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "cds",
  "timestamp": 1654491170935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491171479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491179543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491171479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "cds",
  "timestamp": 1654491170935,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491179543,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "aai-ml",
  "timestamp": 1654491181202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "cds",
  "timestamp": 1654491182321,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "aai-ml",
  "timestamp": 1654491181202,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "cds",
  "timestamp": 1654491183352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T04:53:07.130Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7d9ae73-7753-4437-9fd0-db672480ebcb
2022-06-06T04:53:07.131Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d9ae73-7753-4437-9fd0-db672480ebcb 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-06-06T04:53:07.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "aai-ml",
  "timestamp": 1654491184192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:53:07.140Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:53:07.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "policy-id",
  "timestamp": 1654491185485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:53:07.199Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:07.200Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T04:53:07.200Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7d9ae73-7753-4437-9fd0-db672480ebcb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"99f0296c-8a0c-44b3-a68c-2ee8f8bf268c","serviceDescription":"service","serviceInvariantUUID":"c2cacb1d-2c2d-4076-9768-2dc6da664782","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b6c652cc-bf09-487d-9691-39811925945a","resourceInvariantUUID":"853531cb-90e0-4bb6-9157-bc5eaeb89e70","resourceCustomizationUUID":"1d0be983-5c4e-4a44-bb70-5e5cfbccd681","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"Mzk1ZmQyN2FjMzY2Yjg1ZGFjODEwMDMwYjQxODcwZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"559a249d-672e-4516-a756-c6ddca33b310","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODE2MjA2N2JhZDc1YWU1MTc3NjU5OWUzY2FkOTU1ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ecf4abe-cdb3-44c3-83c5-60b638498802","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T04:53:07.204Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:53:07.204Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:53:07.238Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:53:07.238Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491186571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:53:07.308Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms
2022-06-06T04:53:07.310Z||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-06-06T04:53:07.310Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:53:07.322Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:07.323Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:53:08.240Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:53:08.243Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:53:08.246Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:53:08.246Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491186571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:53:08.346Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:53:08.347Z||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-06-06T04:53:08.347Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:53:08.365Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:08.366Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:53:09.247Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "99f0296c-8a0c-44b3-a68c-2ee8f8bf268c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2cacb1d-2c2d-4076-9768-2dc6da664782",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1d0be983-5c4e-4a44-bb70-5e5cfbccd681",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b6c652cc-bf09-487d-9691-39811925945a",
      "resourceInvariantUUID": "853531cb-90e0-4bb6-9157-bc5eaeb89e70",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "ODE2MjA2N2JhZDc1YWU1MTc3NjU5OWUzY2FkOTU1ZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0ecf4abe-cdb3-44c3-83c5-60b638498802"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T04:53:09.247Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T04:53:09.247Z|589defa9-1635-42e9-87ba-141b4c9ec096|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c ASDC
2022-06-06T04:53:09.248Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f7d9ae73-7753-4437-9fd0-db672480ebcb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:99f0296c-8a0c-44b3-a68c-2ee8f8bf268c
ServiceInvariantUUID:c2cacb1d-2c2d-4076-9768-2dc6da664782
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:0ecf4abe-cdb3-44c3-83c5-60b638498802
ArtifactChecksum:ODE2MjA2N2JhZDc1YWU1MTc3NjU5OWUzY2FkOTU1ZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1d0be983-5c4e-4a44-bb70-5e5cfbccd681
ResourceInvariantUUID:853531cb-90e0-4bb6-9157-bc5eaeb89e70
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b6c652cc-bf09-487d-9691-39811925945a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-06T04:53:09.248Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c 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-06-06T04:53:09.286Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:53:09.287Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:53:09.287Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:53:09.288Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0ecf4abe-cdb3-44c3-83c5-60b638498802 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T04:53:09.288Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:53:09.288Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T04:53:10.381Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:53:10.383Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0ecf4abe-cdb3-44c3-83c5-60b638498802 52510
2022-06-06T04:53:10.384Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T04:53:10.384Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T04:53:10.384Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:53:10.384Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:53:10.386Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:53:10.386Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491190384,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:53:10.487Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:53:10.488Z||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-06-06T04:53:10.488Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:53:10.499Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:10.499Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:53:11.387Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:53:11.389Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:53:11.389Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0ecf4abe-cdb3-44c3-83c5-60b638498802, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:11.389Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-06T04:53:11.390Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:11.390Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:11.547Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8995978410094391680/Definitions/service-BasicNetwork-template.yml
2022-06-06T04:53:12.037Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T04:53:12.037Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:53:12.037Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.037Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-06T04:53:12.037Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|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-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:53:12.038Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.039Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-06T04:53:12.040Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:53:12.040Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:53:12.040Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.040Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.040Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.040Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.041Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:99f0296c-8a0c-44b3-a68c-2ee8f8bf268c
Model Version:NULL
Model InvariantUuid:c2cacb1d-2c2d-4076-9768-2dc6da664782
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:853531cb-90e0-4bb6-9157-bc5eaeb89e70
Model UUID:f6fd7e1a-316b-4592-a955-5143ebd6ebf1
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1d0be983-5c4e-4a44-bb70-5e5cfbccd681
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-06T04:53:12.057Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: b6c652cc-bf09-487d-9691-39811925945a
2022-06-06T04:53:12.058Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||No resources found for Service: 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c
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-06-06T04:53:12.064Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||
2022-06-06T04:53:12.065Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-06T04:53:12.066Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c
2022-06-06T04:53:12.066Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c
2022-06-06T04:53:12.066Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-06T04:53:12.066Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T04:53:12.071Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ed4fadf, org.onap.sdc.toscaparser.api.parameters.Input@26c4f055, org.onap.sdc.toscaparser.api.parameters.Input@1ba298cc, org.onap.sdc.toscaparser.api.parameters.Input@7a0eea6d, org.onap.sdc.toscaparser.api.parameters.Input@4335e5f1]
2022-06-06T04:53:12.073Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.073Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.073Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.073Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.074Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c: Generic NeutronNet
2022-06-06T04:53:12.074Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.074Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.074Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.074Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-06T04:53:12.105Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.105Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.105Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.105Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.105Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:53:12.106Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:53:12.106Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-06T04:53:12.154Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-06T04:53:12.154Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-06T04:53:12.154Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-06T04:53:12.154Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:53:12.154Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:53:12.157Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:53:12.157Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491192154,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:53:12.257Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:53:12.258Z||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-06-06T04:53:12.259Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:53:12.271Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:53:12.272Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:53:13.159Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:53:13.168Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:53:13.170Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:53:13.170Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:53:13.170Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:53:43.171Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:53:43.184Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:53:43.186Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:53:43.187Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:53:43.187Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:54:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:54:06.575Z||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-06-06T04:54:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:54:06.607Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:54:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:54:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "policy-id",
  "timestamp": 1654491185485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:54:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:54:13.187Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:54:13.201Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:54:13.203Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:54:13.203Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:54:13.203Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:54:43.204Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:54:43.219Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:54:43.225Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:54:43.225Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:54:43.225Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:55:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:55:06.577Z||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-06-06T04:55:06.577Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:55:06.618Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:55:06.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:55:06.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491186571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:55:06.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:55:13.226Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:55:13.262Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:55:13.266Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:55:13.266Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:55:13.266Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:55:43.266Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:55:43.276Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:55:43.278Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:55:43.278Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:55:43.278Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:56:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:56:06.575Z||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-06-06T04:56:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:56:06.611Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:06.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491187286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491186571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "clamp",
  "timestamp": 1654491187781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491187286,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "policy-id",
  "timestamp": 1654491189298,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "clamp",
  "timestamp": 1654491187781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:56:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "policy-id",
  "timestamp": 1654491190303,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491190384,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491190753,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "policy-id",
  "timestamp": 1654491191307,
  "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-06-06T04:56:06.623Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7d9ae73-7753-4437-9fd0-db672480ebcb
2022-06-06T04:56:06.623Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d9ae73-7753-4437-9fd0-db672480ebcb 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-06-06T04:56:06.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491192154,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491192491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "aai-ml",
  "timestamp": 1654491192484,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491193495,
  "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-06-06T04:56:06.638Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7d9ae73-7753-4437-9fd0-db672480ebcb
2022-06-06T04:56:06.638Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d9ae73-7753-4437-9fd0-db672480ebcb 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-06-06T04:56:06.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "aai-ml",
  "timestamp": 1654491193488,
  "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-06-06T04:56:06.654Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7d9ae73-7753-4437-9fd0-db672480ebcb
2022-06-06T04:56:06.655Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d9ae73-7753-4437-9fd0-db672480ebcb 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-06-06T04:56:06.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "clamp",
  "timestamp": 1654491201522,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:56:06.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "clamp",
  "timestamp": 1654491203435,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:56:06.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:56:06.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:56:06.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "clamp",
  "timestamp": 1654491204441,
  "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-06-06T04:56:06.669Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f7d9ae73-7753-4437-9fd0-db672480ebcb
2022-06-06T04:56:06.669Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7d9ae73-7753-4437-9fd0-db672480ebcb 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-06-06T04:56:13.278Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:56:13.296Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:56:13.298Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:56:13.299Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T04:56:13.299Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T04:56:13.299Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T04:56:13.299Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:56:13.299Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:56:13.299Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:56:13.300Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:56:13.300Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:56:13.300Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:56:13.300Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|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-06-06T04:56:13.305Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T04:56:43.305Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7d9ae73-7753-4437-9fd0-db672480ebcb 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-06-06T04:56:43.310Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7d9ae73-7753-4437-9fd0-db672480ebcb and serviceModelVersionId: 99f0296c-8a0c-44b3-a68c-2ee8f8bf268c
2022-06-06T04:56:43.310Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2cacb1d-2c2d-4076-9768-2dc6da664782
2022-06-06T04:56:43.312Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0
2022-06-06T04:56:43.320Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T04:56:43.379Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0|INFO|500||Invoke
2022-06-06T04:56:43.380Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f7d9ae73-7753-4437-9fd0-db672480ebcb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[961237ef-5812-41a4-952b-eab6da4fa50a], X-ECOMP-RequestID=[f7d9ae73-7753-4437-9fd0-db672480ebcb], X-TransactionId=[], X-ONAP-RequestID=[f7d9ae73-7753-4437-9fd0-db672480ebcb], Content-Type=[application/merge-patch+json]}
2022-06-06T04:56:43.408Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T04:56:43.684Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?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/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-04:56:44:234-4750], vertex-id=[180440], Content-Length=[0], Date=[Mon, 06 Jun 2022 04:56:44 GMT], Content-Type=[application/json]}
2022-06-06T04:56:43.685Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T04:56:43.686Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2cacb1d-2c2d-4076-9768-2dc6da664782/model-vers/model-ver/99f0296c-8a0c-44b3-a68c-2ee8f8bf268c?depth=0|INFO|500||InvokeReturn
2022-06-06T04:56:43.686Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T04:56:43.687Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|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-06-06T04:56:43.692Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|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-06-06T04:56:43.692Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7d9ae73-7753-4437-9fd0-db672480ebcb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T04:56:43.693Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T04:56:43.693Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:43.696Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:43.696Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491403693,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:56:43.796Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:56:43.797Z||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-06-06T04:56:43.797Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:43.812Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:43.813Z||pool-55-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-06-06T04:56:44.707Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:56:44.708Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|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-06-06T04:56:44.708Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|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 8VsCslufePCxMM5I) ...
2022-06-06T04:56:49.219Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:49.221Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T04:56:49.221Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2f0f89a-1d6c-41e6-96f6-37662b2adafe","serviceName":"Demo_pNF_TxEw0FOFBc16iVCEbO1X","serviceVersion":"1.0","serviceUUID":"060b59d5-e54e-4c49-b57a-a4f13a43228c","serviceDescription":"catalog service description","serviceInvariantUUID":"f79739d0-3d03-4c26-bd07-39307474a4a5","resources":[{"resourceInstanceName":"pNF 1d5391d7-f1b7 0","resourceName":"pNF 1d5391d7-f1b7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a974aa18-30dd-41a7-a919-b77c0ccb97d6","resourceInvariantUUID":"1dc5e6eb-1d61-4421-a6e0-24062444d086","resourceCustomizationUUID":"632a5390-15d3-46b8-9fa2-f47bd0a3b56d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml","artifactChecksum":"YmQ4ZjNmNTIxZjdmOTk5ZDAyZTZlNjdkMWQ2MDI5ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dc63b06b-4041-4c16-9da0-948fe04841e2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar","artifactChecksum":"YTliYzZkMDIzMzBjYjE3ZjRhZmNjNThiZTNkNmY0OTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8e08980-df94-4008-8cbd-0a8c3905d220","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48b8e505-5b5a-426f-b5a3-3b96ce7a36e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml","artifactChecksum":"YjBmNzRmMjI4YzFjNWFkODhiNDU4YmIzOTQ3N2Y0OGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca6a0698-e59c-4296-952f-9067c65dbcc2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e249de0-1976-4a12-825d-95fff714f3d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d604032b-8d8f-469f-bdf7-a87e77ecbc4c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTxew0fofbc16ivcebo1x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml","artifactChecksum":"YzE1Mzg1ODY3MTczMzYyYzg1YTgzNDZjYWM3N2QxNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc18613e-f642-415a-8ee2-9eeb0501b53c","artifactVersion":"1"},{"artifactName":"service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar","artifactChecksum":"ZTVjMTQzOGE0NGJiMzU1MDZjY2U4NDg1YTczODE1NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91bda13c-84f9-4ded-a94f-4de02b49a9d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T04:56:49.223Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:49.223Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:49.237Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:49.238Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:49.326Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-06T04:56:49.327Z||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-06-06T04:56:49.327Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:49.341Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:49.342Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:56:50.238Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:50.239Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:50.242Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:50.242Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:50.342Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:56:50.343Z||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-06-06T04:56:50.343Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:50.370Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:50.370Z||pool-57-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:56:51.242Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:51.243Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:51.252Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:51.252Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:51.346Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-06T04:56:51.347Z||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-06-06T04:56:51.347Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:51.376Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:51.378Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:56:52.253Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:52.255Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:52.258Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:52.258Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:52.361Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-06T04:56:52.362Z||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-06-06T04:56:52.364Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:52.377Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:52.377Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:56:53.258Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:53.260Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:53.263Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:53.263Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:53.366Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-06T04:56:53.367Z||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-06-06T04:56:53.369Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:53.380Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:53.381Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:56:54.264Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:54.265Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:54.271Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:54.271Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:54.371Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:56:54.371Z||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-06-06T04:56:54.372Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:54.383Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:54.384Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:56:55.272Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:55.273Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:55.275Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:55.275Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:56:55.376Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:56:55.376Z||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-06-06T04:56:55.377Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:55.386Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:55.386Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:56:56.276Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T04:56:56.277Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:56.279Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:56.280Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:56:56.380Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:56:56.381Z||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-06-06T04:56:56.381Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:56.391Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:56.391Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T04:56:57.282Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "serviceName": "Demo_pNF_TxEw0FOFBc16iVCEbO1X",
  "serviceVersion": "1.0",
  "serviceUUID": "060b59d5-e54e-4c49-b57a-a4f13a43228c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f79739d0-3d03-4c26-bd07-39307474a4a5",
  "resources": [
    {
      "resourceInstanceName": "pNF 1d5391d7-f1b7 0",
      "resourceCustomizationUUID": "632a5390-15d3-46b8-9fa2-f47bd0a3b56d",
      "resourceName": "pNF 1d5391d7-f1b7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a974aa18-30dd-41a7-a919-b77c0ccb97d6",
      "resourceInvariantUUID": "1dc5e6eb-1d61-4421-a6e0-24062444d086",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
      "artifactChecksum": "ZTVjMTQzOGE0NGJiMzU1MDZjY2U4NDg1YTczODE1NWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "91bda13c-84f9-4ded-a94f-4de02b49a9d2"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T04:56:57.282Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T04:56:57.282Z|f7d9ae73-7753-4437-9fd0-db672480ebcb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 060b59d5-e54e-4c49-b57a-a4f13a43228c ASDC
2022-06-06T04:56:57.283Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a2f0f89a-1d6c-41e6-96f6-37662b2adafe
ServiceName:Demo_pNF_TxEw0FOFBc16iVCEbO1X
ServiceVersion:1.0
ServiceUUID:060b59d5-e54e-4c49-b57a-a4f13a43228c
ServiceInvariantUUID:f79739d0-3d03-4c26-bd07-39307474a4a5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
ArtifactUUID:91bda13c-84f9-4ded-a94f-4de02b49a9d2
ArtifactChecksum:ZTVjMTQzOGE0NGJiMzU1MDZjY2U4NDg1YTczODE1NWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1d5391d7-f1b7 0
ResourceCustomizationUUID:632a5390-15d3-46b8-9fa2-f47bd0a3b56d
ResourceInvariantUUID:1dc5e6eb-1d61-4421-a6e0-24062444d086
ResourceName:pNF 1d5391d7-f1b7
ResourceType:PNF
ResourceUUID:a974aa18-30dd-41a7-a919-b77c0ccb97d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T04:56:57.283Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 060b59d5-e54e-4c49-b57a-a4f13a43228c 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-06-06T04:56:57.320Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:56:57.320Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:56:57.321Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:56:57.321Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 91bda13c-84f9-4ded-a94f-4de02b49a9d2 from URL: /sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:57.321Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T04:56:57.321Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:57.750Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T04:56:57.756Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar 91bda13c-84f9-4ded-a94f-4de02b49a9d2 82653
2022-06-06T04:56:57.757Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar ASDC sendASDCNotification
2022-06-06T04:56:57.757Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:57.758Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T04:56:57.758Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:57.761Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:57.761Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491417757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:56:57.861Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T04:56:57.862Z||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-06-06T04:56:57.862Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:56:57.873Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:56:57.874Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:56:58.762Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T04:56:58.764Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T04:56:58.765Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 91bda13c-84f9-4ded-a94f-4de02b49a9d2, URL: /sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar to file: /app/ASDC/1/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:58.766Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:58.767Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:58.767Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:58.986Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17782773389710431297/Definitions/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.899Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1d5391d7-f1b7 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-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.900Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Node template pNF 1d5391d7-f1b7 0 is matching search criteria
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 1d5391d7-f1b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Node template pNF 1d5391d7-f1b7 0 is matching search criteria
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 1d5391d7-f1b7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T04:56:59.901Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.902Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.903Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_TxEw0FOFBc16iVCEbO1X
Description:catalog service description
Model UUID:060b59d5-e54e-4c49-b57a-a4f13a43228c
Model Version:NULL
Model InvariantUuid:f79739d0-3d03-4c26-bd07-39307474a4a5
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-06-06T04:56:59.910Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: a974aa18-30dd-41a7-a919-b77c0ccb97d6
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-06-06T04:56:59.913Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||pNF 1d5391d7-f1b7 0
2022-06-06T04:56:59.913Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a974aa18-30dd-41a7-a919-b77c0ccb97d6
2022-06-06T04:56:59.913Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 060b59d5-e54e-4c49-b57a-a4f13a43228c
2022-06-06T04:56:59.913Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 060b59d5-e54e-4c49-b57a-a4f13a43228c
2022-06-06T04:56:59.914Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1d5391d7-f1b7 0 a974aa18-30dd-41a7-a919-b77c0ccb97d6 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-06-06T04:56:59.918Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@466c337b, org.onap.sdc.toscaparser.api.parameters.Input@26b0b74c, org.onap.sdc.toscaparser.api.parameters.Input@7d6704b2, org.onap.sdc.toscaparser.api.parameters.Input@7890e4b1, org.onap.sdc.toscaparser.api.parameters.Input@5f40f733]
2022-06-06T04:56:59.918Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.918Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.919Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 060b59d5-e54e-4c49-b57a-a4f13a43228c: pNF 1d5391d7-f1b7
2022-06-06T04:56:59.919Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Processing PNF resource: a974aa18-30dd-41a7-a919-b77c0ccb97d6
2022-06-06T04:56:59.919Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T04:56:59.919Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_TxEw0FOFBc16iVCEbO1X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T04:56:59.920Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||Resource customization UUID: 632a5390-15d3-46b8-9fa2-f47bd0a3b56d is the same as notified resource customizationUUID: 632a5390-15d3-46b8-9fa2-f47bd0a3b56d
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-06-06T04:56:59.964Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1d5391d7-f1b7 a974aa18-30dd-41a7-a919-b77c0ccb97d6 0 ASDC deployResourceStructure
2022-06-06T04:56:59.965Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar ASDC sendASDCNotification
2022-06-06T04:56:59.965Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar
2022-06-06T04:56:59.965Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T04:56:59.965Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T04:56:59.969Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T04:56:59.969Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491419965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:57:00.069Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T04:57:00.070Z||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-06-06T04:57:00.070Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T04:57:00.082Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:57:00.082Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T04:57:00.969Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:57:01.025Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:57:01.027Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:57:01.027Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:57:01.027Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:57:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:57:06.575Z||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-06-06T04:57:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:57:06.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:57:06.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491351479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491350935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491365629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491366137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:57:06.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:57:06.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:57:31.027Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:57:31.038Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:57:31.040Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:57:31.040Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:57:31.040Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:58:01.040Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:58:01.051Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:58:01.052Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:58:01.053Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:58:01.053Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:58:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:58:06.574Z||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-06-06T04:58:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:58:06.598Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:58:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:58:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491359543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:58:06.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:58:31.057Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:58:31.270Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:58:31.275Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:58:31.275Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:58:31.276Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:59:01.276Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:59:01.287Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:59:01.289Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:59:01.290Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T04:59:01.290Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T04:59:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T04:59:06.575Z||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-06-06T04:59:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T04:59:06.594Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T04:59:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491366847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.609Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "cds",
  "timestamp": 1654491367145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-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-06-06T04:59:06.617Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2f0f89a-1d6c-41e6-96f6-37662b2adafe
2022-06-06T04:59:06.617Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T04:59:06.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491367852,
  "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-06-06T04:59:06.632Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a2f0f89a-1d6c-41e6-96f6-37662b2adafe
2022-06-06T04:59:06.632Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T04:59:06.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491361202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.644Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491370665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.645Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.646Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491365485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491374608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.648Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491367286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491367781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491375613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491376358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "policy-id",
  "timestamp": 1654491376616,
  "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-06-06T04:59:06.663Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2f0f89a-1d6c-41e6-96f6-37662b2adafe
2022-06-06T04:59:06.663Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T04:59:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.674Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491377655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491378590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "aai-ml",
  "timestamp": 1654491378658,
  "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-06-06T04:59:06.681Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2f0f89a-1d6c-41e6-96f6-37662b2adafe
2022-06-06T04:59:06.681Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T04:59:06.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491379595,
  "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-06-06T04:59:06.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2f0f89a-1d6c-41e6-96f6-37662b2adafe
2022-06-06T04:59:06.697Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T04:59:06.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.704Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491380460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.704Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.705Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491383461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491371479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491368151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "clamp",
  "timestamp": 1654491384466,
  "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-06-06T04:59:06.712Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2f0f89a-1d6c-41e6-96f6-37662b2adafe
2022-06-06T04:59:06.712Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T04:59:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491385747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "cds",
  "timestamp": 1654491386756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T04:59:06.733Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de34258d-b91b-488b-add6-6070b1275b06
2022-06-06T04:59:06.733Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId de34258d-b91b-488b-add6-6070b1275b06 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-06-06T04:59:06.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491389751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491391716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491393214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491394515,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491387762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491395578,
  "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-06-06T04:59:06.763Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de34258d-b91b-488b-add6-6070b1275b06
2022-06-06T04:59:06.763Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId de34258d-b91b-488b-add6-6070b1275b06 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-06-06T04:59:06.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491395414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491395917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491396582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491396419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "cds",
  "timestamp": 1654491396925,
  "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-06-06T04:59:06.785Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 56e68936-2bac-43d5-a177-f06ac623c20d
2022-06-06T04:59:06.785Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T04:59:06.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.793Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.793Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.793Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "policy-id",
  "timestamp": 1654491397422,
  "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-06-06T04:59:06.799Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de34258d-b91b-488b-add6-6070b1275b06
2022-06-06T04:59:06.799Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId de34258d-b91b-488b-add6-6070b1275b06 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-06-06T04:59:06.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491391479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491401201,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491379544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.815Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7d9ae73-7753-4437-9fd0-db672480ebcb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491403693,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491385485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491404862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.817Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491406147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491405800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491406805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491407813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "policy-id",
  "timestamp": 1654491407808,
  "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-06-06T04:59:06.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56e68936-2bac-43d5-a177-f06ac623c20d
2022-06-06T04:59:06.826Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T04:59:06.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491407675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.835Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491408855,
  "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-06-06T04:59:06.840Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 56e68936-2bac-43d5-a177-f06ac623c20d
2022-06-06T04:59:06.840Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T04:59:06.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.846Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491409858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491410359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.849Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491411364,
  "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-06-06T04:59:06.861Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de34258d-b91b-488b-add6-6070b1275b06
2022-06-06T04:59:06.861Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId de34258d-b91b-488b-add6-6070b1275b06 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-06-06T04:59:06.869Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.870Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.870Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.870Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.871Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.871Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.871Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.872Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.872Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/resourceInstances/pnf1d5391d7f1b70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.872Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.873Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.873Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.873Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.874Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.874Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.874Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.875Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.875Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.875Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.876Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.876Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.876Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491416331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.877Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.877Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "aai-ml",
  "timestamp": 1654491417337,
  "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-06-06T04:59:06.882Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de34258d-b91b-488b-add6-6070b1275b06
2022-06-06T04:59:06.882Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId de34258d-b91b-488b-add6-6070b1275b06 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-06-06T04:59:06.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491417757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.891Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.891Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.891Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491397286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.891Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.892Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.892Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.893Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.893Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491419547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491419965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTxew0fofbc16ivcebo1x/1.0/artifacts/service-DemoPnfTxew0fofbc16ivcebo1x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.894Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.895Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491420486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491421518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491422513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T04:59:06.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "clamp",
  "timestamp": 1654491422524,
  "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-06-06T04:59:06.901Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of de34258d-b91b-488b-add6-6070b1275b06
2022-06-06T04:59:06.901Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId de34258d-b91b-488b-add6-6070b1275b06 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-06-06T04:59:06.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491423518,
  "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-06-06T04:59:06.913Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 56e68936-2bac-43d5-a177-f06ac623c20d
2022-06-06T04:59:06.913Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T04:59:06.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491391203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491426068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T04:59:06.923Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T04:59:06.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T04:59:06.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T04:59:06.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T04:59:31.290Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:59:31.301Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T04:59:31.304Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T04:59:31.304Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T04:59:31.304Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.305Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T04:59:31.306Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-06-06T04:59:31.310Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:00:01.311Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe 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-06-06T05:00:01.320Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2f0f89a-1d6c-41e6-96f6-37662b2adafe and serviceModelVersionId: 060b59d5-e54e-4c49-b57a-a4f13a43228c
2022-06-06T05:00:01.320Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f79739d0-3d03-4c26-bd07-39307474a4a5
2022-06-06T05:00:01.321Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0
2022-06-06T05:00:01.325Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:00:01.374Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0|INFO|500||Invoke
2022-06-06T05:00:01.374Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2f0f89a-1d6c-41e6-96f6-37662b2adafe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58bbb019-6024-4cb5-89ee-f1939ffc520f], X-ECOMP-RequestID=[a2f0f89a-1d6c-41e6-96f6-37662b2adafe], X-TransactionId=[], X-ONAP-RequestID=[a2f0f89a-1d6c-41e6-96f6-37662b2adafe], Content-Type=[application/merge-patch+json]}
2022-06-06T05:00:01.397Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:00:01.727Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?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/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-05:00:02:227-73701], vertex-id=[720960], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:00:02 GMT], Content-Type=[application/json]}
2022-06-06T05:00:01.728Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:00:01.728Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f79739d0-3d03-4c26-bd07-39307474a4a5/model-vers/model-ver/060b59d5-e54e-4c49-b57a-a4f13a43228c?depth=0|INFO|500||InvokeReturn
2022-06-06T05:00:01.729Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:00:01.729Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-06-06T05:00:01.735Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|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-06-06T05:00:01.735Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2f0f89a-1d6c-41e6-96f6-37662b2adafe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:00:01.735Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:00:01.736Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:01.738Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:01.738Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491601735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:00:01.838Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:01.839Z||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-06-06T05:00:01.839Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:01.852Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:01.852Z||pool-66-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-06-06T05:00:02.752Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T05:00:02.752Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"de34258d-b91b-488b-add6-6070b1275b06","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7","serviceDescription":"service","serviceInvariantUUID":"22b524b1-877d-4a9a-afec-0bd09e3c17f2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d5aa0e59-5475-45bd-9f37-d3ed3a9ea541","resourceInvariantUUID":"8ac5bb42-6482-4ca3-bc1e-af12f8f7e6f8","resourceCustomizationUUID":"7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c","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":"YTQ4YjVmMTViOWFhNjM2YTM3M2JkNDVkMjM2NTZjZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6c04c89-8dba-4cfd-8fc1-8b10b1935bb2","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":"3064bf36-1c80-411e-8089-747d5d001e42","artifactVersion":"2","generatedFromUUID":"ce026c76-5d43-467e-8a2b-177696e015f9"},{"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":"ce026c76-5d43-467e-8a2b-177696e015f9","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":"MTlmN2ExODNjYWMwNDVlMDRjOWViOTQwYzFhZmZhNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7bf92b56-564f-409d-80df-cb126d0ca208","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":"2d64b2bd-f019-430d-8b98-f2235165fb91","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":"731b4624-f6e6-44f3-97b8-09be1c6a27ef","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":"8b228ef3-bba1-4518-8942-c97e6b5aedff","artifactVersion":"2","generatedFromUUID":"2d64b2bd-f019-430d-8b98-f2235165fb91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODZkMDcyYTNmMmQyYTRjNWIxYmM0MjhmMTk0NmJiNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ddabc89-b159-4f59-b01b-d1862134c7ba","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yjg5N2Q3YTg4MjcwNGI5NGQxNzlhZWU4NDgwNDkyMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc1e6923-99ef-4b3e-92fd-746d004d9b9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:00:02.753Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:02.753Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:02.755Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:02.755Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:00:02.855Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:02.856Z||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-06-06T05:00:02.857Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:02.867Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:02.867Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:03.756Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:03.757Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:03.759Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:03.759Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T05:00:03.859Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:03.861Z||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-06-06T05:00:03.861Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:03.871Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:03.872Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:04.760Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:04.760Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:04.762Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:04.763Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T05:00:04.863Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:04.864Z||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-06-06T05:00:04.864Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:04.877Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:04.877Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:05.766Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:05.766Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:05.768Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:05.769Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:00:05.869Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:05.870Z||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-06-06T05:00:05.870Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:05.880Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:05.880Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:00:06.574Z||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-06-06T05:00:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:00:06.612Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:06.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491397781,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:00:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491435494,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491436520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:00:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "clamp",
  "timestamp": 1654491437529,
  "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-06-06T05:00:06.622Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 56e68936-2bac-43d5-a177-f06ac623c20d
2022-06-06T05:00:06.623Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T05:00:06.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491437661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:00:06.634Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:00:06.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:00:06.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "aai-ml",
  "timestamp": 1654491438665,
  "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-06-06T05:00:06.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 56e68936-2bac-43d5-a177-f06ac623c20d
2022-06-06T05:00:06.640Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T05:00:06.769Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:06.770Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:06.772Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:06.773Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:00:06.873Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:06.874Z||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-06-06T05:00:06.874Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:06.885Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:06.886Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:07.773Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:07.774Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:07.777Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:07.777Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:00:07.877Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:07.878Z||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-06-06T05:00:07.879Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:07.891Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:07.891Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:08.778Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:08.779Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:08.781Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:08.781Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T05:00:08.882Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:00:08.883Z||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-06-06T05:00:08.883Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:08.894Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:08.894Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:09.782Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:09.783Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:09.785Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:09.785Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:00:09.886Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:00:09.887Z||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-06-06T05:00:09.887Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:09.898Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:09.898Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:10.786Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:10.787Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:10.789Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:10.790Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:00:10.889Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:00:10.891Z||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-06-06T05:00:10.891Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:10.901Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:10.901Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:11.791Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22b524b1-877d-4a9a-afec-0bd09e3c17f2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d5aa0e59-5475-45bd-9f37-d3ed3a9ea541",
      "resourceInvariantUUID": "8ac5bb42-6482-4ca3-bc1e-af12f8f7e6f8",
      "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": "3064bf36-1c80-411e-8089-747d5d001e42",
          "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": "ce026c76-5d43-467e-8a2b-177696e015f9",
          "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": "MTlmN2ExODNjYWMwNDVlMDRjOWViOTQwYzFhZmZhNDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7bf92b56-564f-409d-80df-cb126d0ca208",
          "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": "2d64b2bd-f019-430d-8b98-f2235165fb91",
          "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": "8b228ef3-bba1-4518-8942-c97e6b5aedff",
            "generatedFromUUID": "2d64b2bd-f019-430d-8b98-f2235165fb91"
          },
          "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": "8b228ef3-bba1-4518-8942-c97e6b5aedff",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Yjg5N2Q3YTg4MjcwNGI5NGQxNzlhZWU4NDgwNDkyMmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc1e6923-99ef-4b3e-92fd-746d004d9b9f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:00:11.792Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:00:11.792Z|a2f0f89a-1d6c-41e6-96f6-37662b2adafe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7 ASDC
2022-06-06T05:00:11.793Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:de34258d-b91b-488b-add6-6070b1275b06
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7
ServiceInvariantUUID:22b524b1-877d-4a9a-afec-0bd09e3c17f2
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:bc1e6923-99ef-4b3e-92fd-746d004d9b9f
ArtifactChecksum:Yjg5N2Q3YTg4MjcwNGI5NGQxNzlhZWU4NDgwNDkyMmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c
ResourceInvariantUUID:8ac5bb42-6482-4ca3-bc1e-af12f8f7e6f8
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d5aa0e59-5475-45bd-9f37-d3ed3a9ea541
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:3064bf36-1c80-411e-8089-747d5d001e42
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:ce026c76-5d43-467e-8a2b-177696e015f9
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:7bf92b56-564f-409d-80df-cb126d0ca208
ArtifactChecksum:MTlmN2ExODNjYWMwNDVlMDRjOWViOTQwYzFhZmZhNDc=
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:2d64b2bd-f019-430d-8b98-f2235165fb91
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:8b228ef3-bba1-4518-8942-c97e6b5aedff
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:8b228ef3-bba1-4518-8942-c97e6b5aedff
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T05:00:11.793Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7 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-06-06T05:00:11.827Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:00:11.827Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:00:11.828Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:00:11.828Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bc1e6923-99ef-4b3e-92fd-746d004d9b9f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T05:00:11.828Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:00:11.828Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T05:00:12.565Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:00:12.569Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar bc1e6923-99ef-4b3e-92fd-746d004d9b9f 68958
2022-06-06T05:00:12.570Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-06T05:00:12.570Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T05:00:12.570Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:00:12.571Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:12.573Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:12.573Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491612570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:12.673Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:00:12.674Z||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-06-06T05:00:12.674Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:12.684Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:12.684Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:13.574Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:00:13.575Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:00:13.576Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bc1e6923-99ef-4b3e-92fd-746d004d9b9f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T05:00:13.577Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-06T05:00:13.577Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T05:00:13.577Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T05:00:13.697Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9286141058252959398/Definitions/service-BasicCnf-template.yml
2022-06-06T05:00:14.866Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|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-BasicCnf-csar.csar
2022-06-06T05:00:14.867Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:14.868Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T05:00:14.868Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.868Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.868Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:14.868Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T05:00:14.869Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:00:14.869Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.869Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.869Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:14.869Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T05:00:14.869Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-06T05:00:14.870Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T05:00:14.871Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.871Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:00:14.871Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.871Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:14.871Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.872Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=394ca30c-ae98-463d-9c73-e199a3e8e4cd
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.873Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.874Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.874Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:14.874Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:14.874Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7
Model Version:NULL
Model InvariantUuid:22b524b1-877d-4a9a-afec-0bd09e3c17f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:6122619c-cb90-4590-af00-6fb92b148344
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8ac5bb42-6482-4ca3-bc1e-af12f8f7e6f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e484654-547a-451e-a54e-654004cb75c4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c48824be-b76b-4cfc-84f7-8a416ffdfe7a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:394ca30c-ae98-463d-9c73-e199a3e8e4cd
ModelInvariantUuid:12e3bd5f-f9f3-4860-87c4-88e21637c187
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:90801529-4d7e-4226-911e-bb8353bd9345
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:057eeced-8469-4064-80c3-1c2812cb73e3
ModelInvariantUuid:ec10add2-46ab-4b7b-9f1c-c0ec6f6bac33
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:762dcd4e-4664-4673-9751-37f3601f6288
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-06-06T05:00:14.881Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d5aa0e59-5475-45bd-9f37-d3ed3a9ea541
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-06-06T05:00:14.884Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-06-06T05:00:14.885Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d5aa0e59-5475-45bd-9f37-d3ed3a9ea541
2022-06-06T05:00:14.885Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3064bf36-1c80-411e-8089-747d5d001e42 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-06T05:00:14.885Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:00:14.885Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:15.243Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:00:15.243Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3064bf36-1c80-411e-8089-747d5d001e42 12
2022-06-06T05:00:15.244Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:15.244Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:15.244Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:00:15.244Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:15.247Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:15.248Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491615243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:15.354Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-06T05:00:15.356Z||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-06-06T05:00:15.356Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:15.377Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:15.379Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:16.249Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ce026c76-5d43-467e-8a2b-177696e015f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-06T05:00:16.250Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:00:16.250Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:16.550Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:00:16.551Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ce026c76-5d43-467e-8a2b-177696e015f9 2688
2022-06-06T05:00:16.551Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:16.551Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:16.551Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:00:16.552Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:16.554Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:16.554Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491616551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:16.654Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:16.655Z||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-06-06T05:00:16.655Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:16.672Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:16.672Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:17.556Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7bf92b56-564f-409d-80df-cb126d0ca208 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-06T05:00:17.556Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:00:17.556Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:17.753Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:00:17.754Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7bf92b56-564f-409d-80df-cb126d0ca208 828
2022-06-06T05:00:17.754Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:17.754Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:17.754Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:00:17.754Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:17.756Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:17.756Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491617754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:17.856Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:17.857Z||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-06-06T05:00:17.857Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:17.872Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:17.873Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:18.757Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0e484654-547a-451e-a54e-654004cb75c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c48824be-b76b-4cfc-84f7-8a416ffdfe7a",
    "vfModuleModelCustomizationUUID": "02b9a1b1-5c10-484b-8405-bbb2be4323ef",
    "isBase": true,
    "artifacts": [
      "2d64b2bd-f019-430d-8b98-f2235165fb91",
      "ce026c76-5d43-467e-8a2b-177696e015f9",
      "8b228ef3-bba1-4518-8942-c97e6b5aedff"
    ],
    "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-06-06T05:00:18.762Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c48824be-b76b-4cfc-84f7-8a416ffdfe7a
VfModuleModelInvariantUUID:0e484654-547a-451e-a54e-654004cb75c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d64b2bd-f019-430d-8b98-f2235165fb91
,
ce026c76-5d43-467e-8a2b-177696e015f9
,
8b228ef3-bba1-4518-8942-c97e6b5aedff

}
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-06-06T05:00:18.764Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0e484654-547a-451e-a54e-654004cb75c4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c48824be-b76b-4cfc-84f7-8a416ffdfe7a",
    "vfModuleModelCustomizationUUID": "02b9a1b1-5c10-484b-8405-bbb2be4323ef",
    "isBase": true,
    "artifacts": [
      "2d64b2bd-f019-430d-8b98-f2235165fb91",
      "ce026c76-5d43-467e-8a2b-177696e015f9",
      "8b228ef3-bba1-4518-8942-c97e6b5aedff"
    ],
    "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-06-06T05:00:18.765Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c48824be-b76b-4cfc-84f7-8a416ffdfe7a
VfModuleModelInvariantUUID:0e484654-547a-451e-a54e-654004cb75c4
VfModuleModelDescription:NULL
Artifacts UUID List:{
2d64b2bd-f019-430d-8b98-f2235165fb91
,
ce026c76-5d43-467e-8a2b-177696e015f9
,
8b228ef3-bba1-4518-8942-c97e6b5aedff

}
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-06-06T05:00:18.765Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2d64b2bd-f019-430d-8b98-f2235165fb91 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-06T05:00:18.765Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:00:18.766Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:19.050Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:00:19.051Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2d64b2bd-f019-430d-8b98-f2235165fb91 1164
2022-06-06T05:00:19.051Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:19.051Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:19.051Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:00:19.051Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:19.053Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:19.053Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491619051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:19.153Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:19.154Z||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-06-06T05:00:19.155Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:19.166Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:19.167Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:20.054Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8b228ef3-bba1-4518-8942-c97e6b5aedff from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-06T05:00:20.054Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:00:20.054Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:20.482Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:00:20.483Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8b228ef3-bba1-4518-8942-c97e6b5aedff 200
2022-06-06T05:00:20.483Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:20.483Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:20.484Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:00:20.484Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:20.486Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:20.486Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491620483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:00:20.588Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:00:20.589Z||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-06-06T05:00:20.590Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:20.609Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:20.610Z||pool-81-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:21.486Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7
2022-06-06T05:00:21.487Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d5aa0e59-5475-45bd-9f37-d3ed3a9ea541 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-06T05:00:21.503Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T05:00:21.506Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fcd6bbd, org.onap.sdc.toscaparser.api.parameters.Input@63eb5b11, org.onap.sdc.toscaparser.api.parameters.Input@2293a484, org.onap.sdc.toscaparser.api.parameters.Input@6e5f1f37, org.onap.sdc.toscaparser.api.parameters.Input@7adb11c2]
2022-06-06T05:00:21.507Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.507Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.508Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-06T05:00:21.508Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c
2022-06-06T05:00:21.508Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c matches Tosca VF Customization UUID: 7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c
2022-06-06T05:00:21.508Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c  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-06-06T05:00:21.510Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.511Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.511Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c: {\"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-06-06T05:00:21.511Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a69cb2a
2022-06-06T05:00:21.511Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.512Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:00:21.512Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02b9a1b1-5c10-484b-8405-bbb2be4323ef
2022-06-06T05:00:21.512Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02b9a1b1-5c10-484b-8405-bbb2be4323ef
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-06-06T05:00:21.514Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.514Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:21.514Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:00:21.515Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.515Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:21.515Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:00:21.515Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.515Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-06T05:00:21.516Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-06T05:00:21.516Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=394ca30c-ae98-463d-9c73-e199a3e8e4cd
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-06-06T05:00:21.518Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.518Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:21.518Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:00:21.518Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.519Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-06T05:00:21.519Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=7e95ee6a-5a48-4d7f-a138-ca2d8f2a838c
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-06-06T05:00:21.520Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.521Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.521Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7: basic_cnf
2022-06-06T05:00:21.521Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.521Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.521Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.522Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.522Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.522Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.522Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.522Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.523Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:00:21.523Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:00:21.523Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:21.587Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d5aa0e59-5475-45bd-9f37-d3ed3a9ea541 1 ASDC deployResourceStructure
2022-06-06T05:00:21.588Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:21.588Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:21.588Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T05:00:21.589Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:21.591Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:21.591Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491621587,
  "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-06-06T05:00:21.692Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:00:21.693Z||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-06-06T05:00:21.693Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:21.703Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:21.704Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:22.593Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:22.593Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:22.594Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T05:00:22.594Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:22.596Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:22.596Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491622593,
  "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-06-06T05:00:22.696Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:22.697Z||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-06-06T05:00:22.697Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:22.708Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:22.708Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:23.597Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:23.598Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:23.598Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:00:23.599Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:23.601Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:23.601Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491623597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:00:23.701Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:23.702Z||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-06-06T05:00:23.702Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:23.713Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:23.713Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:24.602Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:24.603Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:24.603Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:00:24.603Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:24.606Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:24.606Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491624602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:00:24.706Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:24.707Z||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-06-06T05:00:24.707Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:24.716Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:24.716Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:25.607Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:25.608Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||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-06-06T05:00:25.608Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:00:25.608Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:25.611Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:25.611Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491625607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:00:25.711Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:25.712Z||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-06-06T05:00:25.712Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:25.723Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:25.723Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:26.612Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-06T05:00:26.613Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-06T05:00:26.613Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:00:26.613Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:26.615Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:26.615Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491626612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:00:26.715Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:26.716Z||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-06-06T05:00:26.716Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:26.727Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:26.727Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:00:27.616Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de34258d-b91b-488b-add6-6070b1275b06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:00:27.631Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de34258d-b91b-488b-add6-6070b1275b06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:00:27.635Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:00:27.635Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:00:27.635Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:00:27.635Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:00:27.636Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:00:27.636Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:00:27.636Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:00:27.636Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:00:27.636Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:00:27.637Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:00:27.637Z|de34258d-b91b-488b-add6-6070b1275b06|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-06-06T05:00:27.643Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:00:57.643Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de34258d-b91b-488b-add6-6070b1275b06 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-06-06T05:00:57.652Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de34258d-b91b-488b-add6-6070b1275b06 and serviceModelVersionId: c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7
2022-06-06T05:00:57.652Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22b524b1-877d-4a9a-afec-0bd09e3c17f2
2022-06-06T05:00:57.653Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0
2022-06-06T05:00:57.666Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:00:57.731Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0|INFO|500||Invoke
2022-06-06T05:00:57.731Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[de34258d-b91b-488b-add6-6070b1275b06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6fa2994-c2d0-42b8-8df9-141a8fad8fea], X-ECOMP-RequestID=[de34258d-b91b-488b-add6-6070b1275b06], X-TransactionId=[], X-ONAP-RequestID=[de34258d-b91b-488b-add6-6070b1275b06], Content-Type=[application/merge-patch+json]}
2022-06-06T05:00:57.752Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:00:57.874Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?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/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-05:00:58:584-6317], vertex-id=[205016], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:00:58 GMT], Content-Type=[application/json]}
2022-06-06T05:00:57.874Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:00:57.875Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22b524b1-877d-4a9a-afec-0bd09e3c17f2/model-vers/model-ver/c2fa7095-35d8-4a5f-b7d2-4e29310fb4c7?depth=0|INFO|500||InvokeReturn
2022-06-06T05:00:57.876Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:00:57.876Z|de34258d-b91b-488b-add6-6070b1275b06|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-06-06T05:00:57.882Z|de34258d-b91b-488b-add6-6070b1275b06|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-06-06T05:00:57.883Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de34258d-b91b-488b-add6-6070b1275b06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:00:57.883Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:00:57.883Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:57.886Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:57.886Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491657883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:00:57.986Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:57.987Z||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-06-06T05:00:57.987Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:58.000Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:58.001Z||pool-88-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-06-06T05:00:58.899Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T05:00:58.899Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"56e68936-2bac-43d5-a177-f06ac623c20d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"08034819-e8ad-49ca-8fcb-95586db54f65","serviceDescription":"service","serviceInvariantUUID":"ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8c867ae-bbbe-4dd6-b139-85257b3f26cb","resourceInvariantUUID":"ca6872c3-d2ca-4371-b30d-c7f1d30b0587","resourceCustomizationUUID":"80563c68-f9e9-42a3-891a-13f57a6f41f2","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":"YmQ3N2JlNmFmZjE3NmNjOTQ0NDM4ZTk5YzBhZjFlMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c26babbf-0e02-4202-97f8-5ab0aa7253a9","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":"NGVkMjNjOGEwODU4ODcyZDIwMDM4ZWQwNTE5YWY1ZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a317b59-77cb-4ec9-b205-3d869c6b9ecf","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":"4e7facb8-3d84-441f-b717-89715af3b564","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":"95eb3939-6307-4c9a-ac37-989f19efc6f7","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":"842a378c-d35f-4c54-8fb1-06cb8b086954","artifactVersion":"2","generatedFromUUID":"4e7facb8-3d84-441f-b717-89715af3b564"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OThjYmI1NGFkY2I4ODk3NDEyNzQ3YjNkODgwZTQ5OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e76f078-efb6-486b-bb70-ca644e5a9077","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzVlZDdkZDBhMDkzYjBhYjU1ZGFhOGYxZmE1NjY1Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27cdb321-1031-4058-afc9-e6530c3a7705","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:00:58.899Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:58.900Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:58.902Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:58.902Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:00:59.002Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:00:59.003Z||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-06-06T05:00:59.003Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:00:59.013Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:00:59.013Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:00:59.902Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:00:59.903Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:00:59.905Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:00:59.905Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:01:00.006Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:01:00.007Z||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-06-06T05:01:00.007Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:00.017Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:00.017Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:00.906Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:01:00.907Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:00.909Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:00.909Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:01:01.009Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:01.010Z||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-06-06T05:01:01.011Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:01.019Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:01.020Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:01.910Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:01:01.910Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:01.913Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:01.913Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:01:02.013Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:02.014Z||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-06-06T05:01:02.014Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:02.027Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:02.028Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:02.913Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:01:02.914Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:02.917Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:02.917Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T05:01:03.017Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:03.018Z||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-06-06T05:01:03.019Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:03.030Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:03.030Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:03.918Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:01:03.919Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:03.921Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:03.921Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:01:04.021Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:04.022Z||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-06-06T05:01:04.022Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:04.032Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:04.033Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:04.921Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:01:04.922Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:04.924Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:04.924Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:01:05.024Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:05.026Z||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-06-06T05:01:05.026Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:05.040Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:05.040Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:01:05.930Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "08034819-e8ad-49ca-8fcb-95586db54f65",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "80563c68-f9e9-42a3-891a-13f57a6f41f2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c8c867ae-bbbe-4dd6-b139-85257b3f26cb",
      "resourceInvariantUUID": "ca6872c3-d2ca-4371-b30d-c7f1d30b0587",
      "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": "NGVkMjNjOGEwODU4ODcyZDIwMDM4ZWQwNTE5YWY1ZDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6a317b59-77cb-4ec9-b205-3d869c6b9ecf",
          "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": "4e7facb8-3d84-441f-b717-89715af3b564",
          "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": "842a378c-d35f-4c54-8fb1-06cb8b086954",
            "generatedFromUUID": "4e7facb8-3d84-441f-b717-89715af3b564"
          },
          "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": "842a378c-d35f-4c54-8fb1-06cb8b086954",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzVlZDdkZDBhMDkzYjBhYjU1ZGFhOGYxZmE1NjY1Njc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "27cdb321-1031-4058-afc9-e6530c3a7705"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:01:05.931Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:01:05.931Z|de34258d-b91b-488b-add6-6070b1275b06|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08034819-e8ad-49ca-8fcb-95586db54f65 ASDC
2022-06-06T05:01:05.931Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:56e68936-2bac-43d5-a177-f06ac623c20d
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:08034819-e8ad-49ca-8fcb-95586db54f65
ServiceInvariantUUID:ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060
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:27cdb321-1031-4058-afc9-e6530c3a7705
ArtifactChecksum:YzVlZDdkZDBhMDkzYjBhYjU1ZGFhOGYxZmE1NjY1Njc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:80563c68-f9e9-42a3-891a-13f57a6f41f2
ResourceInvariantUUID:ca6872c3-d2ca-4371-b30d-c7f1d30b0587
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c8c867ae-bbbe-4dd6-b139-85257b3f26cb
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:6a317b59-77cb-4ec9-b205-3d869c6b9ecf
ArtifactChecksum:NGVkMjNjOGEwODU4ODcyZDIwMDM4ZWQwNTE5YWY1ZDk=
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:4e7facb8-3d84-441f-b717-89715af3b564
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:842a378c-d35f-4c54-8fb1-06cb8b086954
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:842a378c-d35f-4c54-8fb1-06cb8b086954
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T05:01:05.931Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08034819-e8ad-49ca-8fcb-95586db54f65 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-06-06T05:01:05.975Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:01:05.976Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:01:05.977Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:01:05.977Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 27cdb321-1031-4058-afc9-e6530c3a7705 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T05:01:05.977Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:01:05.977Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T05:01:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:01:06.575Z||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-06-06T05:01:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:01:06.596Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:06.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:01:06.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a2f0f89a-1d6c-41e6-96f6-37662b2adafe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491601735,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-06T05:01:06.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:01:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:01:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-06T05:01:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:01:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:01:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:01:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:01:07.692Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:01:07.695Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 27cdb321-1031-4058-afc9-e6530c3a7705 71064
2022-06-06T05:01:07.695Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T05:01:07.695Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T05:01:07.695Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:01:07.695Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:07.698Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:07.698Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491667695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:01:07.798Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:07.799Z||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-06-06T05:01:07.799Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:07.811Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:07.811Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:08.698Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:01:08.699Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:01:08.700Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 27cdb321-1031-4058-afc9-e6530c3a7705, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T05:01:08.700Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-06T05:01:08.701Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T05:01:08.701Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T05:01:08.828Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17309117591976253848/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-06-06T05:01:10.108Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:01:10.109Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T05:01:10.109Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-06T05:01:10.109Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T05:01:10.109Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.109Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-BasicVm-csar.csar
2022-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-BasicVm-csar.csar
2022-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-BasicVm-csar.csar
2022-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.110Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.111Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T05:01:10.111Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.111Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.111Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:10.112Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T05:01:10.112Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:01:10.112Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.112Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.112Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:10.113Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T05:01:10.113Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:01:10.113Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.113Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.113Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.113Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:01:10.114Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.115Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:10.115Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:01:10.115Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.115Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:10.115Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:01:10.115Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f08c839f-10f3-470f-9450-8c48e731048c
2022-06-06T05:01:10.116Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:10.117Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:08034819-e8ad-49ca-8fcb-95586db54f65
Model Version:NULL
Model InvariantUuid:ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0ad70e80-80dd-4ce3-83c2-53b5df530b18
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca6872c3-d2ca-4371-b30d-c7f1d30b0587
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:80563c68-f9e9-42a3-891a-13f57a6f41f2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7fe85a30-791f-4b35-b8ca-494bf33785d0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:08eb988c-18a5-4dfe-bc25-534808c35104
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f08c839f-10f3-470f-9450-8c48e731048c
ModelInvariantUuid:ab3d75c1-91db-4600-902e-974fdf093960
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:bbc6118c-ac42-4d8b-8a58-b07e0e2516db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:77d69215-34ce-4134-a623-ee52dcd37910
ModelInvariantUuid:c742ab4b-67cd-4ffc-bc31-b35efd906eb4
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ccc75754-23a7-4401-8681-187ed8aa1c1e
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-06-06T05:01:10.138Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c8c867ae-bbbe-4dd6-b139-85257b3f26cb
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-06-06T05:01:10.141Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-06-06T05:01:10.141Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8c867ae-bbbe-4dd6-b139-85257b3f26cb
2022-06-06T05:01:10.141Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6a317b59-77cb-4ec9-b205-3d869c6b9ecf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-06T05:01:10.142Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:01:10.142Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.560Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:01:10.560Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6a317b59-77cb-4ec9-b205-3d869c6b9ecf 787
2022-06-06T05:01:10.561Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.561Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:10.561Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:01:10.561Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:10.564Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:10.564Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491670561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:01:10.665Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:01:10.666Z||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-06-06T05:01:10.667Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:10.679Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:10.680Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:01:11.565Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7fe85a30-791f-4b35-b8ca-494bf33785d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08eb988c-18a5-4dfe-bc25-534808c35104",
    "vfModuleModelCustomizationUUID": "55f07689-3a8b-428d-9a71-ca96d1961cbd",
    "isBase": true,
    "artifacts": [
      "4e7facb8-3d84-441f-b717-89715af3b564",
      "842a378c-d35f-4c54-8fb1-06cb8b086954"
    ],
    "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-06-06T05:01:11.571Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08eb988c-18a5-4dfe-bc25-534808c35104
VfModuleModelInvariantUUID:7fe85a30-791f-4b35-b8ca-494bf33785d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e7facb8-3d84-441f-b717-89715af3b564
,
842a378c-d35f-4c54-8fb1-06cb8b086954

}
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-06-06T05:01:11.573Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7fe85a30-791f-4b35-b8ca-494bf33785d0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "08eb988c-18a5-4dfe-bc25-534808c35104",
    "vfModuleModelCustomizationUUID": "55f07689-3a8b-428d-9a71-ca96d1961cbd",
    "isBase": true,
    "artifacts": [
      "4e7facb8-3d84-441f-b717-89715af3b564",
      "842a378c-d35f-4c54-8fb1-06cb8b086954"
    ],
    "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-06-06T05:01:11.573Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:08eb988c-18a5-4dfe-bc25-534808c35104
VfModuleModelInvariantUUID:7fe85a30-791f-4b35-b8ca-494bf33785d0
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e7facb8-3d84-441f-b717-89715af3b564
,
842a378c-d35f-4c54-8fb1-06cb8b086954

}
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-06-06T05:01:11.574Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4e7facb8-3d84-441f-b717-89715af3b564 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-06T05:01:11.574Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:01:11.574Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:11.966Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:01:11.966Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4e7facb8-3d84-441f-b717-89715af3b564 5033
2022-06-06T05:01:11.966Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:11.966Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:11.967Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:01:11.967Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:11.969Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:11.969Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491671966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:01:12.070Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:01:12.071Z||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-06-06T05:01:12.071Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:12.080Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:12.080Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:12.970Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 842a378c-d35f-4c54-8fb1-06cb8b086954 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-06T05:01:12.971Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:01:12.971Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:13.257Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:01:13.258Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 842a378c-d35f-4c54-8fb1-06cb8b086954 903
2022-06-06T05:01:13.259Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:13.259Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:13.259Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:01:13.260Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:13.266Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:13.267Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491673258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:01:13.366Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:01:13.368Z||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-06-06T05:01:13.368Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:13.381Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:13.382Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:14.268Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 08034819-e8ad-49ca-8fcb-95586db54f65
2022-06-06T05:01:14.269Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c8c867ae-bbbe-4dd6-b139-85257b3f26cb 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-06-06T05:01:14.281Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a21405f, org.onap.sdc.toscaparser.api.parameters.Input@3a4625e, org.onap.sdc.toscaparser.api.parameters.Input@3959905a, org.onap.sdc.toscaparser.api.parameters.Input@2b858a57, org.onap.sdc.toscaparser.api.parameters.Input@b8614c0]
2022-06-06T05:01:14.283Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.283Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.284Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-06T05:01:14.284Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 80563c68-f9e9-42a3-891a-13f57a6f41f2
2022-06-06T05:01:14.284Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80563c68-f9e9-42a3-891a-13f57a6f41f2 matches Tosca VF Customization UUID: 80563c68-f9e9-42a3-891a-13f57a6f41f2
2022-06-06T05:01:14.284Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 80563c68-f9e9-42a3-891a-13f57a6f41f2  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-06-06T05:01:14.286Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.286Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.287Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 80563c68-f9e9-42a3-891a-13f57a6f41f2: {\"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-06-06T05:01:14.287Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@596e41b6
2022-06-06T05:01:14.288Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.288Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:01:14.288Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55f07689-3a8b-428d-9a71-ca96d1961cbd
2022-06-06T05:01:14.288Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55f07689-3a8b-428d-9a71-ca96d1961cbd
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-06-06T05:01:14.290Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.291Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:14.291Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:01:14.292Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.292Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:14.292Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:01:14.293Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.293Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-06T05:01:14.294Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T05:01:14.294Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T05:01:14.294Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f08c839f-10f3-470f-9450-8c48e731048c
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-06-06T05:01:14.296Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.297Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:14.297Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:01:14.297Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.298Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-06T05:01:14.298Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=80563c68-f9e9-42a3-891a-13f57a6f41f2
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-06-06T05:01:14.300Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.300Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.300Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 08034819-e8ad-49ca-8fcb-95586db54f65: basic_vm
2022-06-06T05:01:14.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.302Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.302Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.302Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.302Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.303Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:01:14.303Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:01:14.303Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:14.384Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c8c867ae-bbbe-4dd6-b139-85257b3f26cb 1 ASDC deployResourceStructure
2022-06-06T05:01:14.384Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:14.384Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:14.385Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:01:14.385Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:14.387Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:14.387Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491674384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:01:14.487Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:14.488Z||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-06-06T05:01:14.488Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:14.500Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:14.500Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:01:15.388Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:15.389Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:15.389Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:01:15.389Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:15.392Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:15.393Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491675388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:01:15.493Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:15.494Z||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-06-06T05:01:15.494Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:15.506Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:15.506Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:16.394Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:16.394Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||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-06-06T05:01:16.394Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:01:16.395Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:16.397Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:16.397Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491676394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:01:16.497Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:16.498Z||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-06-06T05:01:16.498Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:16.508Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:16.509Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:17.398Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-06T05:01:17.399Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-06T05:01:17.399Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:01:17.400Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:17.404Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:17.404Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491677398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:01:17.502Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-06T05:01:17.503Z||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-06-06T05:01:17.504Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:17.514Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:17.515Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:01:18.405Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 56e68936-2bac-43d5-a177-f06ac623c20d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:01:18.415Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 56e68936-2bac-43d5-a177-f06ac623c20d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:01:18.417Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:01:18.418Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:01:18.423Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:01:48.423Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 56e68936-2bac-43d5-a177-f06ac623c20d 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-06-06T05:01:48.430Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 56e68936-2bac-43d5-a177-f06ac623c20d and serviceModelVersionId: 08034819-e8ad-49ca-8fcb-95586db54f65
2022-06-06T05:01:48.430Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060
2022-06-06T05:01:48.431Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060/model-vers/model-ver/08034819-e8ad-49ca-8fcb-95586db54f65?depth=0
2022-06-06T05:01:48.437Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:01:48.492Z|56e68936-2bac-43d5-a177-f06ac623c20d|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/ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060/model-vers/model-ver/08034819-e8ad-49ca-8fcb-95586db54f65?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-06-06T05:01:48.494Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060/model-vers/model-ver/08034819-e8ad-49ca-8fcb-95586db54f65?depth=0|INFO|500||Invoke
2022-06-06T05:01:48.517Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060/model-vers/model-ver/08034819-e8ad-49ca-8fcb-95586db54f65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:01:49.954Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060/model-vers/model-ver/08034819-e8ad-49ca-8fcb-95586db54f65?depth=0|INFO|500||InvokeReturn
2022-06-06T05:01:49.955Z|56e68936-2bac-43d5-a177-f06ac623c20d|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/ad1fcd35-46bd-4ff7-9d5f-2b3f64fd4060/model-vers/model-ver/08034819-e8ad-49ca-8fcb-95586db54f65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220606-05:01:49:350-90913], vertex-id=[262160], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:01:49 GMT], Content-Type=[application/json]}
2022-06-06T05:01:49.955Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:01:49.955Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:01:49.955Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:01:49.961Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:01:49.962Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 56e68936-2bac-43d5-a177-f06ac623c20d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:01:49.962Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:01:49.962Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:01:49.964Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:01:49.964Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491709962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:01:50.065Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:01:50.066Z||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-06-06T05:01:50.067Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:01:50.082Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:01:50.082Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T05:01:50.977Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:01:50.977Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:01:50.978Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:01.322Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:01.323Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:01.323Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:01.323Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:06.574Z||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-06-06T05:02:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:06.601Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:02:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:02:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:02:10.883Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:10.884Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:10.885Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:10.885Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:20.475Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:20.476Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:20.476Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:20.476Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:30.059Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:30.061Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:30.062Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:30.062Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:39.618Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:39.619Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:39.620Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:39.620Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:49.187Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:49.188Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:49.189Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:49.189Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:02:58.739Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:02:58.740Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:02:58.741Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:02:58.741Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:03:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:03:06.574Z||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-06-06T05:03:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:03:06.600Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:03:06.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:03:06.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-06T05:03:06.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:03:06.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:03:06.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491612570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:03:06.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491615243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:03:06.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491616551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:03:06.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491617754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:03:06.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491619051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:03:06.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491620483,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:03:06.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491621587,
  "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-06-06T05:03:06.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491622593,
  "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-06-06T05:03:06.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491623597,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:03:06.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491624602,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:03:06.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491625607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:03:06.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491626612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "de34258d-b91b-488b-add6-6070b1275b06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491657883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:03:06.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:03:06.611Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:03:06.611Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T05:03:06.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:03:06.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:06.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:03:06.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491404707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:03:06.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:03:08.300Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:03:08.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:03:08.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:03:08.301Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:03:17.846Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:04:06.571Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:04:06.572Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:04:06.572Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:04:06.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:04:06.574Z||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-06-06T05:04:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:04:07.105Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:04:07.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491667695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491670561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491671966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491673258,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491674384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491675388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491676394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491677398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:04:07.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:07.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-06T05:04:07.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "56e68936-2bac-43d5-a177-f06ac623c20d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491709962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:04:07.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:04:16.128Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:06.571Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:05:06.572Z|56e68936-2bac-43d5-a177-f06ac623c20d|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-06-06T05:05:06.572Z|56e68936-2bac-43d5-a177-f06ac623c20d|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 8VsCslufePCxMM5I) ...
2022-06-06T05:05:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:05:06.574Z||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-06-06T05:05:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:05:07.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:07.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.013Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.013Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.014Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.024Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.025Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654491879543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491877781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.026Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491875935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491877286,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.027Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491885485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491893761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:05:07.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491893524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:05:07.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "cds",
  "timestamp": 1654491894772,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-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-06-06T05:05:07.046Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 507c6960-9157-4352-9f9f-da3f71ce0603
2022-06-06T05:05:07.047Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:05:07.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491895319,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491895526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491896325,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:05:07.057Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654491896530,
  "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-06-06T05:05:07.061Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 507c6960-9157-4352-9f9f-da3f71ce0603
2022-06-06T05:05:07.061Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:05:07.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:05:07.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "policy-id",
  "timestamp": 1654491897329,
  "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-06-06T05:05:07.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 507c6960-9157-4352-9f9f-da3f71ce0603
2022-06-06T05:05:07.074Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:05:07.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491897612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:05:07.083Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491891479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491899626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:05:07.087Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "clamp",
  "timestamp": 1654491900629,
  "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-06-06T05:05:07.092Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 507c6960-9157-4352-9f9f-da3f71ce0603
2022-06-06T05:05:07.093Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:05:07.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491900716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491901748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654491902753,
  "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-06-06T05:05:07.104Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 507c6960-9157-4352-9f9f-da3f71ce0603
2022-06-06T05:05:07.104Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:05:07.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:05:07.199Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:07.200Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-06T05:05:07.200Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"507c6960-9157-4352-9f9f-da3f71ce0603","serviceName":"Demo_pNF_cwr3eDQ3b42YHvLrKBcP","serviceVersion":"1.0","serviceUUID":"2bf4868f-27a4-4d26-8e6a-177366015e18","serviceDescription":"catalog service description","serviceInvariantUUID":"7f9cee28-e2e0-40db-b975-283a9c8cef95","resources":[{"resourceInstanceName":"pNF e52fc296-af30 0","resourceName":"pNF e52fc296-af30","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8710739a-dd8a-4f40-b0a0-10ab986e75e4","resourceInvariantUUID":"13b7e23a-fe70-4069-aef1-948a2b4cd7ab","resourceCustomizationUUID":"263a416e-3ac8-4081-8b70-08cbf8a66a04","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml","artifactChecksum":"OWI5MGEzYTQ0YzU4OTljYTkxZWM4OWZlYzZlMGM2MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3972e89c-de17-4fd7-b76c-1fd9b2060f6d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar","artifactChecksum":"YTliYzZkMDIzMzBjYjE3ZjRhZmNjNThiZTNkNmY0OTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b4b82d8a-a4cd-400f-9f2f-4b30e7c7b6fd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f8d82df-56be-4b49-9816-23f90438e0ad","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml","artifactChecksum":"Nzk2OWE2YjM2OTY2NmFlNWQ3YzQyNGJkNWU3MWM3NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80de6af4-8801-4867-a507-9a34ca84391e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5d9c53a-65bf-4719-9b87-f804d58ac262","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fffbffe-ff8b-4b81-9f95-80bc0c533ac0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml","artifactChecksum":"Yjc2YWE4OWMxOTg3ZGEwYWMzZjdhZjNiMmUwYWMwMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8373a406-4ca6-46f5-a074-fc899206f486","artifactVersion":"1"},{"artifactName":"service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar","artifactChecksum":"OWFkZGFlM2E0ZDk0NDE4YWU1NjNlYzRhY2UxZWZiNjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1fd3e7a-0db6-4bd5-a1a0-d1c41cc27879","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:05:07.203Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:07.203Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:07.222Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:07.222Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:07.306Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-06T05:05:07.307Z||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-06-06T05:05:07.307Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:07.319Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:07.319Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:08.222Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:08.224Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:08.226Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:08.226Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:08.326Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:05:08.327Z||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-06-06T05:05:08.327Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:08.339Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:08.339Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:09.226Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:09.227Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:09.250Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:09.250Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:09.331Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-06T05:05:09.332Z||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-06-06T05:05:09.332Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:09.357Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:09.358Z||pool-107-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:10.252Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:10.252Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:10.269Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:10.269Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:10.355Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-06-06T05:05:10.355Z||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-06-06T05:05:10.356Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:10.378Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:10.379Z||pool-108-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:11.270Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:11.271Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:11.274Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:11.274Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:11.375Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:05:11.375Z||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-06-06T05:05:11.375Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:11.384Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:11.384Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:12.275Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:12.276Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:12.278Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:12.278Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:12.378Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:05:12.379Z||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-06-06T05:05:12.379Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:12.390Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:12.390Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:05:13.279Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:13.279Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:13.282Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:13.282Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:05:13.382Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:05:13.383Z||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-06-06T05:05:13.383Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:13.394Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:13.394Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:14.282Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:05:14.283Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:14.289Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:14.290Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:05:14.389Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:05:14.390Z||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-06-06T05:05:14.390Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:14.400Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:14.400Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:15.291Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "serviceName": "Demo_pNF_cwr3eDQ3b42YHvLrKBcP",
  "serviceVersion": "1.0",
  "serviceUUID": "2bf4868f-27a4-4d26-8e6a-177366015e18",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7f9cee28-e2e0-40db-b975-283a9c8cef95",
  "resources": [
    {
      "resourceInstanceName": "pNF e52fc296-af30 0",
      "resourceCustomizationUUID": "263a416e-3ac8-4081-8b70-08cbf8a66a04",
      "resourceName": "pNF e52fc296-af30",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8710739a-dd8a-4f40-b0a0-10ab986e75e4",
      "resourceInvariantUUID": "13b7e23a-fe70-4069-aef1-948a2b4cd7ab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
      "artifactChecksum": "OWFkZGFlM2E0ZDk0NDE4YWU1NjNlYzRhY2UxZWZiNjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1fd3e7a-0db6-4bd5-a1a0-d1c41cc27879"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:05:15.291Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:05:15.291Z|56e68936-2bac-43d5-a177-f06ac623c20d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2bf4868f-27a4-4d26-8e6a-177366015e18 ASDC
2022-06-06T05:05:15.292Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:507c6960-9157-4352-9f9f-da3f71ce0603
ServiceName:Demo_pNF_cwr3eDQ3b42YHvLrKBcP
ServiceVersion:1.0
ServiceUUID:2bf4868f-27a4-4d26-8e6a-177366015e18
ServiceInvariantUUID:7f9cee28-e2e0-40db-b975-283a9c8cef95
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
ArtifactUUID:e1fd3e7a-0db6-4bd5-a1a0-d1c41cc27879
ArtifactChecksum:OWFkZGFlM2E0ZDk0NDE4YWU1NjNlYzRhY2UxZWZiNjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e52fc296-af30 0
ResourceCustomizationUUID:263a416e-3ac8-4081-8b70-08cbf8a66a04
ResourceInvariantUUID:13b7e23a-fe70-4069-aef1-948a2b4cd7ab
ResourceName:pNF e52fc296-af30
ResourceType:PNF
ResourceUUID:8710739a-dd8a-4f40-b0a0-10ab986e75e4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T05:05:15.292Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2bf4868f-27a4-4d26-8e6a-177366015e18 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-06-06T05:05:15.326Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:05:15.327Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:05:15.327Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:05:15.327Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e1fd3e7a-0db6-4bd5-a1a0-d1c41cc27879 from URL: /sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:15.327Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-06T05:05:15.328Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:15.637Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-06T05:05:15.641Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar e1fd3e7a-0db6-4bd5-a1a0-d1c41cc27879 82657
2022-06-06T05:05:15.641Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar ASDC sendASDCNotification
2022-06-06T05:05:15.642Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:15.642Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:05:15.642Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:15.644Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:15.644Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491915641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:05:15.745Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:05:15.746Z||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-06-06T05:05:15.746Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:15.771Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:15.772Z||pool-113-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:16.645Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:05:16.646Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-06T05:05:16.646Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: e1fd3e7a-0db6-4bd5-a1a0-d1c41cc27879, URL: /sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar to file: /app/ASDC/1/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:16.647Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:16.648Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:16.648Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:16.791Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6406582296352332178/Definitions/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml
2022-06-06T05:05:17.740Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:05:17.741Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T05:05:17.741Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.741Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T05:05:17.742Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.742Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.742Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e52fc296-af30 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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.742Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.742Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.742Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.743Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.743Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-06T05:05:17.743Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.743Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.744Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Node template pNF e52fc296-af30 0 is matching search criteria
2022-06-06T05:05:17.744Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T05:05:17.744Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e52fc296-af30 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:05:17.744Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.745Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.745Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Node template pNF e52fc296-af30 0 is matching search criteria
2022-06-06T05:05:17.745Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-06T05:05:17.745Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e52fc296-af30 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:05:17.745Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.746Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.746Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.746Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.746Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.746Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.747Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.747Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.747Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.747Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.747Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cwr3eDQ3b42YHvLrKBcP
Description:catalog service description
Model UUID:2bf4868f-27a4-4d26-8e6a-177366015e18
Model Version:NULL
Model InvariantUuid:7f9cee28-e2e0-40db-b975-283a9c8cef95
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-06-06T05:05:17.755Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8710739a-dd8a-4f40-b0a0-10ab986e75e4
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-06-06T05:05:17.761Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||pNF e52fc296-af30 0
2022-06-06T05:05:17.762Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8710739a-dd8a-4f40-b0a0-10ab986e75e4
2022-06-06T05:05:17.762Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2bf4868f-27a4-4d26-8e6a-177366015e18
2022-06-06T05:05:17.762Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2bf4868f-27a4-4d26-8e6a-177366015e18
2022-06-06T05:05:17.762Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e52fc296-af30 0 8710739a-dd8a-4f40-b0a0-10ab986e75e4 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-06-06T05:05:17.767Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c85ca5c, org.onap.sdc.toscaparser.api.parameters.Input@2f70dea4, org.onap.sdc.toscaparser.api.parameters.Input@1d0ebcd1, org.onap.sdc.toscaparser.api.parameters.Input@215b61b6, org.onap.sdc.toscaparser.api.parameters.Input@230e98eb]
2022-06-06T05:05:17.767Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.767Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.768Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2bf4868f-27a4-4d26-8e6a-177366015e18: pNF e52fc296-af30
2022-06-06T05:05:17.768Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Processing PNF resource: 8710739a-dd8a-4f40-b0a0-10ab986e75e4
2022-06-06T05:05:17.768Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:05:17.768Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_cwr3eDQ3b42YHvLrKBcP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:05:17.769Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||Resource customization UUID: 263a416e-3ac8-4081-8b70-08cbf8a66a04 is the same as notified resource customizationUUID: 263a416e-3ac8-4081-8b70-08cbf8a66a04
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-06-06T05:05:17.797Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e52fc296-af30 8710739a-dd8a-4f40-b0a0-10ab986e75e4 0 ASDC deployResourceStructure
2022-06-06T05:05:17.798Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar ASDC sendASDCNotification
2022-06-06T05:05:17.798Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar
2022-06-06T05:05:17.798Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:05:17.799Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:05:17.801Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:05:17.801Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491917798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:05:17.901Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:05:17.902Z||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-06-06T05:05:17.902Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:05:17.910Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:05:17.911Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:05:18.802Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:05:18.813Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:05:18.817Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:05:18.817Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:05:18.817Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:05:48.818Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:05:48.829Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:05:48.833Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:05:48.833Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:05:48.833Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:06:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:06:06.574Z||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-06-06T05:06:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:06:06.596Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:06:06.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:06:06.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:06:06.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:06:18.834Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:06:18.846Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:06:18.850Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:06:18.850Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:06:18.851Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:06:48.852Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:06:48.864Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:06:48.867Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:06:48.868Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:06:48.868Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:07:06.574Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:07:06.574Z||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-06-06T05:07:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:07:06.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:07:06.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:07:06.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:07:06.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:07:18.868Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:07:18.882Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:07:18.884Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:07:18.884Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:07:18.885Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:07:48.885Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:07:48.897Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:07:48.899Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:07:48.899Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:07:48.900Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:08:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:08:06.576Z||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-06-06T05:08:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:08:07.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:08:07.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491901202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491910949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/resourceInstances/pnfe52fc296af300/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491906571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491915641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654491917798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491918487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwr3edq3b42yhvlrkbcp/1.0/artifacts/service-DemoPnfCwr3edq3b42yhvlrkbcp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:08:07.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:08:07.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:08:07.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "aai-ml",
  "timestamp": 1654491919492,
  "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-06-06T05:08:07.129Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 507c6960-9157-4352-9f9f-da3f71ce0603
2022-06-06T05:08:07.130Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:08:18.900Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:08:18.913Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.916Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.917Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.917Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:08:18.917Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:08:18.921Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:08:48.922Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 507c6960-9157-4352-9f9f-da3f71ce0603 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-06-06T05:08:48.932Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 507c6960-9157-4352-9f9f-da3f71ce0603 and serviceModelVersionId: 2bf4868f-27a4-4d26-8e6a-177366015e18
2022-06-06T05:08:48.932Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7f9cee28-e2e0-40db-b975-283a9c8cef95
2022-06-06T05:08:48.934Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0
2022-06-06T05:08:48.941Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:08:48.998Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0|INFO|500||Invoke
2022-06-06T05:08:48.998Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[507c6960-9157-4352-9f9f-da3f71ce0603], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d05711da-855a-48a2-a472-1fa888c33d8e], X-ECOMP-RequestID=[507c6960-9157-4352-9f9f-da3f71ce0603], X-TransactionId=[], X-ONAP-RequestID=[507c6960-9157-4352-9f9f-da3f71ce0603], Content-Type=[application/merge-patch+json]}
2022-06-06T05:08:49.024Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:08:50.366Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?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/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-05:08:49:865-25426], vertex-id=[401544], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:08:49 GMT], Content-Type=[application/json]}
2022-06-06T05:08:50.367Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:08:50.368Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7f9cee28-e2e0-40db-b975-283a9c8cef95/model-vers/model-ver/2bf4868f-27a4-4d26-8e6a-177366015e18?depth=0|INFO|500||InvokeReturn
2022-06-06T05:08:50.368Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:08:50.368Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:08:50.381Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:08:50.382Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 507c6960-9157-4352-9f9f-da3f71ce0603 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:08:50.382Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:08:50.382Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:08:50.385Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:08:50.385Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492130382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:08:50.485Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:08:50.486Z||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-06-06T05:08:50.487Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:08:50.532Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:08:50.533Z||pool-115-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T05:08:51.397Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:08:51.398Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:08:51.398Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:09:01.774Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:09:01.775Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:09:01.775Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:09:01.775Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:09:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:09:06.575Z||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-06-06T05:09:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:09:07.214Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:09:07.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-06T05:09:07.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "507c6960-9157-4352-9f9f-da3f71ce0603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492130382,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:09:07.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:09:11.358Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:09:11.358Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:09:11.359Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:09:11.359Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:09:20.909Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:09:20.909Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:09:20.910Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:09:20.910Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:09:30.451Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:10:06.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:10:06.572Z||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-06-06T05:10:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:10:06.574Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:10:06.574Z||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-06-06T05:10:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:10:16.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:10:16.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:11:06.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:11:06.572Z||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-06-06T05:11:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:11:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:11:06.574Z||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-06-06T05:11:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:11:16.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:11:16.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:12:06.572Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:12:06.573Z||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-06-06T05:12:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:12:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:12:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:12:06.575Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:12:16.122Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:12:16.125Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:13:06.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:13:06.572Z||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-06-06T05:13:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:13:06.573Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:13:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:13:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:13:16.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:13:16.119Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:14:06.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:14:06.573Z||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-06-06T05:14:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:14:06.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:14:06.574Z||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-06-06T05:14:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:14:16.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:14:16.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:15:06.572Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:15:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:15:06.575Z||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-06-06T05:15:06.575Z||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-06-06T05:15:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:15:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:15:16.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:15:16.137Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:16:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:16:06.573Z||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-06-06T05:16:06.573Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:16:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:16:06.574Z||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-06-06T05:16:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:16:16.121Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:16:16.126Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:17:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:17:06.572Z||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-06-06T05:17:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:17:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:17:06.574Z||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-06-06T05:17:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:17:16.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:17:16.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:18:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:18:06.572Z||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-06-06T05:18:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:18:06.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:18:06.574Z||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-06-06T05:18:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:18:16.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:18:16.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:19:06.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:19:06.572Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T05:19:06.572Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T05:19:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:19:06.574Z||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-06-06T05:19:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:19:16.120Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:19:16.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:20:06.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:20:06.572Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T05:20:06.572Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T05:20:06.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:20:06.574Z||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-06-06T05:20:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:20:16.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:20:16.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:21:06.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:21:06.573Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T05:21:06.573Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T05:21:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:21:06.574Z||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-06-06T05:21:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:21:16.128Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:21:16.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:22:06.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:22:06.573Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-06T05:22:06.574Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8VsCslufePCxMM5I) ...
2022-06-06T05:22:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:22:06.574Z||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-06-06T05:22:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:22:16.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:22:16.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:06.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:23:06.572Z||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-06-06T05:23:06.572Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:23:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:23:06.574Z||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-06-06T05:23:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:23:06.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:06.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.860Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492959543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492957782,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492957286,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492955935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492965488,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.876Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492974823,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492974347,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.877Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492974651,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492974514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "cds",
  "timestamp": 1654492975658,
  "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-06-06T05:23:06.896Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5160db5-7b6c-495a-81af-31c8ca2d8fb2
2022-06-06T05:23:06.896Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:23:06.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492975521,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492976251,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "policy-id",
  "timestamp": 1654492976524,
  "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-06-06T05:23:06.909Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5160db5-7b6c-495a-81af-31c8ca2d8fb2
2022-06-06T05:23:06.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492977611,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492977304,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492978633,
  "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-06-06T05:23:06.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5160db5-7b6c-495a-81af-31c8ca2d8fb2
2022-06-06T05:23:06.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:23:06.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492978309,
  "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-06-06T05:23:06.935Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5160db5-7b6c-495a-81af-31c8ca2d8fb2
2022-06-06T05:23:06.935Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:23:06.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492978799,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492971479,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492979639,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492979806,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492981844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492982847,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-06T05:23:06.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:23:06.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "clamp",
  "timestamp": 1654492983852,
  "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-06-06T05:23:06.962Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of f5160db5-7b6c-495a-81af-31c8ca2d8fb2
2022-06-06T05:23:06.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:23:06.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492976679,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:06.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:06.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:23:07.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:07.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:23:07.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5160db5-7b6c-495a-81af-31c8ca2d8fb2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"5373eda6-8b97-45c1-a5bc-11dcea33cfa7","serviceDescription":"service","serviceInvariantUUID":"977ebf94-dc05-4549-a9eb-a28fdfafc602","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6","resourceInvariantUUID":"c67f6d22-e680-47a4-9cd3-f11a6fc49492","resourceCustomizationUUID":"f1658239-9d7d-4eb9-a23b-5131858bcf78","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":"8033d74d-b497-4add-9eff-7a5a0d00ffe8","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":"ZjI4ZGU5ZjZkOTQwYWU3ZDM3OTAyNTdmZTkyYWRjOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"165bfd61-5121-4834-aeb2-f647a3ff18a3","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":"ZDMwZTI3Zjk4MjhkZGNiZTNhODkyOTVlYzM5NjNjMzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afac1924-604e-4632-a130-6966ca189c59","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":"e0ffa309-9c5f-46a1-b50b-d49e70198e7d","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":"fa8d668c-2f23-481f-86c8-690c0aebef8b","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":"de6ce71a-a942-48b0-af9f-1d7fc207d7e8","artifactVersion":"2","generatedFromUUID":"e0ffa309-9c5f-46a1-b50b-d49e70198e7d"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTlmZmRlNGYwYTNlYTgxNTQxNWIyMTcwZmU3ODY0MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"308bbc63-2624-466f-8941-39136fec482a","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjlhZjNmYmNkMmFlM2Q0MjE1YmIyMDQ5YWY3Yjk0OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b30f50b9-8244-483e-acb6-8fcfbac27339","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:23:07.202Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:07.203Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:07.230Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:07.230Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:07.307Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-06-06T05:23:07.308Z||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-06-06T05:23:07.309Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:07.323Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:07.324Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:08.231Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:08.232Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:08.234Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:08.234Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:08.334Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:08.335Z||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-06-06T05:23:08.335Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:08.345Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:08.346Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:09.235Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:09.236Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:09.245Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:09.246Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:23:09.339Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-06T05:23:09.340Z||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-06-06T05:23:09.340Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:09.367Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:09.367Z||pool-118-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:10.247Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:10.247Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:10.250Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:10.250Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:23:10.351Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:23:10.352Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:10.352Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:10.380Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:10.380Z||pool-119-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:11.251Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:11.252Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:11.270Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:11.271Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:11.363Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-06T05:23:11.363Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:11.364Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:11.377Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:11.377Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:12.271Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:12.272Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:12.275Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:12.275Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T05:23:12.375Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:12.376Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:12.376Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:12.390Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:12.391Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:13.276Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:13.276Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:13.279Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:13.279Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:23:13.379Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:13.380Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:13.380Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:13.393Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:13.394Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:14.279Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:23:14.280Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:14.282Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:14.282Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:23:14.382Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:14.384Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:14.384Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:14.395Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:14.395Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:15.284Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "5373eda6-8b97-45c1-a5bc-11dcea33cfa7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "977ebf94-dc05-4549-a9eb-a28fdfafc602",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "f1658239-9d7d-4eb9-a23b-5131858bcf78",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6",
      "resourceInvariantUUID": "c67f6d22-e680-47a4-9cd3-f11a6fc49492",
      "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": "ZDMwZTI3Zjk4MjhkZGNiZTNhODkyOTVlYzM5NjNjMzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "afac1924-604e-4632-a130-6966ca189c59",
          "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": "e0ffa309-9c5f-46a1-b50b-d49e70198e7d",
          "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": "de6ce71a-a942-48b0-af9f-1d7fc207d7e8",
            "generatedFromUUID": "e0ffa309-9c5f-46a1-b50b-d49e70198e7d"
          },
          "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": "de6ce71a-a942-48b0-af9f-1d7fc207d7e8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZjlhZjNmYmNkMmFlM2Q0MjE1YmIyMDQ5YWY3Yjk0OWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b30f50b9-8244-483e-acb6-8fcfbac27339"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:23:15.284Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:23:15.284Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5373eda6-8b97-45c1-a5bc-11dcea33cfa7 ASDC
2022-06-06T05:23:15.285Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f5160db5-7b6c-495a-81af-31c8ca2d8fb2
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:5373eda6-8b97-45c1-a5bc-11dcea33cfa7
ServiceInvariantUUID:977ebf94-dc05-4549-a9eb-a28fdfafc602
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:b30f50b9-8244-483e-acb6-8fcfbac27339
ArtifactChecksum:ZjlhZjNmYmNkMmFlM2Q0MjE1YmIyMDQ5YWY3Yjk0OWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f1658239-9d7d-4eb9-a23b-5131858bcf78
ResourceInvariantUUID:c67f6d22-e680-47a4-9cd3-f11a6fc49492
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6
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:afac1924-604e-4632-a130-6966ca189c59
ArtifactChecksum:ZDMwZTI3Zjk4MjhkZGNiZTNhODkyOTVlYzM5NjNjMzM=
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:e0ffa309-9c5f-46a1-b50b-d49e70198e7d
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:de6ce71a-a942-48b0-af9f-1d7fc207d7e8
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:de6ce71a-a942-48b0-af9f-1d7fc207d7e8
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T05:23:15.285Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5373eda6-8b97-45c1-a5bc-11dcea33cfa7 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-06-06T05:23:15.317Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:23:15.319Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:23:15.319Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:23:15.319Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b30f50b9-8244-483e-acb6-8fcfbac27339 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-06T05:23:15.319Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:23:15.320Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-06T05:23:16.081Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:23:16.087Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b30f50b9-8244-483e-acb6-8fcfbac27339 73683
2022-06-06T05:23:16.087Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-06T05:23:16.088Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-06T05:23:16.088Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:23:16.088Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:16.091Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:16.091Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492996087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:16.191Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:16.192Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:16.193Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:16.203Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:16.204Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:17.092Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:23:17.101Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:23:17.102Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: b30f50b9-8244-483e-acb6-8fcfbac27339, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:17.102Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-06T05:23:17.102Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:17.102Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:17.301Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8433961877453007923/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-06-06T05:23:18.656Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:23:18.657Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:23:18.657Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.657Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T05:23:18.657Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:18.657Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.657Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:23:18.658Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.659Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.659Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:18.659Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:23:18.659Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.660Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.661Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:23:18.662Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.662Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:18.662Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:23:18.662Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.662Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:18.662Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T05:23:18.663Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=153bff96-3d9f-46ed-b67a-8ad2c79f0e27
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:18.664Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:5373eda6-8b97-45c1-a5bc-11dcea33cfa7
Model Version:NULL
Model InvariantUuid:977ebf94-dc05-4549-a9eb-a28fdfafc602
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:60b272f3-ca7a-4776-8820-03bed0066ab0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c67f6d22-e680-47a4-9cd3-f11a6fc49492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f1658239-9d7d-4eb9-a23b-5131858bcf78
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a96bf59-8fc2-471e-82b0-7bd77bff463a
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:350183f4-a864-4dc5-a05a-22ea2d79cd6e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:153bff96-3d9f-46ed-b67a-8ad2c79f0e27
ModelInvariantUuid:8851d8ff-9186-4dd4-9195-3b000c8f2b40
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:1c21abea-f437-4963-9c7c-307c3b7d76a9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e1022a6e-5465-42b7-8e07-33a8fc2ab410
ModelInvariantUuid:7bd4ec49-82db-4b88-b32d-4c7dc0ab3743
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:8058f76b-6aa1-4027-a87c-ca17eaa7d09b
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-06-06T05:23:18.672Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6
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-06-06T05:23:18.682Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-06-06T05:23:18.682Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6
2022-06-06T05:23:18.682Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: afac1924-604e-4632-a130-6966ca189c59 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-06T05:23:18.683Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:23:18.683Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-06T05:23:19.021Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:23:19.022Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json afac1924-604e-4632-a130-6966ca189c59 790
2022-06-06T05:23:19.022Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:19.022Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:19.022Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:23:19.023Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:19.025Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:19.025Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492999022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:19.126Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:19.127Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:19.127Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:19.137Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:19.137Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:20.026Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3a96bf59-8fc2-471e-82b0-7bd77bff463a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "350183f4-a864-4dc5-a05a-22ea2d79cd6e",
    "vfModuleModelCustomizationUUID": "9cfff927-d0dd-455d-9c85-de48c4183e17",
    "isBase": true,
    "artifacts": [
      "e0ffa309-9c5f-46a1-b50b-d49e70198e7d",
      "de6ce71a-a942-48b0-af9f-1d7fc207d7e8"
    ],
    "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-06-06T05:23:20.031Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:350183f4-a864-4dc5-a05a-22ea2d79cd6e
VfModuleModelInvariantUUID:3a96bf59-8fc2-471e-82b0-7bd77bff463a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0ffa309-9c5f-46a1-b50b-d49e70198e7d
,
de6ce71a-a942-48b0-af9f-1d7fc207d7e8

}
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-06-06T05:23:20.034Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3a96bf59-8fc2-471e-82b0-7bd77bff463a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "350183f4-a864-4dc5-a05a-22ea2d79cd6e",
    "vfModuleModelCustomizationUUID": "9cfff927-d0dd-455d-9c85-de48c4183e17",
    "isBase": true,
    "artifacts": [
      "e0ffa309-9c5f-46a1-b50b-d49e70198e7d",
      "de6ce71a-a942-48b0-af9f-1d7fc207d7e8"
    ],
    "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-06-06T05:23:20.034Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:350183f4-a864-4dc5-a05a-22ea2d79cd6e
VfModuleModelInvariantUUID:3a96bf59-8fc2-471e-82b0-7bd77bff463a
VfModuleModelDescription:NULL
Artifacts UUID List:{
e0ffa309-9c5f-46a1-b50b-d49e70198e7d
,
de6ce71a-a942-48b0-af9f-1d7fc207d7e8

}
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-06-06T05:23:20.034Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e0ffa309-9c5f-46a1-b50b-d49e70198e7d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-06T05:23:20.035Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:23:20.035Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-06T05:23:20.481Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:23:20.482Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e0ffa309-9c5f-46a1-b50b-d49e70198e7d 5033
2022-06-06T05:23:20.482Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:20.482Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:20.482Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:23:20.483Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:20.485Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:20.485Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493000482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:20.585Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:20.586Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:20.586Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:20.597Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:20.598Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:21.486Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de6ce71a-a942-48b0-af9f-1d7fc207d7e8 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-06T05:23:21.487Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:23:21.487Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-06T05:23:21.691Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:23:21.691Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env de6ce71a-a942-48b0-af9f-1d7fc207d7e8 909
2022-06-06T05:23:21.692Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:21.692Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:21.692Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:23:21.692Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:21.696Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:21.696Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493001692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:23:21.796Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:21.797Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:21.797Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:21.811Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:21.811Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:22.696Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 5373eda6-8b97-45c1-a5bc-11dcea33cfa7
2022-06-06T05:23:22.697Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6 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-06-06T05:23:22.711Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@283e6606, org.onap.sdc.toscaparser.api.parameters.Input@4fb8c92a, org.onap.sdc.toscaparser.api.parameters.Input@1ddd212a, org.onap.sdc.toscaparser.api.parameters.Input@3c0a7bf3, org.onap.sdc.toscaparser.api.parameters.Input@675f3422]
2022-06-06T05:23:22.713Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.713Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.714Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T05:23:22.715Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f1658239-9d7d-4eb9-a23b-5131858bcf78
2022-06-06T05:23:22.715Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1658239-9d7d-4eb9-a23b-5131858bcf78 matches Tosca VF Customization UUID: f1658239-9d7d-4eb9-a23b-5131858bcf78
2022-06-06T05:23:22.715Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f1658239-9d7d-4eb9-a23b-5131858bcf78  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-06-06T05:23:22.718Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.719Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.719Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f1658239-9d7d-4eb9-a23b-5131858bcf78: {\"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-06-06T05:23:22.720Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75bdcdb5
2022-06-06T05:23:22.720Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.720Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:23:22.721Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9cfff927-d0dd-455d-9c85-de48c4183e17
2022-06-06T05:23:22.721Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9cfff927-d0dd-455d-9c85-de48c4183e17
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-06-06T05:23:22.724Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.724Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:22.724Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:23:22.725Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.725Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:22.726Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:23:22.726Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.727Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-06T05:23:22.727Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-06T05:23:22.727Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-06T05:23:22.728Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=153bff96-3d9f-46ed-b67a-8ad2c79f0e27
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-06-06T05:23:22.735Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.735Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:22.736Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:23:22.736Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.736Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-06T05:23:22.737Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f1658239-9d7d-4eb9-a23b-5131858bcf78
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-06-06T05:23:22.744Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.744Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.744Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 5373eda6-8b97-45c1-a5bc-11dcea33cfa7: basicclamp
2022-06-06T05:23:22.744Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.745Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.745Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.745Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.745Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.745Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.745Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.746Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.746Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:23:22.746Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:23:22.746Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:22.838Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp afb00ae5-d0ac-4c7a-982a-b81a08e8a3f6 1 ASDC deployResourceStructure
2022-06-06T05:23:22.838Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:22.838Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:22.839Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:23:22.839Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:22.842Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:22.842Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493002838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:22.942Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:22.943Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:22.943Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:22.957Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:22.958Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:23.844Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:23.844Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:23.845Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:23:23.845Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:23.849Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:23.850Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493003844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:23.949Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:23:23.950Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:23.950Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:23.962Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:23.963Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:24.850Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:24.851Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:23:24.851Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:23:24.851Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:24.853Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:24.853Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493004850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:24.953Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:23:24.954Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:24.954Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:24.978Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:24.978Z||pool-130-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:25.854Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-06T05:23:25.856Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-06T05:23:25.856Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:23:25.856Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:23:25.859Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:23:25.859Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493005854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:23:25.958Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:23:25.959Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:23:25.960Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:23:25.973Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:23:25.974Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:23:26.860Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:23:26.885Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:23:26.888Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:23:26.888Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:23:26.889Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:23:56.889Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:23:56.900Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:23:56.902Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:23:56.902Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:23:56.902Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:24:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:24:06.574Z||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-06-06T05:24:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:24:06.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:24:06.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:24:06.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:24:06.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:24:26.902Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:24:26.913Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:24:26.915Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:24:26.916Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:24:26.916Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:24:56.916Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:24:56.928Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:24:56.930Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:24:56.930Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:24:56.931Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:25:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:25:06.574Z||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-06-06T05:25:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:25:06.596Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:25:06.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:25:06.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:25:06.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:25:26.931Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:25:26.940Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:25:26.943Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:25:26.943Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:25:26.943Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:25:56.943Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:25:56.954Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:25:56.958Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:25:56.958Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-06T05:25:56.958Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-06T05:26:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:26:06.574Z||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-06-06T05:26:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:26:06.592Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:26:06.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.608Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492988311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.611Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492980643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "cds",
  "timestamp": 1654492991322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T05:26:06.634Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3f22236-c856-4edd-89d7-19da153530c8
2022-06-06T05:26:06.635Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:26:06.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654492991236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.651Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.654Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.655Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492996209,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492996087,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492997214,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.659Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.660Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492997717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.661Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.661Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.661Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "policy-id",
  "timestamp": 1654492998218,
  "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-06-06T05:26:06.671Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3f22236-c856-4edd-89d7-19da153530c8
2022-06-06T05:26:06.671Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:26:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492999022,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492999934,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493000482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654493000802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493000937,
  "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-06-06T05:26:06.690Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3f22236-c856-4edd-89d7-19da153530c8
2022-06-06T05:26:06.690Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:26:06.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493001525,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654492992327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493001692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493002553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493002838,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.703Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654493003821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.705Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493003557,
  "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-06-06T05:26:06.710Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f3f22236-c856-4edd-89d7-19da153530c8
2022-06-06T05:26:06.710Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:26:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654493003803,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493003844,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "clamp",
  "timestamp": 1654493004808,
  "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-06-06T05:26:06.725Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3f22236-c856-4edd-89d7-19da153530c8
2022-06-06T05:26:06.726Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:26:06.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "cds",
  "timestamp": 1654493005158,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-06T05:26:06.747Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54445488-43bd-4f34-882d-7c385b973def
2022-06-06T05:26:06.748Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:26:06.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654493004786,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493004850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.761Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "aai-ml",
  "timestamp": 1654493005791,
  "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-06-06T05:26:06.766Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5160db5-7b6c-495a-81af-31c8ca2d8fb2
2022-06-06T05:26:06.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:26:06.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493005854,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654492985485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654492999543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654493010510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493011249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654492987286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654493011516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "policy-id",
  "timestamp": 1654493012519,
  "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-06-06T05:26:06.790Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54445488-43bd-4f34-882d-7c385b973def
2022-06-06T05:26:06.790Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:26:06.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493013012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493012705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493006164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654492991480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493014311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654492987781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654492981204,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493015716,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493015453,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493015849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493016778,
  "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-06-06T05:26:06.810Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54445488-43bd-4f34-882d-7c385b973def
2022-06-06T05:26:06.810Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:26:06.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654493016229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.817Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493016458,
  "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-06-06T05:26:06.822Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54445488-43bd-4f34-882d-7c385b973def
2022-06-06T05:26:06.822Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:26:06.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "cds",
  "timestamp": 1654493017099,
  "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-06-06T05:26:06.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db7e6d58-95f2-4e71-b960-9650cc1c27df
2022-06-06T05:26:06.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:26:06.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493017784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.863Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654493021008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493013525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654493014591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493022477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654493022890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493023482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "aai-ml",
  "timestamp": 1654493023894,
  "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-06-06T05:26:06.873Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3f22236-c856-4edd-89d7-19da153530c8
2022-06-06T05:26:06.873Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:26:06.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.881Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.881Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "policy-id",
  "timestamp": 1654493024485,
  "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-06-06T05:26:06.884Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db7e6d58-95f2-4e71-b960-9650cc1c27df
2022-06-06T05:26:06.884Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:26:06.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493017462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654493025809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493026600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493019543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "clamp",
  "timestamp": 1654493026816,
  "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-06-06T05:26:06.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54445488-43bd-4f34-882d-7c385b973def
2022-06-06T05:26:06.898Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:26:06.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493029315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493029194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.907Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.908Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654493030201,
  "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-06-06T05:26:06.912Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db7e6d58-95f2-4e71-b960-9650cc1c27df
2022-06-06T05:26:06.912Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:26:06.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493031112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493032549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493033575,
  "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-06-06T05:26:06.926Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db7e6d58-95f2-4e71-b960-9650cc1c27df
2022-06-06T05:26:06.926Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:26:06.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654493034578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493027819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493035833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493045808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:26:06.935Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:26:26.958Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:26:26.969Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:26:26.971Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-06T05:26:26.972Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||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-06-06T05:26:26.977Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:26:56.978Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2 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-06-06T05:26:56.985Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5160db5-7b6c-495a-81af-31c8ca2d8fb2 and serviceModelVersionId: 5373eda6-8b97-45c1-a5bc-11dcea33cfa7
2022-06-06T05:26:56.985Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 977ebf94-dc05-4549-a9eb-a28fdfafc602
2022-06-06T05:26:56.987Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0
2022-06-06T05:26:56.993Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:26:57.061Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0|INFO|500||Invoke
2022-06-06T05:26:57.061Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5160db5-7b6c-495a-81af-31c8ca2d8fb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6e549438-0ee7-4368-beef-45170bc81b14], X-ECOMP-RequestID=[f5160db5-7b6c-495a-81af-31c8ca2d8fb2], X-TransactionId=[], X-ONAP-RequestID=[f5160db5-7b6c-495a-81af-31c8ca2d8fb2], Content-Type=[application/merge-patch+json]}
2022-06-06T05:26:57.088Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-06T05:26:57.339Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?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/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-05:26:57:955-82606], vertex-id=[249928], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:26:57 GMT], Content-Type=[application/json]}
2022-06-06T05:26:57.339Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:26:57.340Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/977ebf94-dc05-4549-a9eb-a28fdfafc602/model-vers/model-ver/5373eda6-8b97-45c1-a5bc-11dcea33cfa7?depth=0|INFO|500||InvokeReturn
2022-06-06T05:26:57.340Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:26:57.340Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T05:26:57.345Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T05:26:57.346Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5160db5-7b6c-495a-81af-31c8ca2d8fb2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-06-06T05:26:57.346Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:26:57.346Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:26:57.349Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:26:57.349Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493217346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-06T05:26:57.449Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:26:57.450Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:26:57.451Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:26:57.467Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:26:57.468Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T05:26:58.364Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:26:58.364Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3f22236-c856-4edd-89d7-19da153530c8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c9d50433-85d2-49af-8e20-e5780e2f46d9","serviceDescription":"service","serviceInvariantUUID":"16dde0ae-d27a-467a-b46c-f0fafb541a35","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e66bbeb-e80e-4d36-873a-129033eb6370","resourceInvariantUUID":"33ac3fdc-4dcd-4dde-9f39-3b424c4e5bf3","resourceCustomizationUUID":"228d889e-06c0-4134-a73a-7442f37f1580","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":"NmU5NjdhMDIwMWIwMDNhNzlkZGQ1MTkyMmRmY2QxY2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e31be0d5-20c5-4d35-b7eb-5c723d905f34","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":"fd2c4fbb-4bea-4f10-b82b-096c73ea878b","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":"c67bd2ef-eb25-4078-bef1-89184e5dbab0","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":"MDBkM2FhZDBlOWE0Yzc2NTk0NmMyMTliODEyN2RiMGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"966d2459-2e81-4809-8fe0-6a3b1fb96aa6","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":"02ba28b8-e215-4b8a-acb4-722f9bb63149","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":"dd467222-1f84-4a39-9c58-71414e448700","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":"f91001c8-1b4e-407b-8691-17c785a5f0b4","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":"NjYyZDhkMTk0NmU0ZTA3NzNjZDBmZTQyNzQyYTAwMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce6d941b-8441-42ab-bf37-53b47d4fb6be","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzNjOTAyODY2ZmFlODlmMzBhYmI2NzliNzhkMGJmYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f114fad1-d21b-48cb-98eb-43c6bdb08b0c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:26:58.365Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:26:58.365Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:26:58.367Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:26:58.367Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:58.467Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:26:58.468Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:26:58.468Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:26:58.479Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:26:58.479Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:26:59.368Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:26:59.369Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:26:59.371Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:26:59.371Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:26:59.472Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:26:59.473Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:26:59.473Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:26:59.484Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:26:59.485Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:27:00.372Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:00.372Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:00.374Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:00.374Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:00.475Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:00.476Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:00.476Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:00.490Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:00.490Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:01.375Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:01.376Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:01.378Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:01.378Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:01.478Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:01.479Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:01.479Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:01.496Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:01.497Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:27:02.379Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:02.379Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:02.381Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:02.381Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:02.482Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:02.482Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:02.482Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:02.492Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:02.492Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:03.382Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:03.383Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:03.385Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:03.385Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:03.485Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:03.486Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:03.486Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:03.496Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:03.496Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:04.385Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:04.386Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:04.388Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:04.388Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:04.488Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:04.489Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:04.490Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:04.501Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:04.502Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:05.389Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:05.389Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:05.391Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:05.392Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:05.492Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:05.493Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:05.493Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:05.505Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:05.506Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:06.392Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:06.393Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:06.395Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:06.395Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:27:06.495Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:06.496Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:06.496Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:06.508Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:06.509Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:27:06.574Z||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-06-06T05:27:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:27:06.602Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:06.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493048812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:27:06.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:27:06.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "clamp",
  "timestamp": 1654493049823,
  "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-06-06T05:27:06.611Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db7e6d58-95f2-4e71-b960-9650cc1c27df
2022-06-06T05:27:06.612Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:27:06.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493050054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:27:06.620Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:27:06.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "aai-ml",
  "timestamp": 1654493051058,
  "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-06-06T05:27:06.624Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54445488-43bd-4f34-882d-7c385b973def
2022-06-06T05:27:06.624Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:27:06.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:06.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493024897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:27:06.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:27:06.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493060398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493077826,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:27:06.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "aai-ml",
  "timestamp": 1654493078829,
  "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-06-06T05:27:06.643Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db7e6d58-95f2-4e71-b960-9650cc1c27df
2022-06-06T05:27:06.643Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:27:07.396Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c9d50433-85d2-49af-8e20-e5780e2f46d9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "16dde0ae-d27a-467a-b46c-f0fafb541a35",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "228d889e-06c0-4134-a73a-7442f37f1580",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e66bbeb-e80e-4d36-873a-129033eb6370",
      "resourceInvariantUUID": "33ac3fdc-4dcd-4dde-9f39-3b424c4e5bf3",
      "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": "MzNjOTAyODY2ZmFlODlmMzBhYmI2NzliNzhkMGJmYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f114fad1-d21b-48cb-98eb-43c6bdb08b0c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:27:07.396Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:27:07.397Z|f5160db5-7b6c-495a-81af-31c8ca2d8fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9d50433-85d2-49af-8e20-e5780e2f46d9 ASDC
2022-06-06T05:27:07.397Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:f3f22236-c856-4edd-89d7-19da153530c8
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c9d50433-85d2-49af-8e20-e5780e2f46d9
ServiceInvariantUUID:16dde0ae-d27a-467a-b46c-f0fafb541a35
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:f114fad1-d21b-48cb-98eb-43c6bdb08b0c
ArtifactChecksum:MzNjOTAyODY2ZmFlODlmMzBhYmI2NzliNzhkMGJmYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:228d889e-06c0-4134-a73a-7442f37f1580
ResourceInvariantUUID:33ac3fdc-4dcd-4dde-9f39-3b424c4e5bf3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:7e66bbeb-e80e-4d36-873a-129033eb6370
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-06T05:27:07.397Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9d50433-85d2-49af-8e20-e5780e2f46d9 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-06-06T05:27:07.425Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:27:07.427Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:27:07.427Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:27:07.427Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f114fad1-d21b-48cb-98eb-43c6bdb08b0c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T05:27:07.427Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:27:07.427Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T05:27:10.119Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:27:10.125Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f114fad1-d21b-48cb-98eb-43c6bdb08b0c 105665
2022-06-06T05:27:10.126Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T05:27:10.126Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T05:27:10.126Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:27:10.127Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:10.129Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:10.129Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493230126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:27:10.229Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:10.230Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:10.230Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:10.241Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:10.242Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:11.129Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:27:11.130Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:27:11.130Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f114fad1-d21b-48cb-98eb-43c6bdb08b0c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:11.131Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-06T05:27:11.131Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:11.131Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:11.240Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17440312061337464208/Definitions/service-TestPnfMacro-template.yml
2022-06-06T05:27:12.191Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:27:12.192Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:27:12.192Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||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-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.193Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:27:12.194Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.194Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.194Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T05:27:12.194Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:27:12.195Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:27:12.195Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.195Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.196Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-06T05:27:12.196Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:27:12.196Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:27:12.196Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.196Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.197Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.197Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.197Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.197Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.197Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.198Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.198Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.198Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.198Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c9d50433-85d2-49af-8e20-e5780e2f46d9
Model Version:NULL
Model InvariantUuid:16dde0ae-d27a-467a-b46c-f0fafb541a35
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-06-06T05:27:12.207Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7e66bbeb-e80e-4d36-873a-129033eb6370
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-06-06T05:27:12.210Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-06-06T05:27:12.211Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7e66bbeb-e80e-4d36-873a-129033eb6370
2022-06-06T05:27:12.211Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c9d50433-85d2-49af-8e20-e5780e2f46d9
2022-06-06T05:27:12.211Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c9d50433-85d2-49af-8e20-e5780e2f46d9
2022-06-06T05:27:12.211Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 7e66bbeb-e80e-4d36-873a-129033eb6370 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-06-06T05:27:12.219Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37bf814f, org.onap.sdc.toscaparser.api.parameters.Input@4b2a36f7, org.onap.sdc.toscaparser.api.parameters.Input@274121a2, org.onap.sdc.toscaparser.api.parameters.Input@8003972, org.onap.sdc.toscaparser.api.parameters.Input@437e74c4]
2022-06-06T05:27:12.219Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.220Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.220Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c9d50433-85d2-49af-8e20-e5780e2f46d9: test-pnf
2022-06-06T05:27:12.220Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Processing PNF resource: 7e66bbeb-e80e-4d36-873a-129033eb6370
2022-06-06T05:27:12.220Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:12.221Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:12.221Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||Resource customization UUID: 228d889e-06c0-4134-a73a-7442f37f1580 is the same as notified resource customizationUUID: 228d889e-06c0-4134-a73a-7442f37f1580
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-06-06T05:27:12.265Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 7e66bbeb-e80e-4d36-873a-129033eb6370 0 ASDC deployResourceStructure
2022-06-06T05:27:12.265Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T05:27:12.265Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-06T05:27:12.265Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:27:12.266Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:12.267Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:12.267Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493232265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:27:12.368Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:12.368Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:12.368Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:12.384Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:12.385Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:13.268Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f22236-c856-4edd-89d7-19da153530c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:27:13.281Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f22236-c856-4edd-89d7-19da153530c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:27:13.285Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:27:13.285Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:27:13.285Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:27:13.285Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:27:13.285Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.286Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.286Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.286Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.286Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.286Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.287Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:27:13.287Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T05:27:13.292Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:27:43.292Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3f22236-c856-4edd-89d7-19da153530c8 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-06-06T05:27:43.300Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3f22236-c856-4edd-89d7-19da153530c8 and serviceModelVersionId: c9d50433-85d2-49af-8e20-e5780e2f46d9
2022-06-06T05:27:43.300Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 16dde0ae-d27a-467a-b46c-f0fafb541a35
2022-06-06T05:27:43.301Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0
2022-06-06T05:27:43.307Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:27:43.368Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0|INFO|500||Invoke
2022-06-06T05:27:43.368Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3f22236-c856-4edd-89d7-19da153530c8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c6c035db-e25f-42d0-8da5-924af3b25058], X-ECOMP-RequestID=[f3f22236-c856-4edd-89d7-19da153530c8], X-TransactionId=[], X-ONAP-RequestID=[f3f22236-c856-4edd-89d7-19da153530c8], Content-Type=[application/merge-patch+json]}
2022-06-06T05:27:43.397Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:27:43.800Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?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/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-05:27:44:261-13033], vertex-id=[434312], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:27:44 GMT], Content-Type=[application/json]}
2022-06-06T05:27:43.800Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:27:43.801Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/16dde0ae-d27a-467a-b46c-f0fafb541a35/model-vers/model-ver/c9d50433-85d2-49af-8e20-e5780e2f46d9?depth=0|INFO|500||InvokeReturn
2022-06-06T05:27:43.802Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:27:43.802Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T05:27:43.807Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T05:27:43.807Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3f22236-c856-4edd-89d7-19da153530c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:27:43.807Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:27:43.808Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:43.811Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:43.812Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493263807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:27:43.911Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:27:43.912Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:43.913Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:43.927Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:43.928Z||pool-144-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-06-06T05:27:44.825Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:27:44.826Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"54445488-43bd-4f34-882d-7c385b973def","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a2e07488-e589-4b53-83f1-7476b18cdae7","serviceDescription":"service","serviceInvariantUUID":"251e3392-0f23-4049-890b-932d8dce5611","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ceee55c-ed05-4b2f-bd97-29fa68b232b2","resourceInvariantUUID":"fbb65be6-6d29-453a-80a2-d2f2b6d8f03b","resourceCustomizationUUID":"96b67eef-4ba7-4110-80ac-ae896f16171c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MGE1NzY4NzBlOTVhYjIwNWI1ODJhYmI3MzJhOTU1OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90a1b4a9-6d40-4e84-a531-3dea3e0af3e1","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZDIwMWNkZGEwYmQ5MGFjZGJhYjZlYjBjMGVlYzEyZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34405419-bf4e-4d95-acc5-764efe64afb2","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0aacd904-d960-4c0b-8a36-5f898c46bbe4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"29e78989-6662-4e86-96bd-104944d4237d","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c129dc78-1902-4eca-a037-4d66a1140ce1","artifactVersion":"2","generatedFromUUID":"0cb15e6f-346a-4d20-b52f-ffe489f0d83b"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cb76d839-2ab2-4218-9c80-5bcb1bd889a5","artifactVersion":"2","generatedFromUUID":"0aacd904-d960-4c0b-8a36-5f898c46bbe4"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0cb15e6f-346a-4d20-b52f-ffe489f0d83b","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0220180a-841d-4ba8-ae79-1f4803be964d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"YTM3OTM5ZjYyZmIzYTE0NTQ5NzlmNjkxNmU4MWZiMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d036a13f-ac18-4f1e-b48e-629d09967417","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTI1ODQ5NGNjY2Q3OGRmMWI3OTgyYzE0ODI0OGMwYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71cfc50e-ba5f-44f2-abcd-3bfd9fa86bc6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:27:44.826Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:44.826Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:44.828Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:44.828Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:44.928Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:44.929Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:44.930Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:44.945Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:44.946Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:27:45.829Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:45.829Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:45.831Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:45.831Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:27:45.931Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:45.932Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:45.933Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:45.944Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:45.945Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:27:46.832Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:46.833Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:46.835Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:46.835Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:27:46.935Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:46.936Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:46.936Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:46.949Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:46.949Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:47.836Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:47.837Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:47.839Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:47.839Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:47.939Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:47.940Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:47.940Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:47.968Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:47.969Z||pool-148-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:48.840Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:48.840Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:48.842Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:48.842Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T05:27:48.942Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:48.943Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:48.944Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:48.961Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:48.962Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:49.843Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:49.844Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:49.846Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:49.846Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T05:27:49.946Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:49.947Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:49.947Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:49.973Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:49.974Z||pool-150-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:27:50.848Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:50.848Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:50.859Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:50.859Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T05:27:50.959Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:50.960Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:50.960Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:50.970Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:50.971Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:51.860Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:51.860Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:51.864Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:51.864Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:51.966Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:51.966Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:51.967Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:51.995Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:51.996Z||pool-152-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:52.865Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:52.866Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:52.869Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:52.870Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:27:52.969Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:27:52.970Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:52.971Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:52.983Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:52.984Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:53.870Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:27:53.871Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:53.873Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:53.873Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:27:53.973Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:53.974Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:53.974Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:53.985Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:53.986Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:54.874Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a2e07488-e589-4b53-83f1-7476b18cdae7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "251e3392-0f23-4049-890b-932d8dce5611",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "96b67eef-4ba7-4110-80ac-ae896f16171c",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8ceee55c-ed05-4b2f-bd97-29fa68b232b2",
      "resourceInvariantUUID": "fbb65be6-6d29-453a-80a2-d2f2b6d8f03b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZDIwMWNkZGEwYmQ5MGFjZGJhYjZlYjBjMGVlYzEyZDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "34405419-bf4e-4d95-acc5-764efe64afb2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0aacd904-d960-4c0b-8a36-5f898c46bbe4",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cb76d839-2ab2-4218-9c80-5bcb1bd889a5",
            "generatedFromUUID": "0aacd904-d960-4c0b-8a36-5f898c46bbe4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c129dc78-1902-4eca-a037-4d66a1140ce1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cb76d839-2ab2-4218-9c80-5bcb1bd889a5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0cb15e6f-346a-4d20-b52f-ffe489f0d83b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YTI1ODQ5NGNjY2Q3OGRmMWI3OTgyYzE0ODI0OGMwYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71cfc50e-ba5f-44f2-abcd-3bfd9fa86bc6"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:27:54.874Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:27:54.874Z|f3f22236-c856-4edd-89d7-19da153530c8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a2e07488-e589-4b53-83f1-7476b18cdae7 ASDC
2022-06-06T05:27:54.875Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:54445488-43bd-4f34-882d-7c385b973def
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:a2e07488-e589-4b53-83f1-7476b18cdae7
ServiceInvariantUUID:251e3392-0f23-4049-890b-932d8dce5611
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:71cfc50e-ba5f-44f2-abcd-3bfd9fa86bc6
ArtifactChecksum:YTI1ODQ5NGNjY2Q3OGRmMWI3OTgyYzE0ODI0OGMwYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:96b67eef-4ba7-4110-80ac-ae896f16171c
ResourceInvariantUUID:fbb65be6-6d29-453a-80a2-d2f2b6d8f03b
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8ceee55c-ed05-4b2f-bd97-29fa68b232b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:34405419-bf4e-4d95-acc5-764efe64afb2
ArtifactChecksum:ZDIwMWNkZGEwYmQ5MGFjZGJhYjZlYjBjMGVlYzEyZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:0aacd904-d960-4c0b-8a36-5f898c46bbe4
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:cb76d839-2ab2-4218-9c80-5bcb1bd889a5
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:c129dc78-1902-4eca-a037-4d66a1140ce1
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:cb76d839-2ab2-4218-9c80-5bcb1bd889a5
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:0cb15e6f-346a-4d20-b52f-ffe489f0d83b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T05:27:54.875Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2e07488-e589-4b53-83f1-7476b18cdae7 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-06-06T05:27:54.912Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:27:54.912Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:27:54.912Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:27:54.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 71cfc50e-ba5f-44f2-abcd-3bfd9fa86bc6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:54.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:27:54.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:56.218Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:27:56.224Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 71cfc50e-ba5f-44f2-abcd-3bfd9fa86bc6 158201
2022-06-06T05:27:56.224Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T05:27:56.225Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:56.225Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:27:56.225Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:56.227Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:56.227Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493276224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:27:56.328Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:56.329Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:56.329Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:56.341Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:56.342Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:27:57.228Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:27:57.229Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:27:57.230Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 71cfc50e-ba5f-44f2-abcd-3bfd9fa86bc6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:57.230Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-06T05:27:57.231Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:57.231Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:57.345Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17066528243665343463/Definitions/service-BasicCnfMacro-template.yml
2022-06-06T05:27:58.399Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:27:58.400Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:27:58.400Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:58.400Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-06T05:27:58.401Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:58.401Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:58.401Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:58.401Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-06T05:27:58.402Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:27:58.402Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.402Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.403Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:27:58.403Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:27:58.403Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:27:58.404Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.404Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.404Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:27:58.404Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:27:58.405Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:27:58.405Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.405Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.406Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.406Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T05:27:58.406Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-06T05:27:58.406Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-06T05:27:58.407Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T05:27:58.407Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.407Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:27:58.408Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.408Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:27:58.408Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:27:58.409Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.409Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:27:58.409Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:27:58.410Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.410Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:27:58.410Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:27:58.411Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.411Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:27:58.411Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:27:58.411Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.412Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-06T05:27:58.412Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-06T05:27:58.412Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8a93b638-cb3d-4973-b18b-20116e2aa51b
2022-06-06T05:27:58.412Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.413Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.413Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.413Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.413Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.414Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.414Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:27:58.414Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:27:58.414Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:a2e07488-e589-4b53-83f1-7476b18cdae7
Model Version:NULL
Model InvariantUuid:251e3392-0f23-4049-890b-932d8dce5611
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a938b1e0-3936-4692-a5ec-e7d0c2ce55ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbb65be6-6d29-453a-80a2-d2f2b6d8f03b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:96b67eef-4ba7-4110-80ac-ae896f16171c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0563ae6f-0a96-4717-ba8f-d84c44d66aa6
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:2e4c656c-bc7c-4a7e-9ea2-28b3884c1847
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:04e49301-046c-4455-964a-11a13ccf3dd3
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:20a1c42e-d9ff-44ab-9e36-ef45e667e471
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a93b638-cb3d-4973-b18b-20116e2aa51b
ModelInvariantUuid:3fe96018-fe38-4e28-be48-7835f0b23ccb
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9837dce3-50cc-4e12-b8e3-f70b9a0cb736
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5ffe8fb2-bd5e-4715-ba40-5b0595d79d32
ModelInvariantUuid:e34200af-6908-4023-820a-f470840d1cba
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:d243eba9-d52f-42a6-af8c-bc8f603b62a4
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-06-06T05:27:58.423Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ceee55c-ed05-4b2f-bd97-29fa68b232b2
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-06-06T05:27:58.426Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2022-06-06T05:27:58.426Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ceee55c-ed05-4b2f-bd97-29fa68b232b2
2022-06-06T05:27:58.426Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 34405419-bf4e-4d95-acc5-764efe64afb2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T05:27:58.427Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:27:58.427Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T05:27:58.584Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:27:58.585Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 34405419-bf4e-4d95-acc5-764efe64afb2 1565
2022-06-06T05:27:58.585Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-06T05:27:58.585Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T05:27:58.585Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:27:58.585Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:27:58.587Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:27:58.587Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493278585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:27:58.687Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:27:58.689Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:27:58.689Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:27:58.699Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:27:58.699Z||pool-156-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:27:59.588Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "04e49301-046c-4455-964a-11a13ccf3dd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20a1c42e-d9ff-44ab-9e36-ef45e667e471",
    "vfModuleModelCustomizationUUID": "d96b496b-d18d-447f-bb41-eacfbd7fd785",
    "isBase": true,
    "artifacts": [
      "0aacd904-d960-4c0b-8a36-5f898c46bbe4",
      "cb76d839-2ab2-4218-9c80-5bcb1bd889a5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "0563ae6f-0a96-4717-ba8f-d84c44d66aa6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e4c656c-bc7c-4a7e-9ea2-28b3884c1847",
    "vfModuleModelCustomizationUUID": "e67986b1-e4cb-4b34-8ea7-767931fea1a7",
    "isBase": false,
    "artifacts": [
      "0cb15e6f-346a-4d20-b52f-ffe489f0d83b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T05:27:59.593Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20a1c42e-d9ff-44ab-9e36-ef45e667e471
VfModuleModelInvariantUUID:04e49301-046c-4455-964a-11a13ccf3dd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0aacd904-d960-4c0b-8a36-5f898c46bbe4
,
cb76d839-2ab2-4218-9c80-5bcb1bd889a5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:2e4c656c-bc7c-4a7e-9ea2-28b3884c1847
VfModuleModelInvariantUUID:0563ae6f-0a96-4717-ba8f-d84c44d66aa6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0cb15e6f-346a-4d20-b52f-ffe489f0d83b

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-06-06T05:27:59.598Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "04e49301-046c-4455-964a-11a13ccf3dd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20a1c42e-d9ff-44ab-9e36-ef45e667e471",
    "vfModuleModelCustomizationUUID": "d96b496b-d18d-447f-bb41-eacfbd7fd785",
    "isBase": true,
    "artifacts": [
      "0aacd904-d960-4c0b-8a36-5f898c46bbe4",
      "cb76d839-2ab2-4218-9c80-5bcb1bd889a5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "0563ae6f-0a96-4717-ba8f-d84c44d66aa6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e4c656c-bc7c-4a7e-9ea2-28b3884c1847",
    "vfModuleModelCustomizationUUID": "e67986b1-e4cb-4b34-8ea7-767931fea1a7",
    "isBase": false,
    "artifacts": [
      "0cb15e6f-346a-4d20-b52f-ffe489f0d83b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-06T05:27:59.598Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20a1c42e-d9ff-44ab-9e36-ef45e667e471
VfModuleModelInvariantUUID:04e49301-046c-4455-964a-11a13ccf3dd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
0aacd904-d960-4c0b-8a36-5f898c46bbe4
,
cb76d839-2ab2-4218-9c80-5bcb1bd889a5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:2e4c656c-bc7c-4a7e-9ea2-28b3884c1847
VfModuleModelInvariantUUID:0563ae6f-0a96-4717-ba8f-d84c44d66aa6
VfModuleModelDescription:NULL
Artifacts UUID List:{
0cb15e6f-346a-4d20-b52f-ffe489f0d83b

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-06-06T05:27:59.599Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0aacd904-d960-4c0b-8a36-5f898c46bbe4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T05:27:59.599Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:27:59.599Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T05:28:00.159Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:28:00.159Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 0aacd904-d960-4c0b-8a36-5f898c46bbe4 914
2022-06-06T05:28:00.160Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-06T05:28:00.160Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T05:28:00.160Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:28:00.160Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:00.163Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:00.163Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493280160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:28:00.264Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:28:00.265Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:00.265Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:00.280Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:00.280Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:01.164Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c129dc78-1902-4eca-a037-4d66a1140ce1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T05:28:01.164Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:28:01.164Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T05:28:01.390Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:28:01.391Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c129dc78-1902-4eca-a037-4d66a1140ce1 12
2022-06-06T05:28:01.391Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-06T05:28:01.391Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-06T05:28:01.391Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:28:01.391Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:01.394Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:01.394Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493281391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:28:01.494Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:01.495Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:01.495Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:01.506Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:01.506Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:02.394Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb76d839-2ab2-4218-9c80-5bcb1bd889a5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T05:28:02.395Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:28:02.395Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T05:28:02.696Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:28:02.697Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env cb76d839-2ab2-4218-9c80-5bcb1bd889a5 96
2022-06-06T05:28:02.697Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-06T05:28:02.697Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T05:28:02.697Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:28:02.698Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:02.700Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:02.700Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493282697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:28:02.800Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:02.800Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:02.801Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:02.810Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:02.810Z||pool-159-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:03.701Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0cb15e6f-346a-4d20-b52f-ffe489f0d83b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T05:28:03.701Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:28:03.702Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T05:28:03.881Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:28:03.882Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0cb15e6f-346a-4d20-b52f-ffe489f0d83b 20206
2022-06-06T05:28:03.882Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-06T05:28:03.882Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-06T05:28:03.883Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:28:03.883Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:03.885Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:03.885Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493283882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:28:03.985Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:03.986Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:03.986Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:03.994Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:03.995Z||pool-160-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:04.889Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a2e07488-e589-4b53-83f1-7476b18cdae7
2022-06-06T05:28:04.889Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8ceee55c-ed05-4b2f-bd97-29fa68b232b2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T05:28:04.900Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@350bc30b, org.onap.sdc.toscaparser.api.parameters.Input@88151f0, org.onap.sdc.toscaparser.api.parameters.Input@7179a54f, org.onap.sdc.toscaparser.api.parameters.Input@5577babf, org.onap.sdc.toscaparser.api.parameters.Input@3e8f3881]
2022-06-06T05:28:04.901Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.902Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.902Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T05:28:04.902Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 96b67eef-4ba7-4110-80ac-ae896f16171c
2022-06-06T05:28:04.902Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96b67eef-4ba7-4110-80ac-ae896f16171c matches Tosca VF Customization UUID: 96b67eef-4ba7-4110-80ac-ae896f16171c
2022-06-06T05:28:04.902Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 96b67eef-4ba7-4110-80ac-ae896f16171c  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-06-06T05:28:04.906Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.906Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.907Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 96b67eef-4ba7-4110-80ac-ae896f16171c: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-06T05:28:04.907Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@68268983
2022-06-06T05:28:04.907Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.907Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:28:04.907Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e67986b1-e4cb-4b34-8ea7-767931fea1a7
2022-06-06T05:28:04.908Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e67986b1-e4cb-4b34-8ea7-767931fea1a7
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-06-06T05:28:04.910Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.910Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:28:04.910Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:28:04.910Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.910Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:28:04.911Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:28:04.911Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.911Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-06T05:28:04.911Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=96b67eef-4ba7-4110-80ac-ae896f16171c
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-06-06T05:28:04.912Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a2e07488-e589-4b53-83f1-7476b18cdae7: basic_cnf_macro
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.913Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.914Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.914Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.914Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.914Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:04.914Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:04.914Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-06T05:28:04.950Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8ceee55c-ed05-4b2f-bd97-29fa68b232b2 2 ASDC deployResourceStructure
2022-06-06T05:28:04.950Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-06T05:28:04.950Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-06T05:28:04.951Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:28:04.951Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:04.953Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:04.953Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493284950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:28:05.053Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:28:05.054Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:05.054Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:05.068Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:05.068Z||pool-161-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:05.954Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-06T05:28:05.954Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-06T05:28:05.955Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:28:05.955Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:05.961Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:05.962Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493285954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:28:06.062Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:06.063Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:06.063Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:06.082Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:06.083Z||pool-162-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:28:06.575Z||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-06-06T05:28:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:28:06.600Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:06.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5160db5-7b6c-495a-81af-31c8ca2d8fb2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493217346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-06T05:28:06.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:28:06.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:06.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:28:06.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:28:06.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:28:06.967Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-06T05:28:06.967Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-06T05:28:06.968Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T05:28:06.968Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:06.970Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:06.971Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493286967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T05:28:07.072Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:28:07.072Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:07.073Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:07.089Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:07.090Z||pool-163-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:07.973Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-06T05:28:07.973Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-06T05:28:07.973Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:28:07.974Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:07.975Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:07.975Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493287973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:28:08.076Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:28:08.077Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:08.077Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:08.088Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:08.089Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:28:08.976Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-06T05:28:08.977Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-06T05:28:08.977Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-06T05:28:08.977Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:08.979Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:08.979Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493288976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T05:28:09.080Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:28:09.080Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:09.080Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:09.089Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:09.090Z||pool-165-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:28:09.981Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-06T05:28:09.981Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-06T05:28:09.981Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:28:09.981Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:09.984Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:09.984Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493289981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:28:10.084Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:10.085Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:10.085Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:10.096Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:10.096Z||pool-166-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:28:10.984Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54445488-43bd-4f34-882d-7c385b973def
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:28:10.993Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54445488-43bd-4f34-882d-7c385b973def
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:28:10.996Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:28:10.996Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:28:10.996Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:28:10.996Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:28:10.997Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:28:10.997Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:28:10.997Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:28:10.997Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:28:10.997Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:28:10.998Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:28:10.998Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T05:28:11.003Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:28:41.004Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54445488-43bd-4f34-882d-7c385b973def 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-06-06T05:28:41.014Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54445488-43bd-4f34-882d-7c385b973def and serviceModelVersionId: a2e07488-e589-4b53-83f1-7476b18cdae7
2022-06-06T05:28:41.014Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 251e3392-0f23-4049-890b-932d8dce5611
2022-06-06T05:28:41.017Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/251e3392-0f23-4049-890b-932d8dce5611/model-vers/model-ver/a2e07488-e589-4b53-83f1-7476b18cdae7?depth=0
2022-06-06T05:28:41.028Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:28:41.080Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/251e3392-0f23-4049-890b-932d8dce5611/model-vers/model-ver/a2e07488-e589-4b53-83f1-7476b18cdae7?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-06-06T05:28:41.083Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/251e3392-0f23-4049-890b-932d8dce5611/model-vers/model-ver/a2e07488-e589-4b53-83f1-7476b18cdae7?depth=0|INFO|500||Invoke
2022-06-06T05:28:41.107Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/251e3392-0f23-4049-890b-932d8dce5611/model-vers/model-ver/a2e07488-e589-4b53-83f1-7476b18cdae7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:28:41.692Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/251e3392-0f23-4049-890b-932d8dce5611/model-vers/model-ver/a2e07488-e589-4b53-83f1-7476b18cdae7?depth=0|INFO|500||InvokeReturn
2022-06-06T05:28:41.692Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/251e3392-0f23-4049-890b-932d8dce5611/model-vers/model-ver/a2e07488-e589-4b53-83f1-7476b18cdae7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220606-05:28:41:975-16753], vertex-id=[250072], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:28:41 GMT], Content-Type=[application/json]}
2022-06-06T05:28:41.693Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:28:41.694Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:28:41.694Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T05:28:41.698Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T05:28:41.698Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54445488-43bd-4f34-882d-7c385b973def and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:28:41.699Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:28:41.699Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:41.702Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:41.702Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493321698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:28:41.802Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:41.803Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:41.803Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:41.819Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:41.820Z||pool-167-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T05:28:42.717Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:28:42.718Z|54445488-43bd-4f34-882d-7c385b973def|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-06-06T05:28:42.718Z|54445488-43bd-4f34-882d-7c385b973def|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 8VsCslufePCxMM5I) ...
2022-06-06T05:28:47.166Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:47.167Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-06T05:28:47.167Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"db7e6d58-95f2-4e71-b960-9650cc1c27df","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a638ce79-9d21-4024-9572-eeda41bbd5d0","serviceDescription":"service","serviceInvariantUUID":"f1f4b461-584b-4b75-886c-0938ce8e25e4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4","resourceInvariantUUID":"73951417-9e21-4560-a108-642d9379a439","resourceCustomizationUUID":"701230f2-8384-49e0-87b1-8cdeacd30758","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":"YjI4Y2MzZGQ5MWEwNDM1NDI2MzNiNmM1NDM5ZTQ3ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eda04715-78a0-439f-8d34-b4b70887a6fa","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":"ODllZjRmMWNiMmVmNDI0NzhjMWIxMmFlNzJhNzMzYzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4cc69a2b-ff49-4983-b607-b1822e610aad","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":"747cbbcf-a244-442e-9bee-65c2799eac92","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":"9fa787df-2d4f-4384-b719-977279ce2e8a","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":"58bb1cde-c275-4f89-aac5-7a69497c7ec5","artifactVersion":"2","generatedFromUUID":"747cbbcf-a244-442e-9bee-65c2799eac92"},{"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":"MWVmNTYxM2I1ZTM5NDZlOWU0ZmNlYTgwZjcxZTdmMWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2b779425-db22-411e-9066-093839599143","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":"MDhjMDRiZGQ0NWQxMzYwY2Q2NjdiNGZhM2VlZDdhODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33163a22-530f-42b7-8228-95da1685707a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmQ3ZWQ5MjY3MWVkZTY0ZGEwZmM1Njc1M2QyZTY0Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9ab8597-39fb-414a-8810-1fec700ab7ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-06T05:28:47.170Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:47.170Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:47.173Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:47.173Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:47.273Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:47.274Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:47.274Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:47.287Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:47.289Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:28:48.173Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:48.174Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:48.176Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:48.176Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:28:48.276Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:28:48.277Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:48.278Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:48.288Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:48.289Z||pool-169-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:28:49.177Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:49.179Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:49.181Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:49.181Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:28:49.282Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-06T05:28:49.283Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:49.283Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:49.293Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:49.293Z||pool-170-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:50.181Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:50.182Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:50.184Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:50.184Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:50.285Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:50.286Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:50.286Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:50.296Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:50.296Z||pool-171-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:28:51.185Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:51.186Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:51.189Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:51.189Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T05:28:51.289Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:51.290Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:51.290Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:51.302Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:51.303Z||pool-172-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:52.190Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:52.191Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:52.194Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:52.194Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:52.294Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:52.295Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:52.295Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:52.304Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:52.304Z||pool-173-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:53.194Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:53.195Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:53.197Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:53.198Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:28:53.298Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:53.299Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:53.299Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:53.309Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:53.310Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:54.198Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-06T05:28:54.199Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:54.201Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:54.201Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:28:54.302Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:54.303Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:54.303Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:54.313Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:54.313Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:55.202Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a638ce79-9d21-4024-9572-eeda41bbd5d0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f1f4b461-584b-4b75-886c-0938ce8e25e4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "701230f2-8384-49e0-87b1-8cdeacd30758",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4",
      "resourceInvariantUUID": "73951417-9e21-4560-a108-642d9379a439",
      "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": "ODllZjRmMWNiMmVmNDI0NzhjMWIxMmFlNzJhNzMzYzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4cc69a2b-ff49-4983-b607-b1822e610aad",
          "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": "747cbbcf-a244-442e-9bee-65c2799eac92",
          "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": "58bb1cde-c275-4f89-aac5-7a69497c7ec5",
            "generatedFromUUID": "747cbbcf-a244-442e-9bee-65c2799eac92"
          },
          "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": "58bb1cde-c275-4f89-aac5-7a69497c7ec5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmQ3ZWQ5MjY3MWVkZTY0ZGEwZmM1Njc1M2QyZTY0Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9ab8597-39fb-414a-8810-1fec700ab7ee"
    }
  ],
  "workloadContext": "Production"
}
2022-06-06T05:28:55.203Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-06T05:28:55.203Z|54445488-43bd-4f34-882d-7c385b973def|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a638ce79-9d21-4024-9572-eeda41bbd5d0 ASDC
2022-06-06T05:28:55.203Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:db7e6d58-95f2-4e71-b960-9650cc1c27df
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a638ce79-9d21-4024-9572-eeda41bbd5d0
ServiceInvariantUUID:f1f4b461-584b-4b75-886c-0938ce8e25e4
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:c9ab8597-39fb-414a-8810-1fec700ab7ee
ArtifactChecksum:YmQ3ZWQ5MjY3MWVkZTY0ZGEwZmM1Njc1M2QyZTY0Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:701230f2-8384-49e0-87b1-8cdeacd30758
ResourceInvariantUUID:73951417-9e21-4560-a108-642d9379a439
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4
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:4cc69a2b-ff49-4983-b607-b1822e610aad
ArtifactChecksum:ODllZjRmMWNiMmVmNDI0NzhjMWIxMmFlNzJhNzMzYzI=
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:747cbbcf-a244-442e-9bee-65c2799eac92
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:58bb1cde-c275-4f89-aac5-7a69497c7ec5
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:58bb1cde-c275-4f89-aac5-7a69497c7ec5
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-06T05:28:55.203Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a638ce79-9d21-4024-9572-eeda41bbd5d0 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-06-06T05:28:55.236Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:28:55.237Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:28:55.237Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:28:55.238Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c9ab8597-39fb-414a-8810-1fec700ab7ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T05:28:55.238Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:28:55.238Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T05:28:56.308Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:28:56.311Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar c9ab8597-39fb-414a-8810-1fec700ab7ee 78816
2022-06-06T05:28:56.311Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-06T05:28:56.311Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T05:28:56.311Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:28:56.311Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:56.313Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:56.313Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493336311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:28:56.414Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:28:56.414Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:56.415Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:56.428Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:56.428Z||pool-176-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:28:57.314Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-06T05:28:57.315Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-06T05:28:57.315Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c9ab8597-39fb-414a-8810-1fec700ab7ee, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:57.316Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-06T05:28:57.316Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:57.316Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:57.472Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4772554734187004829/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-06-06T05:28:58.675Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.676Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.677Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:28:58.678Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:28:58.678Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:28:58.678Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.678Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.678Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:28:58.678Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-06T05:28:58.679Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-06T05:28:58.679Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.679Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.679Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.679Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T05:28:58.679Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:28:58.680Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.681Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:28:58.681Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:28:58.681Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.681Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:28:58.681Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T05:28:58.682Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5e332467-1400-4395-abce-66b4ded18aa5
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.683Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.684Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:28:58.684Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:28:58.684Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a638ce79-9d21-4024-9572-eeda41bbd5d0
Model Version:NULL
Model InvariantUuid:f1f4b461-584b-4b75-886c-0938ce8e25e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4f15d2f9-cd6a-473e-b17c-c46fb488ffce
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73951417-9e21-4560-a108-642d9379a439
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:701230f2-8384-49e0-87b1-8cdeacd30758
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e57e876-323d-4323-956c-a105246b05b1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:451e6469-db36-4537-ad48-4fb7bf2f699c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e332467-1400-4395-abce-66b4ded18aa5
ModelInvariantUuid:c50b38d4-aaa2-46e6-9fac-98458b4edf07
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:29dac0d5-c1ae-437a-b633-c589fed5168c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8fdd900d-7e46-47cf-a23a-cd72b28c6b39
ModelInvariantUuid:fdad618a-76bc-4420-8c9b-561e1757d4a3
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:cafbf6e1-8c19-4a19-b50f-71bd656f22de
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-06-06T05:28:58.691Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4
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-06-06T05:28:58.693Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-06-06T05:28:58.693Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4
2022-06-06T05:28:58.693Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4cc69a2b-ff49-4983-b607-b1822e610aad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-06T05:28:58.694Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:28:58.694Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:28:59.152Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:28:59.152Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4cc69a2b-ff49-4983-b607-b1822e610aad 792
2022-06-06T05:28:59.152Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:28:59.153Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:28:59.153Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:28:59.153Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:28:59.155Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:28:59.155Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493339152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:28:59.258Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-06T05:28:59.259Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:28:59.259Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:28:59.278Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:28:59.279Z||pool-177-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:29:00.156Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e57e876-323d-4323-956c-a105246b05b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "451e6469-db36-4537-ad48-4fb7bf2f699c",
    "vfModuleModelCustomizationUUID": "c2f4a137-c9e2-412e-8f2b-dd3be2514e7d",
    "isBase": true,
    "artifacts": [
      "747cbbcf-a244-442e-9bee-65c2799eac92",
      "58bb1cde-c275-4f89-aac5-7a69497c7ec5"
    ],
    "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-06-06T05:29:00.165Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:451e6469-db36-4537-ad48-4fb7bf2f699c
VfModuleModelInvariantUUID:0e57e876-323d-4323-956c-a105246b05b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
747cbbcf-a244-442e-9bee-65c2799eac92
,
58bb1cde-c275-4f89-aac5-7a69497c7ec5

}
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-06-06T05:29:00.169Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e57e876-323d-4323-956c-a105246b05b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "451e6469-db36-4537-ad48-4fb7bf2f699c",
    "vfModuleModelCustomizationUUID": "c2f4a137-c9e2-412e-8f2b-dd3be2514e7d",
    "isBase": true,
    "artifacts": [
      "747cbbcf-a244-442e-9bee-65c2799eac92",
      "58bb1cde-c275-4f89-aac5-7a69497c7ec5"
    ],
    "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-06-06T05:29:00.169Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:451e6469-db36-4537-ad48-4fb7bf2f699c
VfModuleModelInvariantUUID:0e57e876-323d-4323-956c-a105246b05b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
747cbbcf-a244-442e-9bee-65c2799eac92
,
58bb1cde-c275-4f89-aac5-7a69497c7ec5

}
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-06-06T05:29:00.170Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 747cbbcf-a244-442e-9bee-65c2799eac92 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-06T05:29:00.170Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:29:00.170Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:00.480Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:29:00.481Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 747cbbcf-a244-442e-9bee-65c2799eac92 5033
2022-06-06T05:29:00.481Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:00.481Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:00.481Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:29:00.481Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:00.484Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:00.484Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493340481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:00.584Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:29:00.585Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:00.586Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:00.596Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:00.596Z||pool-178-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:29:01.484Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58bb1cde-c275-4f89-aac5-7a69497c7ec5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-06T05:29:01.485Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-06T05:29:01.486Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:01.697Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-06T05:29:01.697Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 58bb1cde-c275-4f89-aac5-7a69497c7ec5 903
2022-06-06T05:29:01.698Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:01.698Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:01.698Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-06T05:29:01.699Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:01.700Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:01.701Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493341698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:01.801Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:29:01.802Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:01.802Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:01.811Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:01.811Z||pool-179-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:29:02.701Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a638ce79-9d21-4024-9572-eeda41bbd5d0
2022-06-06T05:29:02.702Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4 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-06-06T05:29:02.714Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b2256bf, org.onap.sdc.toscaparser.api.parameters.Input@64e793a, org.onap.sdc.toscaparser.api.parameters.Input@60d8ef12, org.onap.sdc.toscaparser.api.parameters.Input@5c151469, org.onap.sdc.toscaparser.api.parameters.Input@257b36fa]
2022-06-06T05:29:02.716Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.716Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.716Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-06T05:29:02.717Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 701230f2-8384-49e0-87b1-8cdeacd30758
2022-06-06T05:29:02.717Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 701230f2-8384-49e0-87b1-8cdeacd30758 matches Tosca VF Customization UUID: 701230f2-8384-49e0-87b1-8cdeacd30758
2022-06-06T05:29:02.717Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 701230f2-8384-49e0-87b1-8cdeacd30758  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-06-06T05:29:02.719Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.719Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.720Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 701230f2-8384-49e0-87b1-8cdeacd30758: {\"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-06-06T05:29:02.720Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34c2d6e
2022-06-06T05:29:02.720Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.720Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-06T05:29:02.721Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2f4a137-c9e2-412e-8f2b-dd3be2514e7d
2022-06-06T05:29:02.721Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2f4a137-c9e2-412e-8f2b-dd3be2514e7d
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-06-06T05:29:02.723Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.724Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:29:02.724Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:29:02.724Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.725Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:29:02.725Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:29:02.725Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.725Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-06T05:29:02.725Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-06T05:29:02.726Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-06T05:29:02.726Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5e332467-1400-4395-abce-66b4ded18aa5
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-06-06T05:29:02.728Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.729Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:29:02.729Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-06T05:29:02.729Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.730Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-06T05:29:02.730Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=701230f2-8384-49e0-87b1-8cdeacd30758
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-06-06T05:29:02.731Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.732Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.732Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a638ce79-9d21-4024-9572-eeda41bbd5d0: basic_vm_macro
2022-06-06T05:29:02.732Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.732Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.732Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.733Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.733Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.733Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.734Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.734Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.734Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-06T05:29:02.735Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-06T05:29:02.735Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:02.812Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 70c2b4c4-c7c7-4e8f-9ca3-2419c9ffbfd4 1 ASDC deployResourceStructure
2022-06-06T05:29:02.813Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:02.813Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:02.814Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:29:02.814Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:02.817Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:02.818Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493342813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:02.917Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-06T05:29:02.918Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:02.918Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:02.929Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:02.929Z||pool-180-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:29:03.819Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:03.819Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:03.820Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:29:03.820Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:03.822Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:03.822Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493343818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:03.922Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:29:03.923Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:03.923Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:03.934Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:03.934Z||pool-181-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-06-06T05:29:04.823Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:04.824Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||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-06-06T05:29:04.824Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:29:04.825Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:04.826Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:04.826Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493344823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:04.927Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:29:04.928Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:04.928Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:04.937Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:04.938Z||pool-182-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:29:05.827Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-06T05:29:05.828Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-06T05:29:05.828Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-06T05:29:05.828Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:05.830Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:05.831Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493345827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:05.931Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:29:05.932Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:05.932Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:05.940Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:05.941Z||pool-183-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-06-06T05:29:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:29:06.574Z||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-06-06T05:29:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:29:06.597Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:06.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493230126,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493232265,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:06.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3f22236-c856-4edd-89d7-19da153530c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493263807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:29:06.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-06T05:29:06.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654492986571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493276224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493278585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493280160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493281391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493282697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.605Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493283882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493284950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493285954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:29:06.606Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:29:06.832Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db7e6d58-95f2-4e71-b960-9650cc1c27df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:29:06.843Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db7e6d58-95f2-4e71-b960-9650cc1c27df
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-06T05:29:06.845Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-06T05:29:06.850Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-06T05:29:36.851Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db7e6d58-95f2-4e71-b960-9650cc1c27df 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-06-06T05:29:36.858Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db7e6d58-95f2-4e71-b960-9650cc1c27df and serviceModelVersionId: a638ce79-9d21-4024-9572-eeda41bbd5d0
2022-06-06T05:29:36.858Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f1f4b461-584b-4b75-886c-0938ce8e25e4
2022-06-06T05:29:36.859Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0
2022-06-06T05:29:36.864Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-06T05:29:36.896Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0|INFO|500||Invoke
2022-06-06T05:29:36.896Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[db7e6d58-95f2-4e71-b960-9650cc1c27df], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ef4f18d-e05b-4d0d-ad9e-eb6fb56054d7], X-ECOMP-RequestID=[db7e6d58-95f2-4e71-b960-9650cc1c27df], X-TransactionId=[], X-ONAP-RequestID=[db7e6d58-95f2-4e71-b960-9650cc1c27df], Content-Type=[application/merge-patch+json]}
2022-06-06T05:29:36.916Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-06T05:29:37.442Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?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/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220606-05:29:37:785-85245], vertex-id=[458888], Content-Length=[0], Date=[Mon, 06 Jun 2022 05:29:37 GMT], Content-Type=[application/json]}
2022-06-06T05:29:37.443Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-06T05:29:37.444Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f1f4b461-584b-4b75-886c-0938ce8e25e4/model-vers/model-ver/a638ce79-9d21-4024-9572-eeda41bbd5d0?depth=0|INFO|500||InvokeReturn
2022-06-06T05:29:37.445Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-06T05:29:37.445Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-06T05:29:37.452Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-06T05:29:37.453Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db7e6d58-95f2-4e71-b960-9650cc1c27df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-06T05:29:37.453Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-06T05:29:37.453Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-06T05:29:37.455Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-06T05:29:37.455Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493377453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:29:37.556Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-06T05:29:37.557Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-06T05:29:37.557Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8VsCslufePCxMM5I) ...
2022-06-06T05:29:37.573Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:37.573Z||pool-184-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-06T05:29:38.466Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:29:38.466Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:29:38.467Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:29:48.061Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:48.062Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:29:48.063Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:29:48.063Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:29:57.608Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:29:57.608Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:29:57.609Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:29:57.609Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:30:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:30:06.574Z||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-06-06T05:30:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:30:06.593Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:30:06.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:30:06.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493286967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T05:30:06.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:30:07.188Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:30:07.188Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:30:07.189Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:30:07.189Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:30:16.789Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:30:16.790Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:30:16.790Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:30:16.790Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:30:26.369Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:30:26.369Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:30:26.370Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:30:26.370Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:30:35.935Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:31:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:31:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:31:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:31:06.573Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:31:06.574Z||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-06-06T05:31:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:31:06.612Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:31:06.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493287973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493288976,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493289981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54445488-43bd-4f34-882d-7c385b973def",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493321698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:31:06.614Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493322717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493336311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493339152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493340481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493341698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493342813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493343818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493344823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-06T05:31:06.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493345827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-06T05:31:06.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:31:16.155Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:32:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:32:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:32:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:32:06.573Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:32:06.574Z||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-06-06T05:32:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:32:07.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:32:07.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-06T05:32:07.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "db7e6d58-95f2-4e71-b960-9650cc1c27df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654493377453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-06T05:32:07.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-06T05:32:16.115Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:33:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:33:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:33:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:33:06.573Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:33:06.574Z||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-06-06T05:33:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:33:16.120Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:33:16.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:34:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:34:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:34:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:34:06.573Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:34:06.574Z||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-06-06T05:34:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:34:16.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:34:16.127Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:35:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:35:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:35:06.576Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:35:06.576Z||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-06-06T05:35:06.576Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:35:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:35:16.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:35:16.143Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:36:06.574Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:36:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:36:06.576Z||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-06-06T05:36:06.576Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:36:06.577Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:36:06.577Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:36:16.128Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:36:16.128Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:37:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:37:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:37:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:37:06.574Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:37:06.574Z||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-06-06T05:37:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:37:16.121Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:37:16.152Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:38:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:38:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:38:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:38:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:38:06.574Z||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-06-06T05:38:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:38:16.120Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:38:16.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:39:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:39:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:39:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:39:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:39:06.574Z||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-06-06T05:39:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:39:16.188Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:39:16.188Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:40:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:40:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:40:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:40:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:40:06.575Z||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-06-06T05:40:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:40:16.118Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:40:16.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:41:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:41:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:41:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:41:06.574Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:41:06.574Z||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-06-06T05:41:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:41:16.148Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:41:16.154Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:42:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:42:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:42:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:42:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:42:06.574Z||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-06-06T05:42:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:42:16.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:42:16.198Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:43:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:43:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:43:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:43:06.573Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:43:06.574Z||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-06-06T05:43:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:43:16.126Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:43:16.126Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:44:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:44:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:44:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:44:06.574Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:44:06.575Z||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-06-06T05:44:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:44:16.119Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:44:16.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:45:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:45:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:45:06.573Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:45:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:45:06.574Z||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-06-06T05:45:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:45:16.117Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:45:16.126Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:46:06.574Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:46:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:46:06.575Z||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-06-06T05:46:06.576Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:46:06.575Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:46:06.576Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:46:16.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:46:16.128Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:47:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:47:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:47:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:47:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:47:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:47:06.575Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:47:16.119Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:47:16.126Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:48:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:48:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:48:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:48:06.573Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:48:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|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-06-06T05:48:06.574Z|507c6960-9157-4352-9f9f-da3f71ce0603|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 8VsCslufePCxMM5I) ...
2022-06-06T05:48:16.152Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:48:16.155Z|507c6960-9157-4352-9f9f-da3f71ce0603|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:49:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:49:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:49:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:49:06.574Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:49:06.574Z||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-06-06T05:49:06.575Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:49:16.118Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:49:16.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:50:06.571Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:50:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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-06-06T05:50:06.572Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|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 8VsCslufePCxMM5I) ...
2022-06-06T05:50:06.574Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-06T05:50:06.574Z||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-06-06T05:50:06.574Z||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 8VsCslufePCxMM5I) ...
2022-06-06T05:50:16.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-06T05:50:16.124Z|db7e6d58-95f2-4e71-b960-9650cc1c27df|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK